Last updated on 2020-08-07 01:49:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 3.02 | 47.32 | 50.34 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.45 | 36.55 | 39.00 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 66.48 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 58.84 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 12.00 | 73.00 | 85.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 3.16 | 46.63 | 49.79 | NOTE | |
r-patched-solaris-x86 | 1.0 | 100.10 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 3.39 | 46.93 | 50.32 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 9.00 | 59.00 | 68.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