[R] newbee Caret load question

Jim Lemon drjimlemon at gmail.com
Sun Jul 17 07:50:50 CEST 2016


Hi Lawrence,
Try installing pbkrtest on its own:

update.packages("pbkrtest")

version 0.4.6 is up  on CRAN, so this may allow you to make an end run.

Jim


On Sun, Jul 17, 2016 at 2:06 AM, Lawrence A. Janowitch
<Ljanowitch at alum.mit.edu> wrote:
> I'm trying to load the caret package in R-Studio (Version 0.99.902) on a
> Windows 10 OS using bootcamp windows connection on a MacBook Pro.
>
> I have used caret in the past, with no problems.
>
>
>
> My issue is I don't understand what this means and what I should do about
> it.
>
>
>
> I get:
>
>
>
>> library(caret)
>
> Loading required package: lattice
>
> Loading required package: ggplot2
>
> Need help? Try the ggplot2 mailing list:
> http://groups.google.com/group/ggplot2.
>
> Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck =
> vI[[j]]) :
>
>   namespace 'pbkrtest' 0.4-2 is being loaded, but >= 0.4.4 is required
>
> In addition: Warning messages:
>
> 1: package 'caret' was built under R version 3.2.5
>
> 2: package 'ggplot2' was built under R version 3.2.3
>
> Error: package or namespace load failed for 'caret'
>
>
>
> Any help would be much appreciated.
>
> Thank you.
>
>
>         [[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.



More information about the R-help mailing list