Last updated on 2014-10-02 01:48:19.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.9 | 1.76 | 11.32 | 13.08 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.9 | 1.68 | 10.45 | 12.13 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.9 | 23.65 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.9 | 22.64 | NOTE | |||
r-devel-osx-x86_64-clang | 2.9 | 25.24 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.9 | 7.00 | 22.00 | 29.00 | NOTE | |
r-patched-linux-x86_64 | 2.9 | 1.67 | 11.15 | 12.82 | NOTE | |
r-patched-solaris-sparc | 2.9 | 150.30 | NOTE | |||
r-patched-solaris-x86 | 2.9 | 34.20 | NOTE | |||
r-release-linux-ix86 | 2.9 | 2.31 | 16.93 | 19.24 | NOTE | |
r-release-linux-x86_64 | 2.9 | 1.61 | 11.22 | 12.83 | NOTE | |
r-release-osx-x86_64-mavericks | 2.9 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.9 | 7.00 | 26.00 | 33.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 2.9 | 8.00 | 25.00 | 33.00 | NOTE |
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-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-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-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-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 C RNG.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
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 C RNG.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-osx-x86_64-clang
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 C RNG.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-devel-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.
Flavors: r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86
Version: 2.9
Check: compiled code
Result: NOTE
File ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/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.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-patched-linux-x86_64
Version: 2.9
Check: compiled code
Result: NOTE
File ‘/home/ripley/R/Lib32/leaps/libs/leaps.so’:
Found ‘__f90_esfw’, possibly from ‘print’ (Fortran), ‘write’
(Fortran)
Object: ‘leaps.o’
Found ‘__f90_eslw’, possibly from ‘print’ (Fortran), ‘write’
(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.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-patched-solaris-sparc, r-patched-solaris-x86
Version: 2.9
Check: foreign function calls
Result: NOTE
Call with DUP = FALSE:
.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 may be disabled in future versions of R.
Flavors: r-release-linux-ix86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64
Version: 2.9
Check: compiled code
Result: NOTE
File ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/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.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-release-linux-ix86, r-release-linux-x86_64
Version: 2.9
Check: compiled code
Result: NOTE
File ‘/Builds/CRAN-QA-Simon/packages/mavericks-x86_64/results/3.1/leaps.Rcheck/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.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-release-osx-x86_64-mavericks
Version: 2.9
Check: compiled code
Result: NOTE
File 'd:/Rcompile/CRANpkg/lib/3.1/leaps/libs/i386/leaps.dll':
Found '_gfortran_st_write', possibly from 'write' (Fortran), 'print'
(Fortran)
Object: 'leaps.o'
File 'd:/Rcompile/CRANpkg/lib/3.1/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.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-release-windows-ix86+x86_64
Version: 2.9
Check: compiled code
Result: NOTE
File 'd:/Rcompile/CRANpkg/lib/3.0/leaps/libs/i386/leaps.dll':
Found '_gfortran_st_write', possibly from 'write' (Fortran), 'print'
(Fortran)
Object: 'leaps.o'
File 'd:/Rcompile/CRANpkg/lib/3.0/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.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-oldrel-windows-ix86+x86_64