Last updated on 2020-08-07 01:50:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.5 | 4.64 | 26.84 | 31.48 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.5 | 3.12 | 20.98 | 24.10 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.5 | 46.83 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.5 | 37.20 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0.5 | 14.00 | 47.00 | 61.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.5 | 4.00 | 26.83 | 30.83 | NOTE | |
r-patched-solaris-x86 | 0.0.5 | 58.70 | NOTE | |||
r-release-linux-x86_64 | 0.0.5 | 3.56 | 26.58 | 30.14 | NOTE | |
r-release-macos-x86_64 | 0.0.5 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.0.5 | 11.00 | 67.00 | 78.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.0.5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.5 | 10.00 | 63.00 | 73.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-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.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