Displaying 20 results from an estimated 2000 matches similar to: "installation of package "randomForest" failed"
2005 Aug 08
2
installing problems about randomForest
Hi all,
When I tried to install package randomForest, it gave out the following
error message:
"
> install.packages("randomForest", dependencies = TRUE)
trying URL
'http://www.lmbe.seu.edu.cn/CRAN/src/contrib/randomForest_4.5-12.tar.gz'
Content type 'application/x-gzip' length 82217 bytes
opened URL
==================================================
downloaded
2009 Jan 20
1
Can't find -lg2c when installing randomForest
I have search the help archives and can't find a direct reference to the
following issue:
When installing randomForest on under CentOS 5.2 , R version 2.7.1 with gcc
4.1.2.
We receive the following error (see below, can't find –lg2c) it is in the
path!
root@abcsci12 ~]# R CMD INSTALL
/scisys/home/yanicrk/randomForest_4.5-28.tar.gz
* Installing to library
2002 Aug 02
1
survival analysis: plot.survfit
Hello everybody,
does anybody know how the function plot.survfit exactly works?
I'd like to plot the log of the cummulative hazard against the
log time by using plot.survfit(...fun="cloglog") which does not
work correctly. The scales are wrong and there is an error
message about infinit numbers. It must have something to do with
the censored data, doesn't it?
#Example:
2002 Jul 30
2
Questions concerning survival analysis
Good morning everyone (or maybe good evening)
Is there a counterpart to the s-plus function "probplot" (which
provides a qq-plot for "survreg"-objects)? Or do exist other
(rather simple) possibilities to check the assumptions of the
distribution?
I have another question to the author(s) of summary.survreg:
Why does summary(...,times=sort(x)) not give the same result as
2009 Oct 08
3
I can not install DAAG package . help
I use R on my Ubuntu 9.04 laptop, which was installed by "aptitude install"
way
Now i'm learning a book of R which needs "MASS" and "DAAG" installed.
So i followed the instructions:
>install.packages("MASS")
>library("MASS")
MASS works fine.
But DAAG doesn't. Anyone who could help would be appreciated a lot !
Below are my error
2009 Oct 08
3
I can not install DAAG package . help
I use R on my Ubuntu 9.04 laptop, which was installed by "aptitude install"
way
Now i'm learning a book of R which needs "MASS" and "DAAG" installed.
So i followed the instructions:
>install.packages("MASS")
>library("MASS")
MASS works fine.
But DAAG doesn't. Anyone who could help would be appreciated a lot !
Below are my error
2009 Dec 04
2
Installing RandomForest on SuSe Linux - warnings
I installed RF on Linux OpenSuSe 11.1 and while it did install and did run a model I had created on Windows correctly, it gave me a lot of "uninitialized" warnings. I don't know if these are significant and so am a little concerned even though my model ran. Any thoughts?
Thanks
R version 2.10.0 (2009-10-26)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN
2005 Oct 06
1
problem with installing a package
I do have full access to that directory. I have the
bbHist package in c:/PROGRA~1/R/rw2011/library/bbHist
directory. Then under the library directory I did
check and build. Here's what I got:
$ R CMD check bbHist
* checking for working latex ... OK
* using log directory
'c:/progra~1/r/rw2011/library/bbHist.Rcheck'
* using R version 2.1.1, 2005-06-20
* checking for file
2005 Oct 05
2
problem in installing a package
I'm using R in Windows XP. I created a package myself.
I've used R CMD check to check it. Everything seems OK
except the latex. I get the error message:
* checking bbHist-manual.tex ... ERROR
LaTeX errors when creating DVI version.
This typically indicates Rd problems.
I ignored it because I didn't want to submit it to
CRAN.
Then I tried to use R CMD INSTALL to install it. First
I
2006 Jul 26
3
memory problems when combining randomForests
Dear all,
I am trying to train a randomForest using all my control data (12,000 cases, ~
20 explanatory variables, 2 classes). Because of memory constraints, I have
split my data into 7 subsets and trained a randomForest for each, hoping that
using combine() afterwards would solve the memory issue. Unfortunately,
combine() still runs out of memory. Is there anything else I can do? (I am not
using
2005 Oct 14
3
zip package
Dear all
I can not understand how to install the package lpsolve_1.1.9.zip
I have read the FAQ and the help pages carefully, but it still not
clear for me.
I have tried the following (and obtained the respective error
messages):
>install.packages("c:/ProgramFiles/R/rw2011/library/lpSolve_1.1.9",destdir="
c:/ProgramFiles/R/rw2011/library/lpSolve")
Mensagem de aviso:
2007 Oct 20
1
path to libgfortran 'hardcoded' in R?
I am using R-2.6.0 on FreeBSD 8.0-CURRENT (i386). In the last days I had
problems when building packages SparseM, lme4 and randomForest.
The below message shows for randomForest, that 'libgfortran' was not
found. The same error appeared with SparseM and lme4.
---------------------------------
R CMD INSTALL randomForest_4.5-19.tar.gz
* Installing to library
2008 Jul 12
3
Another failed attempt to install an R package in Ubuntu
I am running Ubuntu 8.04 through Wubi on a HP Pavilion dv4000 (my home
computer) and I recently installed R 2.7.1. I attempted to install the
randomForest package from within the R environment and from the Linux
terminal. Both attempts failed. I've tried several mirrors but with no
luck. Below is an example of the series of error messages I got when R told
me that the installation
2009 Apr 28
1
Problem with Random Forest predict
I am trying to run a partialPlot with Random Forest (as I have done many times before).
First I run my forest... Cell is a 6 level factor that is the dependent variable - all other variables are predictors, most of these are factors as well.
predCell<-randomForest(x=tempdata[-match("Cell",names(tempdata))],y=tempdata$Cell,importance=T)
Then I try my partial plot to look at the
2005 Jul 24
1
R CMD problem on windows XP (PR#8031)
I get this on windows XP, rw2011, precompiled from CRAN:
C:\R\rw2011\src\gnuwin32>R CMD build -- binary ./../library/tseriesChaos
R CMD build -- binary ./../library/tseriesChaos
* checking for file 'binary/DESCRIPTION' ... NO
and there it stopped, while the following works:
C:\R\rw2011\src\gnuwin32>Rcmd build --binary ./../library/tseriesChaos
Rcmd build --binary
2008 Oct 14
2
can't R CMD INSTALL on WinXP
Dear All,
I recently got a laptop upgrade, and had to re-install the tools I used
for building R packages on Windows (XP SP2). I'm running into a strange
problem that I can't resolve. Can anyone shed on light? This is with
R-2.7.2 patched 2008-09-20 r46576, Rtools.zip downloaded a couple of
weeks ago, and MikTeX 2.7. The output below was from a cygwin shell
(PATH modified
2008 Feb 28
1
[Samba to samba transfert] Timestamp problem
/[Same as previous mail cause previous filtered and empty]/
Hello all,
I recently did some transfer of files located on a samba server to
another samba server.
To do this I used nautilus from the destination machine to connect to
the source computer and initiate the transfer.
I realized then that the /date created/ and the /date modified/ info of
the transfered files were the same as the
2005 Sep 14
1
R CMD check
Dear r-devel members,
I tried to build R packages on a PC running Windows XP but experience
problems. However, it is ok when there is no inst directory in a package.
Any help would be appreciated.
The following is an example,
C:\work>R CMD check VR_7.2-19.tar.gz
* checking for working latex ... OK
* using log directory 'C:/work/VR.Rcheck'
* using R version 2.1.1, 2005-06-20
*
2011 Feb 10
2
R 2.12.1 Windows 32bit and 64bit - are numerical differences expected?
Should one expect minor numerical differences between 64bit and 32bit R on
Windows? Hunting around the lists I've not been able to find a definitive
answer yet. Seems plausible using different precision arithmetic, but waned
to confirm from those who might know for sure.
BACKGROUND
A colleague was trying to replicate some modelling results (from a soon to
be published book) using rpart, ada,
2008 Feb 22
1
Samba and ADS authentication problems
Hey folks,
I'm having trouble with AD integration with the version of Samba
included in Solaris build 78 (Samba version 3.0.25a). I think it's
almost working, but I get an authentication prompt every time I try to
connect to samba from a windows client, and no matter what I enter I
can't authenticate to see the shares.
The main documentation I've been using is Sun's guide