Re: [R] Installing multiple packages fails

2019-08-09 Thread Rich Shepard
On Fri, 9 Aug 2019, jim holtman wrote: The first parameter needs to be a character vector: install.packages(c("Blossom","INLA","RTisean","RcppProgress","STRbook", "askpass","classInt","ellipsis","generics","lpSolve"," odesolve","ranger","sf", "sys","units") ) Jim, Of course! I'm so used to

Re: [R] Installing multiple packages fails

2019-08-09 Thread jim holtman
The first parameter needs to be a character vector: install.packages(c("Blossom","INLA","RTisean","RcppProgress","STRbook", "askpass","classInt","ellipsis","generics","lpSolve"," odesolve","ranger","sf", "sys","units") ) Jim Holtman *Data Munger Guru* *What is the problem that you are trying

[R] Installing multiple packages fails

2019-08-09 Thread Rich Shepard
Running 3.6.1 here and migrating from my old 32-bit server/workstation to a new 64-bit server/workstation (both running fully patched Slackware-14.2). On the old host .libPaths() returns "/usr/lib/R/library"; on the new host it returned nothing so I ran .libPaths("/usr/lib64/R/library") to