CRAN Package Check Results for Package ConjointChecks

Last updated on 2020-08-07 01:49:39 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.9 2.78 30.26 33.04 NOTE
r-devel-linux-x86_64-debian-gcc 0.0.9 2.29 22.72 25.01 NOTE
r-devel-linux-x86_64-fedora-clang 0.0.9 47.34 NOTE
r-devel-linux-x86_64-fedora-gcc 0.0.9 37.63 NOTE
r-devel-windows-ix86+x86_64 0.0.9 8.00 60.00 68.00 NOTE
r-patched-linux-x86_64 0.0.9 2.84 29.47 32.31 NOTE
r-patched-solaris-x86 0.0.9 62.80 NOTE
r-release-linux-x86_64 0.0.9 3.02 28.58 31.60 NOTE
r-release-macos-x86_64 0.0.9 NOTE
r-release-windows-ix86+x86_64 0.0.9 6.00 43.00 49.00 NOTE
r-oldrel-macos-x86_64 0.0.9 NOTE
r-oldrel-windows-ix86+x86_64 0.0.9 5.00 43.00 48.00 NOTE

Check Details

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