Last updated on 2020-08-07 01:50:13 CEST.
Package | NOTE |
---|---|
ConjointChecks | 12 |
Current CRAN status:
Version: 0.0.9
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Title field: should not end in a period.
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.0.9
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'parallel' which was already attached by Depends.
Please remove these calls from your code.
'library' or 'require' calls in package code:
'Rmpi' 'snow'
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
Package in Depends field not imported from: 'parallel'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.0.9
Check: R code for possible problems
Result: NOTE
ConjointChecks: no visible global function definition for 'makeCluster'
ConjointChecks: no visible global function definition for
'clusterSetRNGStream'
ConjointChecks: no visible global function definition for
'clusterApply'
ConjointChecks: no visible global function definition for 'stopCluster'
omni.check: no visible global function definition for 'runif'
omni.check: no visible global function definition for 'quantile'
plot.checks: no visible global function definition for 'mtext'
plot.checks: no visible global function definition for 'text'
Undefined global functions or variables:
clusterApply clusterSetRNGStream makeCluster mtext quantile runif
stopCluster text
Consider adding
importFrom("graphics", "mtext", "text")
importFrom("stats", "quantile", "runif")
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.0.9
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘Rmpi’
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64