greg holly
2019-Apr-17 17:19 UTC
[R] Why I can not get work the "tidyverse" and "corrr" libraries
; I need work on libraries "tidyverse" and "corrr". When I cal these, I am getting the following error message. What can be done? Your help is highly appreciated. Greg Error: package or namespace load failed for ?tidyverse? in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): namespace ?rlang? 0.3.0 is already loaded, but >= 0.3.1 is required In addition: Warning message: package ?tidyverse? was built under R version 3.5.3 [[alternative HTML version deleted]]
Jeff Newmiller
2019-Apr-17 18:06 UTC
[R] Why I can not get work the "tidyverse" and "corrr" libraries
From reading> namespace ?rlang? 0.3.0 is already loaded, but >= 0.3.1 is requiredit would seem that you need to upgrade your rlang package... On April 17, 2019 10:19:48 AM PDT, greg holly <mak.hholly at gmail.com> wrote:>; > >I need work on libraries "tidyverse" and "corrr". When I cal these, I >am >getting the following error message. What can be done? Your help is >highly >appreciated. > >Greg > >Error: package or namespace load failed for ?tidyverse? in >loadNamespace(i, >c(lib.loc, .libPaths()), versionCheck = vI[[i]]): > namespace ?rlang? 0.3.0 is already loaded, but >= 0.3.1 is required >In addition: Warning message: >package ?tidyverse? was built under R version 3.5.3 > > [[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.-- Sent from my phone. Please excuse my brevity.
Hadley Wickham
2019-Apr-17 19:17 UTC
[R] Why I can not get work the "tidyverse" and "corrr" libraries
On Wed, Apr 17, 2019 at 1:06 PM Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote:> > From reading > > > namespace ?rlang? 0.3.0 is already loaded, but >= 0.3.1 is required > > it would seem that you need to upgrade your rlang package...Typically this indicates you need to restart R. Hadley -- http://hadley.nz