Last updated on 2018-09-26 01:46:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.9 | 1.50 | 19.54 | 21.04 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.9 | 1.18 | 16.10 | 17.28 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.9 | 25.23 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.9 | 24.14 | 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.68 | 20.01 | NOTE | |
r-patched-solaris-x86 | 0.0.9 | 39.50 | NOTE | |||
r-release-linux-x86_64 | 0.0.9 | 1.39 | 18.55 | 19.94 | NOTE | |
r-release-windows-ix86+x86_64 | 0.0.9 | 4.00 | 41.00 | 45.00 | NOTE | |
r-release-osx-x86_64 | 0.0.9 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.9 | 2.00 | 29.00 | 31.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