; 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
Why I can not get work the "tidyverse" and "corrr" libraries
3 messages · greg holly, Jeff Newmiller, Hadley Wickham
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