search for: pkgcheck

Displaying 15 results from an estimated 15 matches for "pkgcheck".

Did you mean: pkcheck
2004 May 27
2
Rcmd check, windows xp, perl
...8/ME because of problems Perl has launching programs on those limited OSes." And in the R-devel I found following from Prof. Brian Ripley: "2) On Windows, we did hope to make Rcmd check the standard way. Unfortunately, a whole series Perl builds were broken, so make pkgcheck-foo is still preferred." But i can not find something like "pkgcheck" and Rcmd does not work. (I use R version 1.9.0 on Windows XP, IBM Computer) Can anybody help me please? Regards, Matthias
2002 May 27
1
problem while building a package
...probably trivial. I try to gather a small set of pure-R functions (5) and their help file (Rd format) in a package (rmisc) using tools provided by Pr Ripley (http://www.stats.ox.ac.uk/pub/Rtools/tools.zip) and perl (ActivePerl-5.6.1). The make pkg command runs smoothly, but errors are found by make pkgcheck. The strange thing is that if I try to make a package with any one (and even up to 4) of the 5 functions, everything is ok (including make pkgcheck). The error msg from make pkgcheck is not informative (for me...): the last lines of the Rout file written in subdirectory check are: > > library...
2000 Mar 08
1
installing package in Windows
...instructions in the R complements to Venables and Ripley's book, "Building from a source-code library under Windows." I installed cygwin-20 and gcc-2.95.2, and ran "make pkg-qtl" (qtl is the name of the package). That part works just fine. But then when I run "make pkgcheck-qtl" I get the following error. ====================================================================== bash-2.02$ make pkgcheck-qtl -------- Testing package qtl -------- Running examples in 'qtl-Ex.R' ... /Programs/R/rw1000/bin/rterm --vanilla R_LIBS="/Programs/R/rw1000/library;&...
2004 May 27
2
Rcmd check, windows xp, perl (2)
...; > > > > > And in the R-devel I found following from Prof. Brian Ripley: > > > "2) On Windows, we did hope to make Rcmd check the > > standard way. > > > Unfortunately, a whole series Perl builds were > broken, so make > > > pkgcheck-foo is still preferred." > > > > > > But i can not find something like "pkgcheck" and Rcmd > does not work. > > > > > > (I use R version 1.9.0 on Windows XP, IBM Computer) > > > > On Windows XP everything is fine. > > >...
2001 Apr 18
1
Problem with Rcmd check
...ndle with the command rcmd check ../library/dse It ran for a while and built the packages, then failed at the end with this: ** checking Rd files ... OK ** checking for undocumented objects ... OK ** creating syskern-Ex.R ... ERROR I get similar errors checking packages, but there make pkgcheck-foo works. I don't think there's a "bundlecheck-foo" target, is there? Any workarounds, or hints where I should look to figure out what went wrong? Duncan Murdoch -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http:...
2006 Jul 31
1
building windows packages under wine/linux and cross-compiling.
...n32/README.packages essentially works, with one missing detail: "R_EXE=/usr/bin/R" is also needed. Thus it should be: make R_EXE=/usr/bin/R PKGDIR=/mysources RLIB=/R/win/library \ pkg-mypkg make P_EXE=/usr/bin/R KGDIR=/mysources RLIB=/R/win/library \ pkgcheck-mypkg Hin-Tak Leung
2008 Apr 21
1
R-2.7.0 RC (2008-04-20 r45403) fails fullcheck
...o `arff.Rout.save' ...OK Running `minitab.R' Comparing `minitab.Rout' to `minitab.Rout.save' ...OK Running `octave.R' Comparing `octave.Rout' to `octave.Rout.save' ...OK Running `sas.R' make[2]: *** [sas.Rout] Error 1 make[1]: *** [tests] Error 2 make: *** [pkgcheck-foreign] Error 2 This also happens when I just run "make check-recommended". The thing is that if I start-up the just installed version of R, change directory to R-rc/src/library/foreign/tests and source the sas.R script, everything works fine. Also when I do Rcmd.exe BATCH sas.R thi...
2001 Apr 12
2
Re: stop() and Rcmd (PR#910)
...a comparison which > > on NT is outside of tolerance and executes stop(). (The comparison value > > has been adjusted so that future versions of dseplus will not fail on > > this test.) > > Perl version? (Lots of these things depend critically on the build.) > Does make pkgcheck-foo work or not? That does work for me, with build 613 (and at least 619-621 are known to have broken system() calls). If you are not seeing an error on the console as the tests run, something else is up in your setup (not at all unlikely with Windows makes). On the other hand, Rcmd check dse fa...
2005 Apr 20
1
make check failure -- R 2.1.0 Windows XP SP2
...39385 --- > [2,] 1.989916 0.0000000 NA NA 0.94713417 > [3,] 1.552387 NA 0.000000 1.17348334 2.22769309 > [4,] 3.115161 NA 1.173483 0.00000000 0.04539385 OK Running `daisy-ex.R' make[2]: *** [daisy-ex.Rout] Error 1 make[1]: *** [tests] Error 2 make: *** [pkgcheck-cluster] Error 2 -- Conrad Halling conrad.halling@bifx.org
1999 May 04
1
Pre-release of R-0.64.1 for Windows
...ariables in NAME=value form, one per line. This is useful for setting R_VSIZE, R_NSIZE, RLIBS and R_PAPERSIZE, for example. You can now paste in more to the console: the limit (which was 2048 chars) is now that of the clipboard. Pasting can take place whilst the console is busy. The command `make pkgcheck-pkgname' will do the equivalent of `R CMD check', that is run all the examples in the help pages for that package. unlink can now handle wildcards and a vector argument of length more than one. R for Windows source is included in the main R distribution. -.-.-.-.-.-.-.-.-.-.-.-.-...
2001 Jan 09
2
quantile function for noncentral f-distribution
hello R-friends, I'm looking for a quantile function for the noncentral f-distribution in the area of equivalence hypotheses testing. Can somebody help me? Many thanks ----------------------------------------------------------------- Dipl. Inform. J. Hedderich Institut f?r Medizinische Informatik Phone : 0431 / 5973182 und Statistik im Klinikum an der CAU
1999 May 24
1
Files and Windows/NT
I am using rw0.63.2. I haven't upgraded because we use R for teaching. Students use R at home, and we don't want to change them over in midsemester. Also we have some additional functions we use, and we need to test them before we start to use a new version. Which brings me to my question. To help with testing we are preparing a test file which will run through all our examples. In the
2001 Mar 06
3
pac2bin
I sometimes wonder how difficult it would be to set up an email system, like the netlib@netlib.bell-labs.com facility for f2c, but for producing binary versions of packages. Has anyone every thought about this? I guess the main use would be for Windows, about which I know almost nothing, so I won't volunteer myself. Paul Gilbert
2002 Apr 19
4
Multidimensional scaling
A student of mine wants to use R to do some nonmetric multidimensional scaling. According to the R FAQ, there's a package called pcurve that computes multidimensional scaling solutions, but I was not able to locate it the contrib page (I am a Windows user with R version 1.4.1). Can anyone tell me whether it is possible to do nonmetric multidimensional scaling with R, and if so, how? John
2000 Mar 22
4
R-release dynamic load problem on HPUX10.20
Hello, I just pulled the patched release: R-release Version 1.0.0 Patched (March 19, 2000), on HPUX10.2 I am having dynamic library load problems. I configured with: ./configure --prefix=/home/absd00t/local --with-readline --with-x After changing etc/Makeconf to take -lblas out of libs (the blas library provided by the system is not a shared library), system was built without any interruptions.