Re: [R] testInstalledBasic / testInstalledPackages

2013-04-16 Thread Trina Patel
Hi Marc, Thank you for the links to all the resources, I will be sure to review them in detail. As for running, Sys.setenv(LC_COLLATE = "C", LANGUAGE = "en") I'm sorry that I forgot to mention that I did set the above enviornmental variables as specified. Both within R, as suggested in your emai

Re: [R] testInstalledBasic / testInstalledPackages

2013-04-16 Thread Marc Schwartz
On Apr 16, 2013, at 11:44 AM, Trina Patel wrote: > Hi, > > I installed R 3.0.0 on a Windows 2008 Server. > > When I submitted the following code in R64, > library(tools) > testInstalledBasic(scope="devel") > > I get the following message in the R Console: >> library(tools) >> testInstalledBas

Re: [R] testInstalledBasic

2011-07-01 Thread Uwe Ligges
we Ligges Regards, Cody --- On Fri, 7/1/11, Marc Schwartz wrote: From: Marc Schwartz Subject: Re: [R] testInstalledBasic To: "Cody Hamilton" Cc: "Uwe Ligges", r-help@r-project.org Date: Friday, July 1, 2011, 10:16 AM Cody, The 'diff' program should be insta

Re: [R] testInstalledBasic

2011-07-01 Thread Cody Hamilton
string constant in "diff 'C:/Program Files/R/R-2.13.0/tests/eval-etc.Rout'" Regards, Cody --- On Fri, 7/1/11, Marc Schwartz wrote: > From: Marc Schwartz > Subject: Re: [R] testInstalledBasic > To: "Cody Hamilton" > Cc: "Uwe Ligges" , r

Re: [R] testInstalledBasic

2011-07-01 Thread Marc Schwartz
Fri, 7/1/11, Uwe Ligges wrote: > >> From: Uwe Ligges >> Subject: Re: [R] testInstalledBasic >> To: "Cody Hamilton" >> Cc: r-help@r-project.org >> Date: Friday, July 1, 2011, 9:13 AM >> >> >> On 01.07.2011 18:07, Cody Hamilton wrote:

Re: [R] testInstalledBasic

2011-07-01 Thread Cody Hamilton
Hello Uwe, Please forgive my ignorance - how can I get my diffs? Regards, -Cody --- On Fri, 7/1/11, Uwe Ligges wrote: > From: Uwe Ligges > Subject: Re: [R] testInstalledBasic > To: "Cody Hamilton" > Cc: r-help@r-project.org > Date: Friday, July 1, 2011, 9:13 AM

Re: [R] testInstalledBasic

2011-07-01 Thread Uwe Ligges
essage(" comparing 'reg-plot-latin1.ps' to 'reg-plot-latin1.ps.save' ...", appendLF = FALSE) system("diff reg-plot-latin1.ps reg-plot-latin1.ps.save") message("OK") } if (scope %in% c("devel", "both&quo

Re: [R] testInstalledBasic

2011-07-01 Thread Cody Hamilton
uot; expect failure or some differences if not in a Latin or UTF-8 locale") runone("reg-plot-latin1", TRUE, FALSE) message(" comparing 'reg-plot-latin1.ps' to 'reg-plot-latin1.ps.save' ...", appendLF = FALSE) system

Re: [R] testInstalledBasic

2011-07-01 Thread Uwe Ligges
On 01.07.2011 01:17, Cody Hamilton wrote: 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.set

[R] testInstalledBasic

2011-06-30 Thread Cody Hamilton
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')

Re: [R] testInstalledBasic question

2010-05-06 Thread Prof Brian Ripley
The code contains ## We need to force C collation: might not work Sys.setlocale("LC_COLLATE", "C") It seems that is not working for you. Try setting LC_COLLATE=C in the environment before running the tests. You do also need diff (from Rtools) in your path for the best results. On W

[R] testInstalledBasic question

2010-05-05 Thread Jim Price
Hi, I'm currently in the process of writing an R-installation SOP for my company. As part of that process I'm using the recommendations from the 'R Installation and Administration' document, section 3.2, "Testing an installation". This is done on an XP machine, using the latest binary of 2.11.0.