I am not able to install "caret" package in R. Installation is successful but when I go to Library it says some namespaces not loaded. Please guide me. Sudhansu Sekhar Senapati [[alternative HTML version deleted]]
> library(caret)Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ?pbkrtest? In addition: Warning message: package ?caret? was built under R version 3.2.4 Error: package or namespace load failed for ?caret? The above message I am getting in R. Please help. On Sat, Mar 12, 2016 at 9:24 PM, Sudhansu Senapati <senapati53 at gmail.com> wrote:> I am not able to install "caret" package in R. Installation is successful > but when I go to Library it says some namespaces not loaded. > Please guide me. > > Sudhansu Sekhar Senapati >[[alternative HTML version deleted]]
**Exactly** what procedures/commands did you use to install the caret package? (Reply to the list, not to me). -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Sat, Mar 12, 2016 at 7:54 AM, Sudhansu Senapati <senapati53 at gmail.com> wrote:> I am not able to install "caret" package in R. Installation is successful > but when I go to Library it says some namespaces not loaded. > Please guide me. > > Sudhansu Sekhar Senapati > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
In line On 12/03/2016 16:02, Sudhansu Senapati wrote:>> library(caret) > Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck > = vI[[j]]) : > there is no package called ?pbkrtest?I do not see how this message could be clearer. It means you do not have the package pbkrtest.> In addition: Warning message: > package ?caret? was built under R version 3.2.4That is just a warning which you could ignore or upgrade to the most recent version of R and it will go away.> Error: package or namespace load failed for ?caret? > > The above message I am getting in R. Please help. > > On Sat, Mar 12, 2016 at 9:24 PM, Sudhansu Senapati <senapati53 at gmail.com> > wrote: > >> I am not able to install "caret" package in R. Installation is successful >> but when I go to Library it says some namespaces not loaded. >> Please guide me. >> >> Sudhansu Sekhar Senapati >> > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Michael http://www.dewey.myzen.co.uk/home.html