Hi I have a problem with installation rdyncall. rdyncall is in archive and I tried this:
url = "http://cran.r-project.org/src/contrib/Archive/rdyncall/rdyncall_0.7.5.tar.gz"
pkgFile = "rdyncall_0.7.5.tar.gz"
download.file(url = url, destfile = pkgFile)
install.packages(pkgs=pkgFile, type="source",repos=NULL)
unlink(pkgFile)
after install.packages("...") I got this error:
ERROR: failed to lock directory 'C:/Users/user/Documents/R/win-library/3.1' for modifying
Try removing 'C:/Users/user/Documents/R/win-library/3.1/00LOCK-rdyncall'
Warning in install.packages :
running command '"C:/PROGRA~1/R/R-3.1.2/bin/x64/R" CMD INSTALL -l "C:\Users\user\Documents\R\win-library\3.1" "rdyncall_0.7.5.tar.gz"' had status 3
Warning in install.packages :
installation of package ‘rdyncall_0.7.5.tar.gz’ had non-zero exit status
I have removed permission in windows "only to read" but nothing. I tried it at 3.1.2, 3.0, and 2.15 version of R.