Last updated on 2020-08-07 01:50:32 CEST.
Package | NOTE | OK |
---|---|---|
corrgrapher | 6 | 6 |
Current CRAN status: NOTE: 6, OK: 6
Version: 1.0.2
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘DALEX’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.0.2
Check: R code for possible problems
Result: NOTE
wrap_with_html_tag: no visible global function definition for ‘plot’
wrap_with_html_tag : <anonymous>: no visible global function definition
for ‘plot’
Undefined global functions or variables:
plot
Consider adding
importFrom("graphics", "plot")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64