Last updated on 2022-05-23 08:51:32 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 3.98 | 52.43 | 56.41 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.81 | 37.97 | 40.78 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 64.95 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 52.93 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 40.00 | 80.00 | 120.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 4.26 | 46.73 | 50.99 | NOTE | |
r-release-linux-x86_64 | 1.0 | NOTE | ||||
r-release-macos-arm64 | 1.0 | 26.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 34.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 49.00 | 80.00 | 129.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 33.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 46.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 8.00 | 72.00 | 80.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
mainNetFunction: no visible global function definition for 'png'
mainNetFunction: no visible global function definition for 'lines'
mainNetFunction: no visible global function definition for 'legend'
mainNetFunction: no visible global function definition for 'dev.off'
plotROC: no visible global function definition for 'lines'
simulatedData: no visible global function definition for 'rpois'
simulatedData : <anonymous>: no visible global function definition for
'rpois'
simulatedData : rlognormpois: no visible global function definition for
'rnorm'
simulatedData : rlognormpois: no visible global function definition for
'rpois'
Undefined global functions or variables:
dev.off legend lines png rnorm rpois
Consider adding
importFrom("grDevices", "dev.off", "png")
importFrom("graphics", "legend", "lines")
importFrom("stats", "rnorm", "rpois")
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