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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to