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.4 | 4.09 | 20.88 | 24.97 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.4 | 2.52 | 16.45 | 18.97 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.4 | 39.55 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 28.94 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0.4 | 13.00 | 37.00 | 50.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.4 | 3.29 | 20.49 | 23.78 | NOTE | |
r-patched-solaris-x86 | 0.0.4 | 45.70 | NOTE | |||
r-release-linux-x86_64 | 0.0.4 | 3.28 | 20.68 | 23.96 | NOTE | |
r-release-macos-x86_64 | 0.0.4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.0.4 | 9.00 | 52.00 | 61.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.0.4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.4 | 8.00 | 52.00 | 60.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-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.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