Last updated on 2021-02-15 09:47:55 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 3.46 | 47.56 | 51.02 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.15 | 38.22 | 40.37 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 72.21 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 62.50 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 9.00 | 69.00 | 78.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.72 | 49.17 | 51.89 | NOTE | |
r-patched-solaris-x86 | 1.0 | 102.90 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 3.33 | 48.40 | 51.73 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 7.00 | 69.00 | 76.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 7.00 | 72.00 | 79.00 | NOTE |
Version: 1.0
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
Warning: no function found corresponding to methods exports from 'CR' for: 'show'
A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.
Probably some imports need to be declared in the 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: 1.0
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'methods'
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: 1.0
Check: R code for possible problems
Result: NOTE
curerate : cr: no visible global function definition for 'rbinom'
curerate : cr: no visible global function definition for 'rexp'
curerate : cr: no visible global function definition for 'runif'
curerate: no visible global function definition for 'new'
showcr: no visible global function definition for 'show'
Undefined global functions or variables:
new rbinom rexp runif show
Consider adding
importFrom("methods", "new", "show")
importFrom("stats", "rbinom", "rexp", "runif")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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