Last updated on 2020-08-07 01:49:44 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.44 | 29.43 | 31.87 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.03 | 23.29 | 25.32 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 46.27 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 37.67 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 9.00 | 43.00 | 52.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.44 | 29.33 | 31.77 | NOTE | |
r-patched-solaris-x86 | 1.0 | 60.50 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.30 | 29.08 | 31.38 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 7.00 | 61.00 | 68.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 5.00 | 44.00 | 49.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-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: 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-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
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 ‘plot’
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 ‘plot’
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 plot points sd segments textxy
Consider adding
importFrom("graphics", "lines", "plot", "points", "segments")
importFrom("stats", "cor", "sd")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64