Last updated on 2019-01-15 00:46:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-1 | 1.75 | 24.65 | 26.40 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0-1 | 1.33 | 20.39 | 21.72 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0-1 | 32.36 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-1 | 30.08 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0-1 | 4.00 | 38.00 | 42.00 | OK | |
r-patched-linux-x86_64 | 1.0-1 | 1.09 | 22.63 | 23.72 | OK | |
r-patched-solaris-x86 | 1.0-1 | 42.80 | OK | |||
r-release-linux-x86_64 | 1.0-1 | 1.47 | 22.86 | 24.33 | OK | |
r-release-windows-ix86+x86_64 | 1.0-1 | 7.00 | 37.00 | 44.00 | OK | |
r-release-osx-x86_64 | 1.0-1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0-1 | 6.00 | 39.00 | 45.00 | OK | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
HMeasure: no visible global function definition for ‘complete.cases’
HMeasure : HMeasure.single: no visible global function definition for
‘chull’
HMeasure : HMeasure.single: no visible global function definition for
‘pbeta’
plotROC: no visible global function definition for ‘plot’
plotROC: no visible global function definition for ‘lines’
plotROC: no visible global function definition for ‘legend’
plotROC: no visible global function definition for ‘dbeta’
plotROC: no visible global function definition for ‘density’
Undefined global functions or variables:
chull complete.cases dbeta density legend lines pbeta plot
Consider adding
importFrom("grDevices", "chull")
importFrom("graphics", "legend", "lines", "plot")
importFrom("stats", "complete.cases", "dbeta", "density", "pbeta")
to your NAMESPACE file.
Flavor: r-oldrel-osx-x86_64
Version: 1.0
Check: files in ‘vignettes’
Result: NOTE
The following files look like leftovers/mistakes:
‘hmeasure.dvi’
Please remove them from your package.
Flavor: r-oldrel-osx-x86_64
Version: 1.0
Check: re-building of vignette outputs
Result: NOTE
Error in re-building vignettes:
...
Class labels have been switched from (No,Yes) to (0,1)
Class labels have been switched from (case,noncase) to (1,0)
Class labels have been switched from (No,Yes) to (0,1)
Class labels have been switched from (No,Yes) to (0,1)
Class labels have been switched from (No,Yes) to (0,1)
Class labels have been switched from (No,Yes) to (0,1)
Class labels have been switched from (No,Yes) to (0,1)
Class labels have been switched from (No,Yes) to (0,1)
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
Running 'texi2dvi' on 'hmeasure.tex' failed.
LaTeX errors:
! LaTeX Error: File `multirow.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
! Emergency stop.
<read *>
l.9 ^^M
! ==> Fatal error occurred, no output PDF file produced!
Calls: buildVignettes -> texi2pdf -> texi2dvi
Execution halted
Flavor: r-oldrel-osx-x86_64