On Wed, 19 Apr 2006, roger bos wrote:
This doesn't really have much to do with randomForest, but I run the
following code every few weeks to make sure all my packages are installed
and up to date. Then you don't have to fiddle with doing it one by one. In
case you haven't seen this; I got this code from someone else on this list.
x <- packageStatus(repositories="http://cran.r-project.org/src/contrib")
st <- x$avai["Status"]
install.packages(rownames(st)[which(st$Status=="not installed")])
You may find it even easier to use new.packages() for this purpose.
On 4/18/06, Uwe Ligges <[EMAIL PROTECTED]> wrote:
Ruth Meili wrote:
Hello
I'd like to try out some functions in the package randomForest.
Therefore,
I did install this package. However, it is not possible to load the
library, although I have R-Version 2.1.1 (i.e. later than 2.0.0). The
commands I used and the Answers/Error from R is as follows:
>
install.packages("C://Programme//R//rw2011//library//randomForest_4.5-
16.zip",
lib="C://Programme//R//rw2011//library//randomForest",repos = NULL)
package 'randomForest' successfully unpacked and MD5 sums checked
updating HTML package descriptions
> library(randomForest)
Fehler in library(randomForest) : 'randomForest' ist kein gültiges Paket
--
vor 2.0.0 installiert?
Where did you get the zip file from?
Most easily, you can install a package by simply saying
install.packages("randomForest")
if you have an active internet connection.
Anyway, you might want to upgrade your version of R to R-2.2.1 or even
R-2.3.0 beta (to be released next monday) and help testing.
Uwe Ligges
I run in this problem for the first time. Until now, I used to install
new
packages by copying the*.zip-file to the "library"-directory in the
rw2011-directory. This seam not to work anymore. So I tried using the
function install.package(), but I did not success.
Does anybody know the Problem? I did not find any hints in the NEWS.
Thanks anyway.
Ruth
**********************************************************************
This footnote confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.clearswift.com
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html
[[alternative HTML version deleted]]
--
Brian D. Ripley, [EMAIL PROTECTED]
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html