Last updated on 2019-01-19 00:46:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0 | 3.64 | 49.81 | 53.45 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0 | 2.46 | 38.67 | 41.13 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0 | 64.14 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0 | 59.45 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.0 | 14.00 | 98.00 | 112.00 | NOTE | |
r-patched-linux-x86_64 | 2.0 | 2.73 | 46.00 | 48.73 | NOTE | |
r-patched-solaris-x86 | 2.0 | 88.40 | NOTE | |||
r-release-linux-x86_64 | 2.0 | 2.74 | 46.11 | 48.85 | NOTE | |
r-release-windows-ix86+x86_64 | 2.0 | 12.00 | 101.00 | 113.00 | NOTE | |
r-release-osx-x86_64 | 2.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.0 | 9.00 | 91.00 | 100.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.0 | WARN |
Version: 2.0
Check: R code for possible problems
Result: NOTE
Aggregation : foo: no visible global function definition for
‘weighted.mean’
Aggregation: no visible global function definition for ‘txtProgressBar’
Aggregation: no visible global function definition for
‘setTxtProgressBar’
constructSYB: no visible global function definition for ‘str’
fillCountryCode: no visible global function definition for ‘na.omit’
getFAO: no visible global function definition for ‘read.csv’
getWDImetaData: no visible global function definition for ‘write.csv’
getWDItoSYB: no visible global function definition for ‘na.omit’
lsgr: no visible global function definition for ‘na.omit’
lsgr: no visible global function definition for ‘coef’
lsgr: no visible global function definition for ‘lm’
Undefined global functions or variables:
coef lm na.omit read.csv setTxtProgressBar str txtProgressBar
weighted.mean write.csv
Consider adding
importFrom("stats", "coef", "lm", "na.omit", "weighted.mean")
importFrom("utils", "read.csv", "setTxtProgressBar", "str",
"txtProgressBar", "write.csv")
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: 2.0
Check: data for non-ASCII characters
Result: NOTE
Note: found 179 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 2.0
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Warning: running command 'kpsewhich framed.sty' had status 1
Warning in test_latex_pkg("framed", system.file("misc", "framed.sty", package = "knitr")) :
unable to find LaTeX package 'framed'; will use a copy from knitr
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
Running 'texi2dvi' on 'FAOSTAT.tex' failed.
LaTeX errors:
! LaTeX Error: File `breakurl.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
! Emergency stop.
<read *>
l.62 \usepackage
{draftwatermark}^^M
! ==> Fatal error occurred, no output PDF file produced!
Calls: buildVignettes -> texi2pdf -> texi2dvi
Execution halted
Flavor: r-oldrel-osx-x86_64