Last updated on 2018-02-25 00:48:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.5 | 1.67 | 44.69 | 46.36 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.5 | 1.76 | 35.51 | 37.27 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.5 | 60.03 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.5 | 57.55 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.5 | 6.00 | 93.00 | 99.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.5 | 2.22 | 52.72 | 54.94 | NOTE | |
r-patched-solaris-x86 | 0.1.5 | 94.90 | NOTE | |||
r-release-linux-x86_64 | 0.1.5 | 1.99 | 50.90 | 52.89 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1.5 | 10.00 | 96.00 | 106.00 | NOTE | |
r-release-osx-x86_64 | 0.1.5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.5 | 6.00 | 90.00 | 96.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1.5 | NOTE |
Version: 0.1.5
Check: R code for possible problems
Result: NOTE
as.matrix.multiPhylo : tip2tip: no visible global function definition
for ‘cophenetic’
bw.nn : <anonymous>: no visible global function definition for
‘quantile’
dist.diss: no visible binding for global variable ‘median’
dist.diss: no visible global function definition for ‘dist’
hist.kdetrees: no visible binding for global variable ‘density’
kdetrees : cutoff: no visible global function definition for ‘quantile’
kdetrees.complete: no visible global function definition for ‘plot’
kdetrees.complete: no visible global function definition for ‘hist’
kdetrees.complete: no visible global function definition for
‘write.csv’
plot.kdetrees: no visible binding for global variable ‘density’
Undefined global functions or variables:
cophenetic density dist hist median plot quantile write.csv
Consider adding
importFrom("graphics", "hist", "plot")
importFrom("stats", "cophenetic", "density", "dist", "median",
"quantile")
importFrom("utils", "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: 0.1.5
Check: re-building of vignette outputs
Result: NOTE
Error in re-building vignettes:
...
Loading required package: ade4
Loading required package: lattice
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
Running 'texi2dvi' on 'simulation.tex' failed.
LaTeX errors:
! LaTeX Error: File `fullpage.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
! Emergency stop.
<read *>
l.4 \title
{KDETrees Simulations}^^M
! ==> Fatal error occurred, no output PDF file produced!
Calls: buildVignettes -> texi2pdf -> texi2dvi
Execution halted
Flavor: r-release-osx-x86_64