Last updated on 2018-06-11 12:48:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4-0 | 3.11 | 36.20 | 39.31 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4-0 | 2.30 | 31.66 | 33.96 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4-0 | 52.39 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.4-0 | 50.29 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.4-0 | 6.00 | 55.00 | 61.00 | NOTE | |
r-patched-linux-x86_64 | 0.4-0 | 3.28 | 38.63 | 41.91 | NOTE | |
r-patched-solaris-x86 | 0.4-0 | 70.40 | NOTE | |||
r-release-linux-x86_64 | 0.4-0 | 2.39 | 38.76 | 41.15 | NOTE | |
r-release-windows-ix86+x86_64 | 0.4-0 | 5.00 | 53.00 | 58.00 | NOTE | |
r-release-osx-x86_64 | 0.4-0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.4-0 | 5.00 | 70.00 | 75.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.4-0 | NOTE |
Version: 0.4-0
Check: R code for possible problems
Result: NOTE
dvol.mse.est: no visible global function definition for ‘optim’
ellipsoidSurface: no visible global function definition for ‘integrate’
latscale: no visible global function definition for ‘uniroot’
covariogram,Segment-function: no visible global function definition for
‘integrate’
plot,FigLat-missing: no visible global function definition for ‘par’
plot,PointPattern-matrix: no visible global function definition for
‘par’
plot,PointPattern-matrix: no visible global function definition for
‘lines’
plot,PointPattern-missing: no visible global function definition for
‘points’
plot,Quadrat-missing: no visible global function definition for ‘lines’
plot,Segment-matrix: no visible global function definition for ‘par’
plot,Segment-matrix: no visible global function definition for
‘polygon’
plot,Segment-missing: no visible global function definition for ‘lines’
Undefined global functions or variables:
integrate lines optim par points polygon uniroot
Consider adding
importFrom("graphics", "lines", "par", "points", "polygon")
importFrom("stats", "integrate", "optim", "uniroot")
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: 0.4-0
Check: re-building of vignette outputs
Result: NOTE
Error in re-building vignettes:
...
Loading required package: gsl
Loading required package: R2Cuba
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
Running 'texi2dvi' on 'pgs_user.tex' failed.
LaTeX errors:
! LaTeX Error: File `path.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
! Emergency stop.
<read *>
l.11 \usepackage
{listings}^^M
! ==> Fatal error occurred, no output PDF file produced!
Calls: buildVignettes -> texi2pdf -> texi2dvi
Execution halted
Flavor: r-oldrel-osx-x86_64