Last updated on 2019-01-26 15:47:52 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.9 | 1.42 | 20.51 | 21.93 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.9 | 1.15 | 15.98 | 17.13 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.9 | 24.31 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.9 | 23.42 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0.9 | 3.00 | 32.00 | 35.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.9 | 1.33 | 18.79 | 20.12 | NOTE | |
r-patched-solaris-x86 | 0.0.9 | 36.90 | NOTE | |||
r-release-linux-x86_64 | 0.0.9 | 1.43 | 18.56 | 19.99 | NOTE | |
r-release-windows-ix86+x86_64 | 0.0.9 | 4.00 | 40.00 | 44.00 | NOTE | |
r-release-osx-x86_64 | 0.0.9 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.9 | 3.00 | 32.00 | 35.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.0.9 | NOTE |
Version: 0.0.9
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘parallel’ in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested 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, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 0.0.9
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
predict.subsemble
See section ‘Registering S3 methods’ 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, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 0.0.9
Check: R code for possible problems
Result: NOTE
predict.subsemble: no visible global function definition for ‘predict’
predict.subsemble: no visible binding for global variable ‘family’
subsemble: no visible global function definition for ‘gaussian’
subsemble: no visible global function definition for ‘detectCores’
subsemble : .make_Z_l: no visible global function definition for
‘parSapply’
subsemble : .make_Z_l: no visible global function definition for
‘makeCluster’
subsemble : .make_Z_l: no visible global function definition for
‘stopCluster’
subsemble: no visible global function definition for ‘parSapply’
subsemble: no visible global function definition for ‘makeCluster’
subsemble: no visible global function definition for ‘stopCluster’
subsemble: no visible global function definition for ‘predict’
Undefined global functions or variables:
detectCores family gaussian makeCluster parSapply predict stopCluster
Consider adding
importFrom("stats", "family", "gaussian", "predict")
to your NAMESPACE file.
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-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64