Displaying 1 result from an estimated 1 matches for "pathtopackagezipfil".
Did you mean:
pathtopackagezipfile
2004 Jul 15
2
contriburl argument to install.packages
Dear list members,
I can't figure out how to specify the contriburl argument to
install.packages() properly when the packages to be installed are in a
directory on my local machine. I have in mind a command something like
install.packages(missing.packages, contriburl=directory,
lib=.libPaths()[1])
Where missing.packages is a character vector of package names (without
versions) and