Last updated on 2022-05-23 08:51:34 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.5 | 4.28 | 39.35 | 43.63 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.5 | 3.40 | 30.35 | 33.75 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.5 | 53.89 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.5 | 42.46 | NOTE | |||
r-devel-windows-x86_64 | 0.0.5 | 15.00 | 76.00 | 91.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.5 | 3.79 | 38.14 | 41.93 | NOTE | |
r-release-linux-x86_64 | 0.0.5 | NOTE | ||||
r-release-macos-arm64 | 0.0.5 | 21.00 | NOTE | |||
r-release-macos-x86_64 | 0.0.5 | 28.00 | NOTE | |||
r-release-windows-x86_64 | 0.0.5 | 10.00 | 68.00 | 78.00 | NOTE | |
r-oldrel-macos-arm64 | 0.0.5 | 26.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.0.5 | 38.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.0.5 | 10.00 | 43.00 | 53.00 | NOTE |
Version: 0.0.5
Check: R code for possible problems
Result: NOTE
compute_KL : rtnorm: no visible global function definition for 'runif'
compute_KL : rtnorm: no visible global function definition for 'dnorm'
compute_KL: no visible global function definition for 'qnorm'
compute_KL: no visible global function definition for 'dnorm'
compute_KL: no visible global function definition for 'pnorm'
compute_KL: no visible global function definition for 'var'
compute_KL: no visible global function definition for 'rbinom'
compute_KL: no visible global function definition for 'rnorm'
compute_KL: no visible global function definition for 'sd'
vbsr: no visible global function definition for 'qchisq'
vbsr: no visible global function definition for 'var'
vbsr: no visible global function definition for 'pchisq'
vbsr: no visible global function definition for 'sd'
vbsr: no visible binding for global variable 'sd'
Undefined global functions or variables:
dnorm pchisq pnorm qchisq qnorm rbinom rnorm runif sd var
Consider adding
importFrom("stats", "dnorm", "pchisq", "pnorm", "qchisq", "qnorm",
"rbinom", "rnorm", "runif", "sd", "var")
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: 0.0.5
Check: compiled code
Result: NOTE
File ‘vbsr/libs/vbsr.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