Last updated on 2014-10-02 01:48:19.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0.0 | 2.74 | 16.46 | 19.21 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 3.0.0 | 3.00 | 16.16 | 19.16 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 3.0.0 | 36.58 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 3.0.0 | 35.02 | NOTE | |||
r-devel-osx-x86_64-clang | 3.0.0 | 35.89 | NOTE | |||
r-devel-windows-ix86+x86_64 | 3.0.0 | 17.00 | 43.00 | 60.00 | NOTE | |
r-patched-linux-x86_64 | 3.0.0 | 3.05 | 18.12 | 21.18 | NOTE | |
r-patched-solaris-sparc | 3.0.0 | 229.10 | NOTE | |||
r-patched-solaris-x86 | 3.0.0 | 56.40 | NOTE | |||
r-release-linux-ix86 | 3.0.0 | 4.90 | 29.54 | 34.44 | NOTE | |
r-release-linux-x86_64 | 3.0.0 | 2.90 | 16.64 | 19.54 | NOTE | |
r-release-osx-x86_64-mavericks | 3.0.0 | ERROR | ||||
r-release-osx-x86_64-snowleopard | 3.0.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 3.0.0 | 22.00 | 49.00 | 71.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 3.0.0 | 17.00 | 63.00 | 80.00 | NOTE |
Version: 3.0.0
Check: top-level files
Result: NOTE
Non-standard files/directories found at top level:
‘aclocal.m4’ ‘test’
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: 3.0.0
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: ‘polynom’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
See the information on DESCRIPTION files in the chapter ‘Creating R
packages’ of 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, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-ix86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 3.0.0
Check: foreign function calls
Result: NOTE
Call with DUP:
.C("ckzft", as.double(y.r), as.double(y.i), as.double(x), as.integer(length(x)),
as.double(index), as.double(m), as.double(scale), as.double(f),
NAOK = TRUE, 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: 3.0.0
Check: R code for possible problems
Result: NOTE
coeff: no visible global function definition for ‘polynomial’
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: 3.0.0
Check: compilation flags in Makevars
Result: NOTE
Package has both ‘src/Makevars.in’ and ‘src/Makevars’.
Installation with --no-configure' is unlikely to work. If you intended
‘src/Makevars’ to be used on Windows, rename it to ‘src/Makevars.win’
otherwise remove it. If ‘configure’ created ‘src/Makevars’, you need a
‘cleanup’ script.
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, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-ix86, r-release-linux-x86_64, r-release-osx-x86_64-snowleopard, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 3.0.0
Check: foreign function calls
Result: NOTE
Call with DUP != TRUE:
.C("ckzft", as.double(y.r), as.double(y.i), as.double(x), as.integer(length(x)),
as.double(index), as.double(m), as.double(scale), as.double(f),
NAOK = TRUE, 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: 3.0.0
Check: foreign function calls
Result: NOTE
Call with DUP = FALSE:
.C("ckzft", as.double(y.r), as.double(y.i), as.double(x), as.integer(length(x)),
as.double(index), as.double(m), as.double(scale), as.double(f),
NAOK = TRUE, 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-windows-ix86+x86_64
Version: 3.0.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-release-osx-x86_64-mavericks