search for: mar4

Displaying 5 results from an estimated 5 matches for "mar4".

Did you mean: mar
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
2003 Oct 09
2
R-1.8.0 on Sparc Solaris 8, gcc3.2.1, bus error and core dump (PR#4485)
...our() are now ok > assign("plot.new", + function() { + .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 = en...
2004 Aug 10
0
Check failed after compilation (PR#7159)
...gt; ## add some hooks to label plot pages, at least for base graphics > .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.h...
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
...= NIC; } + if (strcmp("NFC", coord) == 0) { from = NFC; } + if (strcmp("MAR1", coord) == 0) { from = MAR1; } + if (strcmp("MAR2", coord) == 0) { from = MAR2; } + if (strcmp("MAR3", coord) == 0) { from = MAR3; } + if (strcmp("MAR4", coord) == 0) { from = MAR4; } + if (strcmp("NPC", coord) == 0) { from = NPC; } + if (strcmp("USER", coord) == 0) { from = USER; } + to = DEVICE; + + GConvert(&x0, &y0, from, to, gdd); + GConvert(&x1, &y1, from, to, gdd); + +...
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