Displaying 5 results from an estimated 5 matches for "oma4".
Did you mean:
oma
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)
...## layout() & filled.contour() 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")
+ }...
2004 Aug 10
0
Check failed after compilation (PR#7159)
...s = length(search())) # base
> ## 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(&q...
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
...NDC; }
+ if (strcmp("INCHES", coord) == 0) { from = INCHES; }
+ if (strcmp("OMA1", coord) == 0) { from = OMA1; }
+ if (strcmp("OMA2", coord) == 0) { from = OMA2; }
+ if (strcmp("OMA3", coord) == 0) { from = OMA3; }
+ if (strcmp("OMA4", coord) == 0) { from = OMA4; }
+ if (strcmp("NIC", coord) == 0) { from = NIC; }
+ if (strcmp("NFC", coord) == 0) { from = NFC; }
+ if (strcmp("MAR1", coord) == 0) { from = MAR1; }
+ if (strcmp("MAR2", coord) == 0) { from = MA...
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