CRAN Package Check Results for Package nls2

Last updated on 2022-04-24 03:52:32 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2 2.15 35.77 37.92 NOTE
r-devel-linux-x86_64-debian-gcc 0.2 1.58 27.26 28.84 NOTE
r-devel-linux-x86_64-fedora-clang 0.2 45.25 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2 33.67 NOTE
r-patched-linux-x86_64 0.2 1.90 34.63 36.53 NOTE
r-release-linux-x86_64 0.2 1.57 34.26 35.83 NOTE
r-release-macos-arm64 0.2 NOTE
r-release-macos-x86_64 0.2 NOTE
r-release-windows-x86_64 0.2 8.00 51.00 59.00 NOTE
r-oldrel-macos-arm64 0.2 NOTE
r-oldrel-macos-x86_64 0.2 NOTE
r-oldrel-windows-ix86+x86_64 0.2 4.00 42.00 46.00 NOTE

Check Details

Version: 0.2
Check: dependencies in R code
Result: NOTE
    Package in Depends field not imported from: 'proto'
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
    Unexported objects imported by ':::' calls:
     'stats:::nlsModel' 'stats:::nlsModel.plinear'
     See the note in ?`:::` about the use of this operator.
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-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: 0.2
Check: R code for possible problems
Result: NOTE
    nls2: no visible global function definition for 'nls.control'
    nls2: no visible global function definition for 'as.formula'
    nls2: no visible global function definition for 'coef'
    nls2: no visible global function definition for 'runif'
    nls2 : <anonymous>: no visible global function definition for
     'deviance'
    Undefined global functions or variables:
     as.formula coef deviance nls.control runif
    Consider adding
     importFrom("stats", "as.formula", "coef", "deviance", "nls.control",
     "runif")
    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-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