Last updated on 2022-06-13 12:54:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.94 | 42.44 | 45.38 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.14 | 33.82 | 35.96 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 55.35 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 54.22 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 10.00 | 61.00 | 71.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.02 | 40.33 | 42.35 | NOTE | |
r-release-linux-x86_64 | 1.0 | 1.85 | 39.98 | 41.83 | NOTE | |
r-release-macos-arm64 | 1.0 | 20.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 26.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 12.00 | 58.00 | 70.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 22.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 36.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 6.00 | 53.00 | 59.00 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
'CCP' 'MASS' 'calibrate' 'corpcor'
Please remove these calls from your code.
Packages in Depends field not imported from:
'CCP' 'MASS' 'calibrate' 'corpcor'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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.0
Check: R code for possible problems
Result: NOTE
custom.draw.circle: no visible global function definition for 'lines'
frcc: no visible binding for global variable 'sd'
frcc: no visible global function definition for 'cor.shrink'
frcc: no visible global function definition for 'cor'
frcc: no visible global function definition for 'p.asym'
generate_multivariate_normal_sample: no visible global function
definition for 'mvrnorm'
plot_units: no visible binding for global variable 'sd'
plot_units: no visible global function definition for 'points'
plot_units: no visible global function definition for 'textxy'
plot_variables: no visible global function definition for 'points'
plot_variables: no visible global function definition for 'textxy'
plot_variables: no visible global function definition for 'segments'
Undefined global functions or variables:
cor cor.shrink lines mvrnorm p.asym points sd segments textxy
Consider adding
importFrom("graphics", "lines", "points", "segments")
importFrom("stats", "cor", "sd")
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