Last updated on 2022-06-15 07:52:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 9.42 | 81.89 | 91.31 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 7.43 | 62.62 | 70.05 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 113.73 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 107.08 | NOTE | |||
r-devel-windows-x86_64 | 0.1 | 13.00 | 100.00 | 113.00 | NOTE | |
r-patched-linux-x86_64 | 0.1 | 8.59 | 78.01 | 86.60 | NOTE | |
r-release-linux-x86_64 | 0.1 | 8.24 | 79.50 | 87.74 | NOTE | |
r-release-macos-arm64 | 0.1 | 32.00 | NOTE | |||
r-release-macos-x86_64 | 0.1 | 55.00 | NOTE | |||
r-release-windows-x86_64 | 0.1 | 12.00 | 100.00 | 112.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1 | 33.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1 | 52.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.1 | 20.00 | 88.00 | 108.00 | NOTE |
Version: 0.1
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'party' which was already attached by Depends.
Please remove these calls from your code.
Package in Depends field not imported from: 'party'
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1
Check: R code for possible problems
Result: NOTE
gTree: no visible global function definition for 'ctree'
gTree: no visible global function definition for 'ctree_control'
guttmanErrors: no visible global function definition for 'runif'
Undefined global functions or variables:
ctree ctree_control runif
Consider adding
importFrom("stats", "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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64