Last updated on 2021-02-15 09:48:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 3.65 | 34.75 | 38.40 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 3.13 | 26.69 | 29.82 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 55.51 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 44.90 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 12.00 | 57.00 | 69.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 3.54 | 33.16 | 36.70 | NOTE | |
r-patched-solaris-x86 | 0.1 | 67.20 | NOTE | |||
r-release-linux-x86_64 | 0.1 | 3.78 | 33.12 | 36.90 | NOTE | |
r-release-macos-x86_64 | 0.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.1 | 11.00 | 57.00 | 68.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 7.00 | 39.00 | 46.00 | NOTE |
Version: 0.1
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
Warning: no function found corresponding to methods exports from 'het.test' 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: 0.1
Check: dependencies in R code
Result: NOTE
Packages in Depends field not imported from:
'methods' 'vars'
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.1
Check: R code for possible problems
Result: NOTE
whites.htest: no visible global function definition for 'residuals'
whites.htest: no visible global function definition for 'lm'
whites.htest: no visible global function definition for 'pchisq'
whites.htest: no visible global function definition for 'new'
Undefined global functions or variables:
lm new pchisq residuals
Consider adding
importFrom("methods", "new")
importFrom("stats", "lm", "pchisq", "residuals")
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