CRAN Package Check Results for Package calibrate

Last updated on 2018-11-24 00:51:00 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.7.2 1.25 25.81 27.06 NOTE
r-devel-linux-x86_64-debian-gcc 1.7.2 1.17 20.98 22.15 NOTE
r-devel-linux-x86_64-fedora-clang 1.7.2 32.01 NOTE
r-devel-linux-x86_64-fedora-gcc 1.7.2 31.50 NOTE
r-devel-windows-ix86+x86_64 1.7.2 6.00 57.00 63.00 NOTE
r-patched-linux-x86_64 1.7.2 1.44 24.70 26.14 NOTE
r-patched-solaris-x86 1.7.2 47.10 NOTE
r-release-linux-x86_64 1.7.2 1.43 24.65 26.08 NOTE
r-release-windows-ix86+x86_64 1.7.2 5.00 53.00 58.00 NOTE
r-release-osx-x86_64 1.7.2 NOTE
r-oldrel-windows-ix86+x86_64 1.7.2 4.00 62.00 66.00 NOTE
r-oldrel-osx-x86_64 1.7.2 NOTE

Check Details

Version: 1.7.2
Check: dependencies in R code
Result: NOTE
    Package in Depends field not imported from: ‘MASS’
     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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.7.2
Check: R code for possible problems
Result: NOTE
    calibrate: no visible global function definition for ‘lines’
    calibrate: no visible global function definition for ‘text’
    canocor: no visible global function definition for ‘cor’
    circle: no visible global function definition for ‘points’
    dlines: no visible global function definition for ‘lines’
    origin: no visible global function definition for ‘par’
    origin: no visible global function definition for ‘lines’
    rda: no visible global function definition for ‘cor’
    rda: no visible global function definition for ‘princomp’
    rda: no visible global function definition for ‘var’
    textxy: no visible global function definition for ‘text’
    Undefined global functions or variables:
     cor lines par points princomp text var
    Consider adding
     importFrom("graphics", "lines", "par", "points", "text")
     importFrom("stats", "cor", "princomp", "var")
    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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.7.2
Check: re-building of vignette outputs
Result: NOTE
    Error in re-building vignettes:
     ...
    Loading required package: MASS
    Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
     Running 'texi2dvi' on 'CalibrationGuide.tex' failed.
    LaTeX errors:
    ! LaTeX Error: File `wrapfig.sty' not found.
    
    Type X to quit or <RETURN> to proceed,
    or enter new name. (Default extension: sty)
    
    ! Emergency stop.
    <read *>
    
    l.14 \usepackage
     {hyperref}^^M
    ! ==> Fatal error occurred, no output PDF file produced!
    Calls: buildVignettes -> texi2pdf -> texi2dvi
    Execution halted
Flavor: r-oldrel-osx-x86_64