Displaying 2 results from an estimated 2 matches for "rtools30".
Did you mean:
rtools33
2013 Apr 10
3
windows compile R from source, where do I put the Tcl directory?
Hi,
I am trying to compile R from source on Windows.
I am following the instructions here
3.1 Building from source
3 Installing R under Windows
file:///F:/ProgramFiles/R/R-2.15.3/doc/manual/R-admin.html
It only says,?
"
The Tcl/Tk support files are contained in Rtools30.exe and?
available as .zips from http://www.stats.ox.ac.uk/pub/Rtools.?
Please make sure you install the right version: there is a 32-bit?
version and a 64-bit version.
"
Anyways,
I collected the support files from here.
http://www.stats.ox.ac.uk/pub/Rtools/R_Tcl_8-5-8.zip
The instructions d...
2013 Apr 14
1
package file permissions problem R 3.0.0/Windows OS
...cale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
I have the latest Rtools30 installed and on my path:
> Sys.which("tar.exe")
tar.exe
"c:\\Rtools\\bin\\tar.exe"
Is this a general problem or is it possible that there's something about my
Windows configurations that's causing it?
Any information would be appreciated.
John...