search for: nameex

Displaying 14 results from an estimated 14 matches for "nameex".

2008 May 05
3
troubles with R CMD check and examples under Ubuntu gutsy
Dear listers, I was used to package pgirmess under Windows with everything OK, but, for the first time, I had a trial this afternoon on Ubuntu 7.10 gutsy (I have a double boot computer and work more and more under unix) and R 2.7.0. Everything went OK except this: sudo R CMD check pgirmess ..... * checking examples ... ERROR Running examples in 'pgirmess-Ex.R' failed. The error most
2004 Aug 10
0
Check failed after compilation (PR#7159)
...raphics > .newplot.hook <- function() + { + pp <- par(c("mfg","mfcol","oma","mar")) + if(all(pp$mfg[1:2] == c(1, pp$mfcol[2]))) { + outer <- (oma4 <- pp$oma[4]) > 0; mar4 <- pp$mar[4] + mtext(paste("help(", ..nameEx, ")"), side = 4, + line = if(outer)max(1, oma4 - 1) else min(1, mar4 - 1), + outer = outer, adj = 1, cex = .8, col = "orchid", las=3) + } + } > setHook("plot.new", .newplot.hook) > setHook("persp", .newplot.hook) > rm(.new...
2010 Apr 15
1
"°" not accepted under MacOSX
...RAN MacOSX checks, just because I have this command in one of the examples. text(mydata[,3],mydata[,4],paste(round(dirs,0),"?"),cex=0.7) It makes: <ERROR: re-encoding failure from encoding 'latin1'> text(mydata[,3],mydata[,4],paste(round(dirs,0),"+ + + + cleanEx() + nameEx("distNode") Error: unexpected symbol in: "cleanEx() nameEx("distNode" Execution halted The description file (following some earlier recommandation) includes: Encoding: latin1 Is there any way to make "?" accepted by MacOSX checks ? Cheers, Patrick
2009 Jan 15
1
[Q] R CMD check signals error on code that works from UI
...ns fine on console. > foos <- c("aaa", "bbb", "ccc") > cat(sapply(foos, + function(foo) { + sprintf("name: + foo, + toupper(foo)) + }), sep="") + + + + cleanEx(); nameEx("sc80-registerNormalizationMethod") Error: unexpected string constant in: " cleanEx(); nameEx("" Execution halted Yet on console, it provides the expected: name: aaa upper: AAA name: bbb upper: BBB name: ccc upper: CCC How d...
2003 Oct 09
2
R-1.8.0 on Sparc Solaris 8, gcc3.2.1, bus error and core dump (PR#4485)
...{ + .Internal(plot.new()) + pp <- par(c("mfg","mfcol","oma","mar")) + if(all(pp$mfg[1:2] == c(1, pp$mfcol[2]))) { + outer <- (oma4 <- pp$oma[4]) > 0; mar4 <- pp$mar[4] + mtext(paste("help(", ..nameEx, ")"), side = 4, + line = if(outer)max(1, oma4 - 1) else min(1, mar4 - 1), + outer = outer, adj = 1, cex = .8, col = "orchid") + } + }, + env = environment(plot)) > assign("cleanEx", + function(env =...
2010 Apr 21
2
problem of R CMD check
Hi all, Today, i just installed the newest R version 2.10.1 and other necessary tools for building R package under windows,e.g. Rtools, perl. All are the newest version. After the correct configuration under windows, i use it to re-check my old package. I found the following prolem when checking EXAMPLE, which did not exist before this re-installation. ######## * checking examples ... ERROR
2006 Feb 15
1
S3 generics without NS and cleanEx()
...m=item))) + missitems <- .oldSearch[! .oldSearch %in% sch] + if(length(missitems)) + warning("items ", paste(missitems, collapse=", "), + " have been removed from the search path") + }, + env = .CheckExEnv) R> assign("..nameEx", "__{must remake R-ex/*.R}__", env = .CheckExEnv) # for now R> assign("ptime", proc.time(), env = .CheckExEnv) R> grDevices::postscript("party-Ex.ps") R> assign("par.postscript", graphics::par(no.readonly = TRUE), env = .CheckExEnv) R> optio...
2010 Apr 22
1
Question of R CMD check
...quot;\dontrun{} % enddontrun" in all the examples of my functions that should be no problem, i think. I checked my package before and did not find errors. I also browsed the checking results in 'stam-Ex.R'. It listed all the example codes in that file, something like this, cleanEx(); nameEx("stcdt") ### * stcdt flush(stderr()); flush(stdout()) ###example codes I did not met this problem before. Any ideas on solving this? Thanks a lot. -- ----------------- Jane Chang Queen's [[alternative HTML version deleted]]
2004 Oct 28
2
Errors during make check
On a SUN 280R running Solaris 9... The configure and make steps completed without errors. But when I try to perform the make check step, I get the following: $ make check FORCE=FORCE `Makedeps' is up to date. running code in 'base-Ex.R' ...*** Error code 1 make: Fatal error: Command failed for target `base-Ex.Rout' Current working directory /usr/local/R-2.0.0/tests/Examples ***
2008 Feb 25
1
r44608 fails make check-all in scatter.smooth example
...irectory `/home/gavin/R/devel/build/tests' make[1]: *** [test-all-basics] Error 1 make[1]: Leaving directory `/home/gavin/R/devel/build/tests' make: *** [check-all] Error 2 And the Rout file contains this at the failure: $ tail -n 20 tests/Examples/stats-Ex.Rout.fail > > cleanEx(); nameEx("scatter.smooth") > ### * scatter.smooth > > flush(stderr()); flush(stdout()) > > ### Name: scatter.smooth > ### Title: Scatter Plot with Smooth Curve Fitted by Loess > ### Aliases: scatter.smooth loess.smooth > ### Keywords: smooth > > ### ** Examples &gt...
2005 Mar 31
1
R-alpha_2005-03-31: make check fails on Debian 3.0
...Examples] Error 2 make[2]: Leaving directory `/usr/local/src/R/R-alpha/tests' make[1]: *** [test-all-basics] Error 1 make[1]: Leaving directory `/usr/local/src/R/R-alpha/tests' make: *** [check] Error 2 59 (0) $ The final part of tests/Examples/utils-Ex.Rout.fail reads > cleanEx(); ..nameEx <- "help.search" > > ### * help.search > > flush(stderr()); flush(stdout()) > > ### Name: help.search > ### Title: Search the Help System > ### Aliases: help.search print.hsearch > ### Keywords: documentation > > ### ** Examples > > help.sear...
2007 May 23
0
make check fails tools-Ex in 2.5.0
...01524 594459 Lancaster University, Lancaster LA1 4YW ----- Tail end of tools-Ex.Rout.fail: > library('tools') > > assign(".oldSearch", search(), pos = 'CheckExEnv') > assign(".oldNS", loadedNamespaces(), pos = 'CheckExEnv') > cleanEx(); nameEx("Rdutils"); > ### * Rdutils > > flush(stderr()); flush(stdout()) > > ### Name: Rdutils > ### Title: Rd Utilities > ### Aliases: Rd_db Rd_parse > ### Keywords: utilities documentation > > ### ** Examples > > ## Build the Rd db for the (installed) bas...
2010 Apr 13
2
.Fortran interface error
Hi all, I'm preparing a package which uses .Fortran to interface a Fortran 95 function. This F95 function simply receives the name of a file from R, opens this file and forwards its content to a F95 module, which, in turn, makes the real computation. The F95 module is a pre-existing one and I'm trying to use it in its actual state. Thus, data transfer between R and this F95 module is
2001 Sep 14
3
R Installation problem: 'make check' errors
Hi All, I'm trying to install R from source on an Intel machine running Linux (RedHat 6.2) and I am getting errors (Error 139, Error 2, and Error 1) on 'make check'. Perhaps I've forgotten something basic? --------------------------------------------------------------------- Here's what I've done: /configure --prefix=/home1/froth/R --enable-R-shlib --with-tcltk