Due to the rJava problems we've been having, I've replaced all Java components with R or C/C++ equivalents. You may try installing again and should not encounter and rJava-related problems.
Loren and Wouter, I replaced AdaBoost with LogitBoost in caTools ( http://cran.r-project.org/web/packages/caTools/caTools.pdf ) and bagging with the implementation in ipred ( http://cran.r-project.org/web/packages/ipred/ipred.pdf ). Neither support SparseM matrices, but I've contacted the developer of the LogitBoost implementation to see if he'll consider since the algorithm is very impressive.
Best,
Tim
--
Timothy P. Jurka
Graduate Student
Department of Political Science
University of California, Davis
www.timjurka.com
* installing *source* package 'slam' ...
** libs
*** arch - i386
*** arch - x64
ERROR: compilation failed for package 'slam'
* removing 'C:/Users/Paul/Documents/R/win-library/2.12/slam'
*
I tired it with and without Rtools in the path.
It would be nice if there was some way to get the error log from R's
install script.
Paul Wolfgang
Loren Collingwood
Ph.D. Candidate
Department of Political Science
University of Washington
http://staff.washington.edu/lorenc2
lor...@uw.edu
Paul, can you type traceback() after the error and see if any useful information pops up? I'm unable to recreate this on my machine, but am working to do so.
Tim
1: install.packages("RTextTools", repos = repository, type = "source")
After manually installing slam
the install of RTextTools fails on
mlbench
I am not getting the message that lib is not writable. Instead I get the
message:
Installing package(s) into ‘C:\Users\Paul\Documents/R/win-library/2.12’
(as ‘lib’ is unspecified)
also installing the dependencies ‘mlbench’, ‘bitops’, ‘SparseM’,
‘randomForest’, ‘glmnet’, ‘tree’, ‘tm’, ‘e1071’, ‘Rstem’, ‘ipred’, ‘caTools’
Paul Wolfgang
Tim