Last updated on 2016-12-28 23:47:35.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 0.53 | 11.39 | 11.92 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 0.65 | 10.89 | 11.54 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 18.84 | NOTE | --no-stop-on-test-error | ||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 18.12 | NOTE | --no-stop-on-test-error | ||
r-devel-macos-x86_64-clang | 1.1 | 16.00 | NOTE | --no-stop-on-test-error | ||
r-devel-windows-ix86+x86_64 | 1.1 | 4.00 | 35.00 | 39.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 0.59 | 9.21 | 9.80 | NOTE | |
r-patched-solaris-sparc | 1.1 | 101.30 | NOTE | |||
r-patched-solaris-x86 | 1.1 | 23.10 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 0.54 | 9.37 | 9.91 | NOTE | |
r-release-osx-x86_64-mavericks | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 3.00 | 25.00 | 28.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.1 | 2.00 | 27.00 | 29.00 | OK |
Version: 1.1
Check: R code for possible problems
Result: NOTE
SAENET.nnet: no visible global function definition for ‘as.formula’
SAENET.nnet: no visible global function definition for ‘rnorm’
SAENET.train: no visible global function definition for ‘predict’
Undefined global functions or variables:
as.formula predict rnorm
Consider adding
importFrom("stats", "as.formula", "predict", "rnorm")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64
Version: 1.1
Flags: --no-stop-on-test-error
Check: R code for possible problems
Result: NOTE
SAENET.nnet: no visible global function definition for ‘as.formula’
SAENET.nnet: no visible global function definition for ‘rnorm’
SAENET.train: no visible global function definition for ‘predict’
Undefined global functions or variables:
as.formula predict rnorm
Consider adding
importFrom("stats", "as.formula", "predict", "rnorm")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-x86_64-clang