Last updated on 2022-05-19 08:52:06 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.53 | 42.59 | 45.12 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.20 | 33.59 | 35.79 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 55.71 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 55.20 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 11.00 | 58.00 | 69.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.36 | 40.53 | 42.89 | NOTE | |
r-release-linux-x86_64 | 1.0 | 2.03 | 40.82 | 42.85 | 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 | 55.00 | 61.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