Displaying 2 results from an estimated 2 matches for "installlocalpackages".
2005 Dec 09
1
local source packages install from within R session - cross-platform
...text opened
can read
"text" "closed"
"yes"
can write
"yes"
3) i tinkered with the installLocalPackages() from sciViews library...
"installLocalPackages" <-
function(basedir = "d:/R", url = paste("file:",
basedir, "/bin/windows/contrib", sep = "")) {
# Install one or several packages from a local source
if (.Platform$OS.type != "window...
2004 Dec 31
4
install.packages() for local source file
Wish to install a local source package on Un*x platform from
within R. Same thing as I can accomplish from cmdline as
$ export R_LIBS=~/R/library
$ cd /path/to/pkg
$ R CMD INSTALL -l $R_LIBS <pkgname>
So, how do you go about this anyway?
And isn't this a bug in 'install.packages'?
-------
$ R
R : Copyright 2004, The R Foundation for Statistical Computing
Version 1.9.0