Last updated on 2015-04-24 23:46:42.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.9 | 1.64 | 10.73 | 12.37 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.9 | 1.65 | 10.33 | 11.98 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.9 | 22.82 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.9 | 21.02 | NOTE | |||
r-devel-osx-x86_64-clang | 2.9 | 25.03 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.9 | 7.00 | 23.00 | 30.00 | NOTE | |
r-patched-linux-x86_64 | 2.9 | 1.70 | 10.34 | 12.04 | NOTE | |
r-patched-solaris-sparc | 2.9 | 156.90 | NOTE | |||
r-patched-solaris-x86 | 2.9 | 30.00 | NOTE | |||
r-release-linux-x86_64 | 2.9 | 1.71 | 10.07 | 11.78 | NOTE | |
r-release-osx-x86_64-mavericks | 2.9 | NOTE | ||||
r-release-osx-x86_64-snowleopard | 2.9 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.9 | 7.00 | 24.00 | 31.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 2.9 | 6.00 | 23.00 | 29.00 | NOTE |
Version: 2.9
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-release-windows-ix86+x86_64
Version: 2.9
Check: foreign function calls
Result: NOTE
Call with DUP:
.Fortran("makeqr", np = as.integer(np), nn = as.integer(nn),
wt = as.double(wt), tx = t(xx), y = as.double(y), d = numeric(np),
rbar = numeric(nrbar), thetab = numeric(np), sserr = numeric(1),
ier = as.integer(0), PACKAGE = "leaps", DUP = FALSE)
DUP is no longer supported and will be ignored.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-release-windows-ix86+x86_64
Version: 2.9
Check: Rd line widths
Result: NOTE
Rd file 'leaps.Rd':
\usage lines wider than 90 characters:
leaps(x=, y=, wt=rep(1, NROW(x)), int=TRUE, method=c("Cp", "adjr2", "r2"), nbest=10, names=NULL, df=NROW(x), strictly.compatible=TRUE)
Rd file 'leaps.setup.Rd':
\usage lines wider than 90 characters:
leaps.setup(x,y,wt=rep(1,length(y)),force.in=NULL,force.out=NULL,intercept=TRUE,nvmax=8,nbest=1,warn.dep=TRUE)
Rd file 'plot.regsubsets.Rd':
\usage lines wider than 90 characters:
plot(x, labels=obj$xnames, main=NULL, scale=c("bic", "Cp", "adjr2", "r2"), col=gray(seq(0, 0.9, length = 10)),...)
Rd file 'regsubsets.Rd':
\usage lines wider than 90 characters:
regsubsets(x=, data=, weights=NULL, nbest=1, nvmax=8, force.in=NULL, force.out=NULL, intercept=TRUE, method=c("exhaustive", "backward", ... [TRUNCATED]
These lines will be truncated in the PDF manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 2.9
Check: compiled code
Result: NOTE
File ‘leaps/libs/leaps.so’:
Found ‘_gfortran_st_write’, possibly from ‘write’ (Fortran), ‘print’
(Fortran)
Object: ‘leaps.o’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 2.9
Check: compiled code
Result: NOTE
File 'leaps/libs/i386/leaps.dll':
Found '_gfortran_st_write', possibly from 'write' (Fortran), 'print'
(Fortran)
Object: 'leaps.o'
File 'leaps/libs/x64/leaps.dll':
Found '_gfortran_st_write', possibly from 'write' (Fortran), 'print'
(Fortran)
Object: 'leaps.o'
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.9
Check: foreign function calls
Result: NOTE
Call with DUP != TRUE:
.Fortran("makeqr", np = as.integer(np), nn = as.integer(nn),
wt = as.double(wt), tx = t(xx), y = as.double(y), d = numeric(np),
rbar = numeric(nrbar), thetab = numeric(np), sserr = numeric(1),
ier = as.integer(0), PACKAGE = "leaps", DUP = FALSE)
DUP = FALSE is deprecated and will be disabled in future versions of R.
Flavor: r-oldrel-windows-ix86+x86_64