search for: testinstalledbasic

Displaying 12 results from an estimated 12 matches for "testinstalledbasic".

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 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?...
2015 Jul 26
1
R3.2.1: tools::testInstalledBasic("both") fails since no tests are installed by default. Confirmed?
...Ubuntu packages for R (r-base and r-base-dev) from the package URL deb http://<my.favorite.cran.mirror>/bin/linux/ubuntu trusty/ I wanted to test the installation using the R commands: Sys.setenv(LC_COLLATE = "C", LANGUAGE = "en") library("tools") testInstalledBasic("both") "testInstalledBasic()" failed with the error message: Error in setwd(file.path(R.home(), "tests")) : cannot change working directory "R.home()" results in [1] "/usr/lib/R" I looked into this folder and could not find test...
2010 May 05
1
testInstalledBasic question
...d States.1252 LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base Next I start testing, using the following: library(tools) testInstalledBasic(scope = 'devel') # Just checking devel for illustrative purposes Results displayed are as follows: running tests of consistency of as/is.* creating ?isas-tests.R? running code in ?isas-tests.R? comparing ?isas-tests.Rout? to ?isas-tests.Rout.save? ...running tests of random deviat...
2014 Nov 24
0
tools::testInstalledBasic
Dear users, I have a problem when using the testInstalledBasic function in the tools package on my windows 7 machine. I specified the environment variables as stated in the Installation and administration manual (Sys.setenv(LC_COLLATE = "C", LANGUAGE = "en")) and ran the function on an installation without additional packages. However the t...
2013 Feb 20
4
Error in setwd(outDir) : cannot change working directory
...installed R on my Windows laptop in C:\Program Files\R\R-2.15.2 and am able to open RGUI (640bit), see packages and run commands. However, when I test the installation and run the basic tests and all the tests on the standard and recommended packages i.e.: library("tools") testInstalledBasic("both") testInstalledPackages("base", errorsAreFatal = FALSE) testInstalledPackages("recommended", errorsAreFatal = FALSE) I am getting errors such as: > testInstalledPackages("base",errorsAreFatal=FALSE) Error in setwd(outDir) : canno...
2015 Jan 07
2
Failing lm-tests due to extra 0 in scientific notation?
Hello. I've compiled R on Windows many times, and this is the first time I've seen this error. While running make check-all (and using testInstalledBasic("both")), the lm-tests routines fail, and, as far as I can tell, the diff is failing because in one file, answers are coming back like this "3.11e-004" while in the save file they are "3.11e-04". Every value is the same, outside the extra 0 in the scientific notation....
2011 Jun 29
0
Error in testInstalledBasic
Hi, I am running R 2.13.0 on a Windows 7 machine. I ran the script: testInstalledBasic('devel') and received the following warning message: running tests of consistency of as/is.* creating ?isas-tests.R? running code in ?isas-tests.R? comparing ?isas-tests.Rout? to ?isas-tests.Rout.save? ...running tests of random deviate generation -- fails occasionally running code...
2012 May 09
1
Compiling R on Windows XP - Rgui crashes yet Rterm works
...error stating " AppName: rgui.exe AppVer: 2.150.58871.0 ModName: rzlib.dll ModVer: 0.0.0.0 Offset: 0000a9e5 The taskbar still works, but the console window has nothing in it, and trying to open a script drops me back to Windows. Even though it seemingly passing make check-all, I ran 'testInstalledBasic ("both")' in the terminal and received the same error that was addressed here in 2010 <https://stat.ethz.ch/pipermail/r-help/2010-May/237947.html> and was not addressed here in 2011 <https://stat.ethz.ch/pipermail/r-help/2011-June/282354.html>: that primitives fail on >...
2013 Apr 16
1
testInstalledBasic / testInstalledPackages
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) > testInstalledBasic(scope="devel") running tests of consistency of as/is.* creating ?isas-tests.R? running code in ?isas-tests.R? comparing ?isas-tests.Rout? to ?isas-tests.Rout.save? ...25...
2009 Apr 17
0
R 2.9.0 is released
...dPackage() in package 'tools' allows the examples (and if they were installed) any package-specific tests to be run on an installed package. testInstalledPackages() can run all the examples and tests in the standard and/or recommended packages. Also testInstalledBasic() can run the basic tests (if installed). o file.copy() now has a 'recursive' argument. o Errors in setOldClass() will cause a previous definition to be restored. o Ambiguities in class inheritance and method selection resulting from duplicates in superclasses a...
2009 Apr 17
0
R 2.9.0 is released
...dPackage() in package 'tools' allows the examples (and if they were installed) any package-specific tests to be run on an installed package. testInstalledPackages() can run all the examples and tests in the standard and/or recommended packages. Also testInstalledBasic() can run the basic tests (if installed). o file.copy() now has a 'recursive' argument. o Errors in setOldClass() will cause a previous definition to be restored. o Ambiguities in class inheritance and method selection resulting from duplicates in superclasses a...
2011 Jun 30
0
help with interpreting what nnet() output gives:
...t.org/posting-guide.html > and provide commented, minimal, self-contained, > reproducible code. > ------------------------------ Message: 22 Date: Wed, 29 Jun 2011 10:32:27 -0700 (PDT) From: Cody Hamilton <cody.shawn at yahoo.com> To: r-help at r-project.org Subject: [R] Error in testInstalledBasic Message-ID: <125335.98983.qm at web120511.mail.ne1.yahoo.com> Content-Type: text/plain; charset=utf-8 Hi, I am running R 2.13.0 on a Windows 7 machine. I ran the script: testInstalledBasic('devel') and received the following warning message: running tests of consistency of as/is...