Displaying 20 results from an estimated 200 matches similar to: "Can't find -lg2c when installing randomForest"
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
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
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 Jun 11
1
gfortran command not found?
Hello, I have openSUSE 11.1
Trying to install randomForest
as SU after invoking R install.packages("randomForest")
and I get this
* Installing *source* package ‘randomForest’ ...
** libs
gcc -std=gnu99 -I/usr/lib/R/include -I/usr/local/include -fpic -O2 -c
classTree.c -o classTree.o
gcc -std=gnu99 -I/usr/lib/R/include -I/usr/local/include -fpic -O2 -c
regTree.c -o
2010 May 10
0
Fw: [R] Installing randomForest on Ubuntu Errors
I encountered difficulties installing randomForest on a Ubuntu Linux OS.
Dirk was very helpful and provided the solution below.
Many thanks.
Steve
Steve Friedman Ph. D.
Spatial Statistical Analyst
Everglades and Dry Tortugas National Park
950 N Krome Ave (3rd Floor)
Homestead, Florida 33034
Steve_Friedman at nps.gov
Office (305) 224 - 4282
Fax (305) 224 - 4147
----- Forwarded by Steve
2004 Jul 26
5
installing problems repeated.tgz linux
Hi,
i try several possibilities adn looking in the archive,
but didn't getting success to install j.lindsey's usefuel "library
repeated" on my linux (suse9.0 with kernel 2.6.7,R.1.9.1)
P.S. Windows, works fine
Many thanks for help
Christian
chris at linux:/space/downs> R CMD INSTALL - l /usr/lib/R/library repeated
WARNING: invalid package '-'
WARNING:
2008 Aug 06
1
error in installing R packages
Hello,
I am trying to install R packages under linux, some of the packages can
not be installed and I got the following error, could anybody give me
suggestion on where the problem is and how to fix it? Thanks-e
> .libPaths()
[1] "/usr/lib64/R/library"
[2] "/usr/share/R/library"
[3]
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
2007 Nov 11
2
using RSperl with "tree" package
Hello,
I am trying to use the "tree" package in R with RSperl.
I have generated a regression tree using the "tree" package in R and saved it in a file say "RegTree_2.Rdata"
If I use the predict function from R command line, it works fine. However, I want to use it from within perl using RSperl. To do that, here is what I do,
my $regTree =
2003 Aug 24
2
wxRuby 0.1.0 Alpha has been released!
http://rubyforge.org/project/showfiles.php?group_id=35&release_id=46
The code itself has been quite stable for several weeks. This release
includes Gour''s excellent MinGW README notes, along with various updates
to the README, and clarification of the LICENSE.
Thanks to everyone for your help in putting this together. It was
definitely a team project. I look forward to getting lots
2012 Apr 10
1
Help predicting random forest-like data
Hi,
I have been using some code for multivariate random forests. The output
from this code is a list object with all the same values as from
randomForest, but the model object is, of course, not of the class
randomForest. So, I was hoping to modify the code for predict.randomForest
to work for predicting the multivariate model to new data. This is my
first attempt at modifying code from a
2002 Jun 12
3
help debugging segfaults
(Sorry for the cross-post--- I wasn't sure which list is more
appropriate...)
Hi everyone,
I've run into segfaults when using my randomForest package on large dataset
(e.g., 100 x 15200) and large number of trees (e.g., ntree=7000 and
mtry=3000). I'm wondering if anyone can give me some hints on where to look
for the problem.
The randomForest package mainly consists of two things:
2002 Jun 12
3
help debugging segfaults
(Sorry for the cross-post--- I wasn't sure which list is more
appropriate...)
Hi everyone,
I've run into segfaults when using my randomForest package on large dataset
(e.g., 100 x 15200) and large number of trees (e.g., ntree=7000 and
mtry=3000). I'm wondering if anyone can give me some hints on where to look
for the problem.
The randomForest package mainly consists of two things:
2010 Nov 19
1
gomp library with Rtools212
Dear developers,
I am a maintainer of the CORElearn package which uses OpenMP multithreading
to speed up some computations. When producing a new release we tested the
package with the latest R 2.12.0. On Linux the package works normally. On
Windows we installed a recommended version of Rtools (Rtools212) but the
linker fails with the messages below.
...
g++
2011 May 14
3
regpatch writing to local registry hive with -F not working (registery-utils 4.0.0~alpha15~git20110124.dfsg1-2ubuntu1)
Hi,
I was hoping I could modify a locally mounted registry hive using
regpatch and a .reg file but the -F argument seems to have no function.
(Strace shows it ignores it and just operates
on /var/lib/samba/private/hklm.ldb)
Below is output with debug on.
rfm6 at ubuntuSSDx64:cp /mnt/xp/WINDOWS/system32/config/software /tmp/software
rfm6 at ubuntuSSDx64:/tmp/config$ sudo regpatch -d=10 -F
2004 May 21
2
read (and edit?) registry files on Linux
Hello,
Is there a way in Linux to read Windows registry files?
I have only ssh access to the Linux/Samba server, and would like to be able
to check settings in user profiles (in their ntuser.dat files). Best would
be if I could even edit settings in there.
For now, it seems the only thing I can do is scp the files to a Windows
machine, and manually load the hives in regedt32. Very
2002 Jun 18
1
can't find array overruns (was: help debugging segfaults)
Dear R-devel,
Last week I got several responses to my question about debugging segfaults
in my code (original post below). After I changed the S_alloc() calls to
Calloc()/Free(), the symptom was gone, but I was told to keep looking. So I
did:
o Switched to Calloc/Free. Electric Fence did not find any problem.
o Put assert(index < bound); assert(index >=0); everywhere in the C routine
2018 Feb 01
5
4.7.4 build fails
identical issues to trying to go from 4.6.11-> 4.6.12, 4.7.4 make fails
with
3631/3915] Linking default/source4/librpc/python-dcerpc-smb-acl.so
[3632/3915] Linking default/source4/librpc/python-dcerpc-xattr.so
[3633/3915] Linking default/source3/smbtorture3
[3634/3915] Linking default/source4/librpc/python-auth.so
[3635/3915] Linking default/source4/auth/gensec/pygensec.so
[3636/3915] Linking
2013 Mar 14
0
Quick regtree question
Hi all;
Shot in the dark here, but I am attempting to use regtree and I've noticed that it seems to simply dump the entire registry even if a location is specified (i.e. HKEY_LOCAL_MACHINE\SOFTWARE) - is this how it is intended to work or am I simply 'doing it wrong'.
Thanks for any light anyone might be able to provide!
DEAN WILLIAMS / Block 64
phone: +1 (416) 436-8518
web:
2006 Jun 05
2
[PATCH] Pet peave then->than
This patch fixes all the incorrect uses of "then" that I could
find on the whole SAMBA_4_0 branch.
i.e. it is relative to
svn://svnanon.samba.org/samba/branches/SAMBA_4_0 at revision
16046.
Index: source/auth/ntlmssp/ntlmssp_sign.c
===================================================================
--- source/auth/ntlmssp/ntlmssp_sign.c (revision 16046)
+++