Hi, having trouble installing WRS2 package into RStudio 3.3.3. I get the following after installing and selecting a UK mirror, from install.packages("WRS2"):
** byte-compile and prepare package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
there is no package called 'mvtnorm'
ERROR: lazy loading failed for package 'WRS2'
- removing 'C:/Users/waldy/Documents/R/win-library/3.3/WRS2'
The downloaded source packages are in
‘C:\Users\waldy\AppData\Local\Temp\Rtmpwr3jQp\downloaded_packages’
Warning messages:
1: running command '"C:/PROGRA~1/R/R-33~1.3/bin/x64/R" CMD INSTALL -l "C:\Users\waldy\Documents\R\win-library\3.3" C:\Users\waldy\AppData\Local\Temp\Rtmpwr3jQp/downloaded_packages/WRS2_0.10-0.tar.gz' had status 1
2: In install.packages("WRS2") :
installation of package ‘WRS2’ had non-zero exit status
When I do an installed.packages, WRS2 is not listed. Any help or pointers appreciated.