Last updated on 2022-05-09 17:52:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 29.84 | 91.63 | 121.47 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 26.49 | 65.90 | 92.39 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 165.31 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 154.69 | NOTE | |||
r-devel-windows-x86_64 | 1.2 | 37.00 | 146.00 | 183.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 27.50 | 86.69 | 114.19 | NOTE | |
r-release-linux-x86_64 | 1.2 | 28.95 | 86.98 | 115.93 | NOTE | |
r-release-macos-arm64 | 1.2 | 66.00 | NOTE | |||
r-release-macos-x86_64 | 1.2 | 103.00 | NOTE | |||
r-release-windows-x86_64 | 1.2 | 34.00 | 146.00 | 180.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2 | 76.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.2 | 123.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.2 | 88.00 | 149.00 | 237.00 | NOTE |
Version: 1.2
Check: R code for possible problems
Result: NOTE
ASP.Score: no visible global function definition for 'pnorm'
Graphs.Bayesian: no visible global function definition for 'dev.new'
colorhex: no visible global function definition for 'gray'
colorhex: no visible global function definition for 'rgb'
Undefined global functions or variables:
dev.new gray pnorm rgb
Consider adding
importFrom("grDevices", "dev.new", "gray", "rgb")
importFrom("stats", "pnorm")
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
Version: 1.2
Check: compiled code
Result: NOTE
File ‘ASPBay/libs/ASPBay.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc