Displaying 1 result from an estimated 1 matches for "open_science".
2012 Jun 21
2
Have download.packages consider non-CRAN repositories
Hi List,
I've set up a CRAN-like repository (not a CRAN mirror) on the local
filesystem (this will change to http in the future). R has been told
about this repository using the following entry in
R_HOME/etc/repositories:
PMR2 PMR2 file:///Users/arbeit/Documents/clarin/Open_Science/PMR2/
TRUE TRUE FALSE FALSE
Now I expected download.packages(), install.packages() etc. to look
for packages in "/Users/arbeit/Documents/clarin/Open_Science/PMR2/"
without passing them repos="file:///Users/..." as an option. That
doesn't happen and I'm not compl...