Failing to install R package from archive -
i want install "fume" package on windows machine. tried giving following command in console:
install.packages("https://cran.r- project.org/src/contrib/archive/fume/fume_1.0.tar.gz", repos = null, type ="source", install_opts = c('--no-lock'))
but following result:
* installing *source* package 'fume' ... ** package 'fume' unpacked , md5 sums checked ** r ** data ** preparing package lazy loading warning: package 'chron' built under r version 3.3.1 ** *** installing indices ** building package indices ** testing if installed package can loaded warning in library(pkg_name, lib.loc = lib, character.only = true, logical.return = true) : there no package called 'fume' error: loading failed execution halted error: loading failed * removing '\\company.local/users$/name/r/win-library/3.3/fume' warning in install.packages : running command '"f:/r/r-33~1.0/bin/x64/r" cmd install --no-lock -l "\\compamy.local\users$\name\r\win-library\3.3" "c:/users/name~1.name/appdata/local/temp/rtmpky2wsg/downloaded_packages/fume_1.0.tar.gz"' had status 1 warning in install.packages : installation of package ‘c:/users/name~1.name/appdata/local/temp/rtmpky2wsg/downloaded_packages/fume_1.0.tar.gz’ had non-zero exit status
any ideas on how install package correctly?
Comments
Post a Comment