Re: [R] readxl/lifecycle/rlang

2021-12-02 Thread Ivan Krylov
On Wed, 1 Dec 2021 16:38:37 -0500 Dennis Weygand wrote: > Installing package into > ‘C:/Users/dennisweygand/Documents/R/win-library/3.5’ (as ‘lib’ is > unspecified) It could be time to install a newer version of R. CRAN doesn't provide binary builds of packages for R 3.5... > binary s

Re: [R] readxl/lifecycle/rlang

2021-12-01 Thread Jeff Newmiller
This >package ‘rlang’ successfully unpacked and MD5 sums checked >Warning in install.packages : > cannot remove prior installation of package ‘rlang’ indicates that rlang didn't get re-installed. It is a warning because R seems to think it could still be working, but it isn't verifying that sta

[R] readxl/lifecycle/rlang

2021-12-01 Thread Dennis Weygand
I have been using read_excel for years... suddenly today I have this problem: > T1 <- read_excel(fname,sheet="T1") Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘lifecycle’ So I install lifecycle: install.packages("lifecycle") WARNING: