CRAN Package Check Results for Package optiRum

Last updated on 2015-12-29 00:46:49.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 0.37.1 1.72 27.56 29.27 ERROR
r-devel-linux-x86_64-fedora-clang 0.37.1 48.28 ERROR
r-devel-linux-x86_64-fedora-gcc 0.37.1 45.85 ERROR
r-devel-osx-x86_64-clang 0.37.1 59.25 ERROR
r-devel-windows-ix86+x86_64 0.37.1 6.00 43.00 49.00 ERROR
r-patched-linux-x86_64 0.37.1 1.73 27.92 29.65 ERROR
r-patched-solaris-sparc 0.37.1 330.50 ERROR
r-patched-solaris-x86 0.37.1 76.70 ERROR
r-release-linux-x86_64 0.37.1 1.70 28.25 29.95 ERROR
r-release-osx-x86_64-mavericks 0.37.1 OK
r-release-windows-ix86+x86_64 0.37.1 8.00 73.00 81.00 ERROR
r-oldrel-windows-ix86+x86_64 0.37.1 16.00 55.00 71.00 ERROR

Check Details

Version: 0.37.1
Check: examples
Result: ERROR
    Running examples in ‘optiRum-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: giniChart
    > ### Title: Produce a ROC curve with gini coefficient title
    > ### Aliases: giniChart
    > ### Keywords: AUROC gini roc
    >
    > ### ** Examples
    >
    > sampledata<- data.frame(val= rnorm(100) , outcome=rbinom(100,1,.8))
    > giniChart(sampledata$val,sampledata$outcome)
    Warning in e1[n] <- e2[n] :
     number of items to replace is not a multiple of replacement length
    Error in if (debug) { : argument is not interpretable as logical
    Calls: <Anonymous> ... element_grob -> element_grob.element_text -> titleGrob
    Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64

Version: 0.37.1
Check: re-building of vignette outputs
Result: NOTE
    Error in re-building vignettes:
     ...
    Quitting from lines 39-49 (presentation.Rmd)
    Error: processing vignette ‘presentation.Rmd’ failed with diagnostics:
    argument is not interpretable as logical
    Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-osx-x86_64-clang, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64

Version: 0.37.1
Check: re-building of vignette outputs
Result: NOTE
    Error in re-building vignettes:
     ...
    Fetching https://travis-ci.org/stephlocke/optiRum.png?branch=master...
    pandoc: Could not fetch https://travis-ci.org/stephlocke/optiRum.png?branch=master
    user error (https not supported)
    Error: processing vignette 'index.Rmd' failed with diagnostics:
    pandoc document conversion failed with error 67
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.37.1
Check: re-building of vignette outputs
Result: NOTE
    Error in re-building vignettes:
     ...
    Warning: running command '"D:/compiler/pandoc/pandoc" +RTS -K512m -RTS index.utf8.md --to html --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash-implicit_figures --output index.html --smart --email-obfuscation none --self-contained --standalone --section-divs --template "d:\RCompile\CRANpkg\lib\3.3\rmarkdown\rmd\h\default.html" --css "d:\RCompile\CRANpkg\lib\3.3\rmarkdown\rmarkdown\templates\html_vignette\resources\vignette.css" --mathjax --variable "mathjax-url:https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --highlight-style pygments' had status 6
    Error: processing vignette 'index.Rmd' failed with diagnostics:
    pandoc document conversion failed with error 6
    Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.37.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Warning: replacing previous import by ‘grid::arrow’ when loading ‘optiRum’
     Warning: replacing previous import by ‘grid::unit’ when loading ‘optiRum’
     Warning: replacing previous import by ‘scales::alpha’ when loading ‘optiRum’
Flavors: r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.37.1
Check: re-building of vignette outputs
Result: NOTE
    Error in re-building vignettes:
     ...
    Warning: running command '"D:/compiler/pandoc/pandoc" +RTS -K512m -RTS index.utf8.md --to html --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash-implicit_figures --output index.html --smart --email-obfuscation none --self-contained --standalone --section-divs --template "d:\RCompile\CRANpkg\lib\3.2\rmarkdown\rmd\h\default.html" --css "d:\RCompile\CRANpkg\lib\3.2\rmarkdown\rmarkdown\templates\html_vignette\resources\vignette.css" --mathjax --variable "mathjax-url:https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --highlight-style pygments' had status 6
    Error: processing vignette 'index.Rmd' failed with diagnostics:
    pandoc document conversion failed with error 6
    Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 0.37.1
Check: examples
Result: ERROR
    Running examples in 'optiRum-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: giniChart
    > ### Title: Produce a ROC curve with gini coefficient title
    > ### Aliases: giniChart
    > ### Keywords: AUROC gini roc
    >
    > ### ** Examples
    >
    > sampledata<- data.frame(val= rnorm(100) , outcome=rbinom(100,1,.8))
    > giniChart(sampledata$val,sampledata$outcome)
    Warning in e1[n] <- e2[n] :
     number of items to replace is not a multiple of replacement length
    Error in if (debug) { : argument is not interpretable as logical
    Calls: print ... element_grob -> element_grob.element_text -> titleGrob
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64