[R] R Issues with packages
Zack Haney
zack.haney at gmail.com
Fri Aug 18 16:33:35 CEST 2017
so I am trying to get my R setup to run this users package. Any help would
be great THANKS
devtools::install_github(repo = "dadrivr/ffanalytics")
I get this
devtools::install_github(repo = "dadrivr/ffanalytics")
Downloading GitHub repo dadrivr/ffanalytics at master
from URL https://api.github.com/repos/dadrivr/ffanalytics/zipball/master
Installing ffanalytics
"C:/PROGRA~1/R/R-33~1.3/bin/x64/R" --no-site-file \
--no-environ --no-save --no-restore --quiet CMD \
INSTALL \
"C:/Users/Zack/AppData/Local/Temp/RtmpeQRO2q/devtools1cbc9da8e1/dadrivr-ffanalytics-dc81c5a"
\
--library="C:/Users/Zack/Documents/R/win-library/3.3" \
--install-tests
Installation failed: Command failed (65535)
I then try installing all dependencies using this code
install.packages(c("devtools","rstudioapi","shiny","miniUI","data.table","stringr","DT","XML","httr","tcltk","RCurl","Hmisc","readxl","RSelenium"),
dependencies=TRUE, repos=c("http://rstudio.org/_packages",
"http://cran.rstudio.com"))
That returns this
Warning in install.packages :
package ‘tcltk’ is not available (for R version 3.3.3)
Warning in install.packages :
package ‘tcltk’ is a base package, and should not be updated
Warning in install.packages :
dependencies ‘GenomicRanges’, ‘Rcompression’ are not available
Warning in install.packages :
unable to access index for repository
http://rstudio.org/_packages/bin/windows/contrib/3.3:
cannot open URL 'http://rstudio.org/_packages/bin/windows/contrib/3.3/PACKAGES
[[alternative HTML version deleted]]
More information about the R-help
mailing list