Last updated on 2018-03-18 07:47:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0.0 | 4.79 | 58.26 | 63.05 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 3.0.0 | 3.39 | 46.22 | 49.61 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 3.0.0 | 76.80 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 3.0.0 | 76.40 | NOTE | |||
r-devel-windows-ix86+x86_64 | 3.0.0 | 10.00 | 62.00 | 72.00 | NOTE | |
r-patched-linux-x86_64 | 3.0.0 | 3.14 | 57.59 | 60.73 | NOTE | |
r-patched-solaris-x86 | 3.0.0 | 114.40 | NOTE | |||
r-release-linux-x86_64 | 3.0.0 | 3.61 | 57.68 | 61.29 | NOTE | |
r-release-windows-ix86+x86_64 | 3.0.0 | 11.00 | 91.00 | 102.00 | NOTE | |
r-release-osx-x86_64 | 3.0.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 3.0.0 | 9.00 | 69.00 | 78.00 | NOTE | |
r-oldrel-osx-x86_64 | 3.0.0 | NOTE |
Version: 3.0.0
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Title field: should not end in a period.
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: 3.0.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls to packages already attached by Depends:
‘fastICA’ ‘mgcv’
Please remove these calls from your code.
'library' or 'require' call to ‘wavethresh’ in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
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: 3.0.0
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
summary.icac update.icac
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
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-patched-solaris-x86, r-release-linux-x86_64
Version: 3.0.0
Check: R code for possible problems
Result: NOTE
get.peaks: no visible global function definition for ‘plot’
get.peaks: no visible global function definition for ‘lines’
get.peaks: no visible global function definition for ‘locator’
get.peaks: no visible global function definition for ‘dev.off’
icac: no visible global function definition for ‘txtProgressBar’
icac: no visible global function definition for ‘setTxtProgressBar’
icac: no visible global function definition for ‘cor’
plot_avgba: no visible global function definition for ‘par’
plot_avgba: no visible global function definition for ‘devAskNewPage’
plot_avgba: no visible global function definition for ‘layout’
plot_avgba: no visible global function definition for ‘plot’
plot_avgba: no visible global function definition for ‘text’
plot_avgba: no visible global function definition for ‘lines’
plot_nic: no visible global function definition for ‘cor’
plot_nic: no visible global function definition for ‘plot’
plot_nic: no visible global function definition for ‘lines’
plot_nic: no visible global function definition for ‘mtext’
plot_nic: no visible global function definition for ‘legend’
plot_trba: no visible global function definition for ‘par’
plot_trba: no visible global function definition for ‘devAskNewPage’
plot_trba: no visible global function definition for ‘layout’
plot_trba: no visible global function definition for ‘plot’
plot_trba: no visible global function definition for ‘text’
plot_trba: no visible global function definition for ‘lines’
plot_tric: no visible global function definition for ‘par’
plot_tric: no visible global function definition for ‘devAskNewPage’
plot_tric: no visible global function definition for ‘layout’
plot_tric: no visible global function definition for ‘plot’
plot_tric: no visible global function definition for ‘text’
plot_tric: no visible global function definition for ‘cor’
plot_tric: no visible global function definition for ‘lines’
topo_ic: no visible global function definition for ‘mtext’
topo_ic: no visible global function definition for ‘points’
Undefined global functions or variables:
cor dev.off devAskNewPage layout legend lines locator mtext par plot
points setTxtProgressBar text txtProgressBar
Consider adding
importFrom("grDevices", "dev.off", "devAskNewPage")
importFrom("graphics", "layout", "legend", "lines", "locator", "mtext",
"par", "plot", "points", "text")
importFrom("stats", "cor")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
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: 3.0.0
Check: re-building of vignette outputs
Result: NOTE
Error in re-building vignettes:
...
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
Running 'texi2dvi' on 'vignette.tex' failed.
LaTeX errors:
! LaTeX Error: File `apa6.cls' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)
! Emergency stop.
<read *>
l.2 ^^M
! ==> Fatal error occurred, no output PDF file produced!
Calls: buildVignettes -> texi2pdf -> texi2dvi
Execution halted
Flavor: r-release-osx-x86_64