search for: rtools213

Displaying 5 results from an estimated 5 matches for "rtools213".

Did you mean: rtools212
2011 Jun 09
2
Rtools - "The setup files are corrupted" message when trying to install
...ending this question to. I am trying to install a copy of the R tools required to create / compile packages on windows. After downloading Rtools from http://www.murdoch-sutherland.com/Rtools/ windows keeps complaining that "The setup files are corrupted". This has happened with both the Rtools213.exe and the Rtools212.exe downloads, and on both 32 and 64 bit Windows 7. Does any one know what I might be doing incorrectly, or where else I should be downloading them from. Cheers Martyn The version of R that I want to eventually use these tools with is platform x86_64-pc-mingw32...
2011 Jun 30
1
testInstalledBasic
Hello, I installed R 2.13.0 on a Windows 2003 server.? I downloaded the Rtools213.exe from http://www.murdoch-sutherland.com/Rtools/ and placed it in the path (C:\Program Files\R\R-2.13.0\bin). I submitted the following code: library(tools) Sys.setenv(LC_COLLATE=C) testInstalledBasic('basic') I get the following message in the R Console, which I believe corresponds to...
2011 Apr 05
1
Rtools questions
...vi("Rd2.tex", pdf = (out_ext == "pdf"), quiet = FALSE, : unable to run 'pdflatex' on 'Rd2.tex' Error in running tools::texi2dvi You may want to clean up by 'rm -rf C:/Users/sgraves/AppData/Local/Temp/Rtmpr6z3 r6/Rd2pdf55b96c9a' This is using Rtools213, downloaded April 4 from "www.murdoch-sutherland.com/Rtools" with R installed as follows: > sessionInfo() R version 2.12.2 (2011-02-25) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252 [3] LC_MONETAR...
2011 Jun 27
1
R CMD check --force-multiarch does not install all the archs for testing
...----------------------------- * installing *source* package 'fabia' ... Building libRcpp.a in RcppSrc... rm -f Rcpp.o libRcpp.a g++ -c Rcpp.cpp -o Rcpp.o -I"D:/biocbld/BBS-2?1.9-B/R/include" -I"D:/biocbld/BBS-2?1.9-B/R/src/include" -Wall -O2 ar r libRcpp.a Rcpp.o C:\Rtools213\MinGW\bin\ar.exe: creating libRcpp.a ranlib libRcpp.a rm -f Rcpp.o rm -f Rcpp.o ** libs running src/Makefile.win ... rm -f fabia.o fabia.dll *.a *.o *.so *.dll g++ -c fabiac.cpp -o fabia.o -I../RcppSrc -I"D:/biocbld/BBS-2?1.9-B/R/include" -Wall -O2 g++ -shared -s -static-libgcc fab...
2011 May 03
1
Compiling Rgraphiz on Windows 7 64bit with R-2.13.0
Hi all, I am trying to compile Rgraphiz on Windows 7 64bit with R-2.13.0. I have installed Rtools213.exe from [1]. The 64bit packages in [2] provided me with the 64 bit version of graphviz. After intalling the binary version Rgraphviz 1.30 (in 32bit) it complains (as expected) that: > library(Rgraphviz) Error: package 'Rgraphviz' is not installed for 'arch=x64' I don't...