[R] testInstalledBasic
Cody Hamilton
cody.shawn at yahoo.com
Fri Jul 1 01:17:47 CEST 2011
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 a failure of the test:
> library(tools)
> Sys.setenv(LC_COLLATE=C)
> testInstalledBasic('basic')
running strict specific tests
running code in ‘eval-etc.R’
comparing ‘eval-etc.Rout’ to ‘eval-etc.Rout.save’ ...[1] 1
Is there something wrong with my install?
Regards,
-Cody
More information about the R-help
mailing list