search for: ctest

Displaying 20 results from an estimated 523 matches for "ctest".

Did you mean: test
2002 Jan 30
5
1.4.1 R CMD check broken?
I am not sure if this is already known. I checked BUGS and found some references to similar behavior when R_HOME is set? Here is what I get: (1) Fresh build of 1.4.1 under Linux/RH-7.2. All tests pass. > R CMD check ctest * checking for working latex ... OK * using log directory `/home/andyj/stat/R-1.4.1/library/ctest.Rcheck' Installing *source* package `ctest' ... R help >>> Building/Updating help pages for package `ctest' Formats: text html latex example...
2001 Nov 23
1
zip error, missing file
.../* -x help/AnIndex 2> nul MAKE.EXE[3]: [zipup] Error 12 (ignored) My guess is that it's a problem with "2> nul". That syntax isn't supported by COMMAND.COM. It didn't appear to cause any problems though... 5. But this one has me stopped again: gcc --shared -s -o ctest.dll ctest.def ctest.a ctest_res.o -lg2c EXTRADOCS= F:/R/R-devel/bin/R.dll gcc: EXTRADOCS=: No such file or directory MAKE.EXE[3]: *** [ctest.dll] Error 1 MAKE.EXE[3]: Leaving directory `F:/R/R-devel/src/library/ctest/src' F:\R\TOOLS\BIN\MAKE.EXE[2]: *** [src/ctest.dll] Error 2 F:\R\TOOL...
1998 Mar 12
2
R-beta: ctest_0_9-3_tar.tar
I'm having trouble un 'tar'ing the file ctest_0_9-3_tar.tar. When using the command "tar -xv" on a UNIX machine I get the "checksum error" message. When trying to use WinZip on a Win95 machine it gives an error reading the header. I'm downloading from the CRAN site at Carnegie Mellon. Could the file there be corru...
1998 Mar 12
2
R-beta: ctest_0_9-3_tar.tar
I'm having trouble un 'tar'ing the file ctest_0_9-3_tar.tar. When using the command "tar -xv" on a UNIX machine I get the "checksum error" message. When trying to use WinZip on a Win95 machine it gives an error reading the header. I'm downloading from the CRAN site at Carnegie Mellon. Could the file there be corru...
2000 Jun 12
2
ctest not works (PR#567)
I try load ctest, and don't have sucess > library(ctest) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/usr/local/lib/R/library/ctest/libs/ctest.so": /usr/local/lib/R/library/ctest/libs/ctest.so: undefined symbol: ÝfÔ What I must to do I will waiting...
2000 Mar 08
3
Error loading ctest
Has anyone noticed this behavior: > library(ctest) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "J: \STATS\RW1000/library/ctest/libs/ctest.dll": LoadLibrary failure > library(ctest) > version _ platform Windows arch x86 os Win32 system x86, Win32 status majo...
2001 Mar 29
1
Detaching "ctest"
Hi Everyone, We have just upgraded to R-1.2.1, and I note, in contrast to R-1.1.1, that ctest is now loaded automatically. The mechanism for this is to create a .First function in base: .First <- function() { require("ctest", quietly=TRUE) } Now I don't want ctest, but I find that simply putting if (length(grep("ctest", search()))) detach(package:ctest)...
2004 Sep 29
1
Problem with _new_ if class "lm" in object representation.
Hi! Consider this code. setClass("Ctest" ,representation( test="character" ,bla="character" ,mod="lm" ) ) new("Ctest",test="bla") #This produces an error. #Error in validObject(.Object) : Invalid "Ctest" object: Invalid object for slot &quo...
2001 Jun 19
3
RJava lib error
...nstall R-1.2.3 and Omegahat SJava pkg (formely Java pkg) 0.62 and tried running the examples by issuing "scripts/RJava --example --gui=none" and I got the following: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/usr/lib/R/library/ctest/libs/ctest.so": ld.so.1: /usr/java1.2/bin/../jre/bin/../bin/sparc/native_threads/java: fatal: relocation error: file /usr/lib/R/library/ctest/libs/ctest.so: symbol MAIN__: referenced symbol not found [omegahat->R] SIGSEGV 11* segmentation violation I''ve been trying to figur...
2000 Jun 26
2
Chi-square tests in R 1.1.0
Hi, I'm running R 1.1.0 for Windows NT on a Dell Latitude laptop with 128 MB of RAM. In the previous version of R (1010) there was the ctest library and a few other functions to do a variety of chi-square tests in R. Have those been deleted in the current version (1.1), or do they just go by a different name in a different library? I originally downloaded (R 1.1) from Prof. Ripley's webpage where the ctest library is in the direc...
2001 Apr 23
3
missing ctest and methodological question
Hi, I couldn't figure out how to use the functions from the ctest library. I'm using the r-base package that comes with debian potato. library("ctest") told me that no such package existed. I checked the CRAN, but no such package was availiable, instead I was told that it would be part of the standard installation. But functions from ctest like shap...
2007 Nov 01
1
ctest package
Hi Sir I did find ctest package from CRAN. Where it can be found? Regards -- AMINA SHAHZADI Department of Statistics GC University Lahore, Pakistan. [[alternative HTML version deleted]]
2018 Feb 23
2
smbcontrol reload & close-share not working like previous version
Hello. I just upgrade my kernel, smbd and changed my smb.conf. (4.14.12-1-Arch" to "4.14.19-1-lts") "samba 4.7.4-1" But now, "reload smbd" and "close-share" can not drop connected users to share. Because of that I have to restart smbd service for destroy a share right now. But it was working previous version and I don't know what is wrong right
2003 Dec 10
3
expressing functions
# Why does expressing one function require(ctest) t.test # return only function (x, ...) UseMethod("t.test") <environment: namespace:ctest> # but expressing another function shapiro.test # returns more complete code? function (x) { DNAME <- deparse(substitute(x)) x <- sort(x[complete.cases(x)]) n <- l...
2002 Jan 19
1
Build R-patched from Source
...n the base package. It also happens when I tried running demo(graphics) under RGui - it stops and says cannot find iris data (but it is there when I checked under base/data). If I then cd into bitmap, and to a: make then it also works fine. I also tried to compiled some packages, such as the ctest (R-patched/src/library), and get: ---------- Making package ctest ------------ mkdir -p C:/TEMP/R-PATCHED/library/ctest cp -r ./INDEX ./TITLE C:/TEMP/R-PATCHED/library/ctest/ adding build stamp to DESCRIPTION make[1]: *** [C:/TEMP/R-PATCHED/library/ctest/zzzz] Error 2...
2011 Oct 14
2
ctest package
Please send me the r package : ctest to the following e-mail mak.stat09@gmail.com Thank you. Best regards MAK [[alternative HTML version deleted]]
2000 Jun 03
1
.rpm (splines, ctest) install problem - LinuxPPC
On a PMac 7200 (running LinuxPPC 3Q 99), trying to install "R-ctest-0.9.R16-1.ppc.rpm" and "R-splines-2.0.R3-3.ppc.rpm" rpms currently in the linuxppc binary download directory results in error messages saying that files in these rpms conflict with files from R-base 1.01-1. Of course, "R-rpart" and "R-survival4" then also can'...
1999 Feb 25
1
rw0632: Can not install packages
I have huge problems to get additional packages working with rw0632. After copying the ctest package to library, I can do a > library(help = ctest) bartlett.test Bartlett Test for Homogeneity of Variances binom.test Exact Binomial Test ... which dutifully list the content of the package. But loading the package does not work: > library(ctest) Warning: Package...
2006 Mar 01
2
does "ctest" package exist?
R-help, I was searching the R archives for information on multiple comparisons and found that "ctest" package may contain something useful for my study. But there seems not to be such a package on CRAN. Anything I am missing? Thanks in advance
2000 Sep 13
0
Compiling R on HP-UX: "DP relative code"
I tried to build R-1.1.1 on my HP-UX 10.20 box. For this I installed gcc 2.95.2 and built g77 (version 2.95.2 19991024 (release)). Making R runs to the point, where shared libs are linked. There it reports: make[4]: Entering directory `/disk4/hoffmann/Work/rwork/src/library/ctest/src' gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c ../../../../../R-1.1.1/src/library/ctest/src/ansari.c -o ansari.o gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c ../../../../../R-1.1.1/src/library/ctest/src/fexact.c -o fexact.o gcc -I../../../../incl...