Re: [R] Could not find function even though I have all necessary packages

2016-03-28 Thread Michael Artz
Thank you everyone I got it! I needed to install munsell was all. I was giving a typo when I tried to install munsell On Mon, Mar 28, 2016 at 12:01 PM, Michael Artz wrote: > Thanks. SessionInfo() did not show it. > > This is the error when I try library(caret) > > > > library(caret) > Loading

Re: [R] Could not find function even though I have all necessary packages

2016-03-28 Thread Michael Artz
Thanks. SessionInfo() did not show it. This is the error when I try library(caret) > library(caret) Loading required package: ggplot2 Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘munsell’ Error: package ‘ggplot2’ could not

Re: [R] Could not find function even though I have all necessary packages

2016-03-28 Thread Jeff Newmiller
Post plain text only please. Are you sure it loaded? Verify with sessionInfo()... -- Sent from my phone. Please excuse my brevity. On March 28, 2016 9:21:56 AM PDT, Michael Artz wrote: >Hi, > I am getting the error, > >Error: could not find function "createDataPartition" > >when I do the cod

[R] Could not find function even though I have all necessary packages

2016-03-28 Thread Michael Artz
Hi, I am getting the error, Error: could not find function "createDataPartition" when I do the code dataFrame_data <- createDataPartition(data$colA, p=.7, list=FALSE) even though I have run already install.packages("caret", dependencies = c("Depends", "Imports", "Suggests")) and install.packa