Last updated on 2022-06-20 14:51:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.4 | 4.14 | 24.68 | 28.82 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.4 | 2.95 | 18.68 | 21.63 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.4 | 46.22 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 43.77 | NOTE | |||
r-devel-windows-x86_64 | 0.0.4 | 11.00 | 46.00 | 57.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.4 | 3.08 | 23.55 | 26.63 | NOTE | |
r-release-linux-x86_64 | 0.0.4 | 3.32 | 22.94 | 26.26 | NOTE | |
r-release-macos-arm64 | 0.0.4 | 16.00 | NOTE | |||
r-release-macos-x86_64 | 0.0.4 | 23.00 | NOTE | |||
r-release-windows-x86_64 | 0.0.4 | 9.00 | 46.00 | 55.00 | NOTE | |
r-oldrel-macos-arm64 | 0.0.4 | 20.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.0.4 | 29.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.0.4 | 9.00 | 34.00 | 43.00 | NOTE |
Version: 0.0.4
Check: R code for possible problems
Result: NOTE
burdenPlot: no visible global function definition for 'density'
burdenPlot: no visible global function definition for 'axis'
burdenPlot: no visible global function definition for 'points'
burdenPlot: no visible global function definition for 'lines'
burdenPlot: no visible global function definition for 'abline'
burdenPlot: no visible global function definition for 'text'
burdenPlot: no visible global function definition for 'sd'
burdenPlot: no visible global function definition for 'segments'
vbdm: no visible global function definition for 'var'
vbdm: no visible global function definition for 'pchisq'
vbdmR : run_discrete_mixture_vanilla: no visible global function
definition for 'var'
vbdmR: no visible global function definition for 'pchisq'
Undefined global functions or variables:
abline axis density lines pchisq points sd segments text var
Consider adding
importFrom("graphics", "abline", "axis", "lines", "points", "segments",
"text")
importFrom("stats", "density", "pchisq", "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.4
Check: compiled code
Result: NOTE
File ‘vbdm/libs/vbdm.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