Last updated on 2019-01-19 00:46:16 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.0 | 5.71 | 153.31 | 159.02 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.0 | 4.47 | 112.22 | 116.69 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.0 | 161.81 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 156.98 | OK | |||
r-devel-windows-ix86+x86_64 | 2.0.0 | 13.00 | 251.00 | 264.00 | OK | |
r-patched-linux-x86_64 | 2.0.0 | 7.00 | 129.40 | 136.40 | OK | |
r-patched-solaris-x86 | 2.0.0 | 197.00 | ERROR | |||
r-release-linux-x86_64 | 2.0.0 | 6.03 | 128.82 | 134.85 | OK | |
r-release-windows-ix86+x86_64 | 2.0.0 | 7.00 | 186.00 | 193.00 | OK | |
r-release-osx-x86_64 | 2.0.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 2.0.0 | 9.00 | 285.00 | 294.00 | OK | |
r-oldrel-osx-x86_64 | 1.5.0 | ERROR |
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in ‘arsenal-Ex.R’ failed
The error most likely occurred in:
> ### Name: write2
> ### Title: write2
> ### Aliases: write2 write2.arsenal_table write2.summary.arsenal_table
> ### write2.compare.data.frame write2.summary.compare.data.frame
> ### write2.verbatim write2.yaml write2.code.chunk write2.knitr_kable
> ### write2.xtable write2.character write2.list write2.default
>
> ### ** Examples
>
> ## Not run:
> ##D data(mockstudy)
> ##D # tableby example
> ##D tab1 <- tableby(arm ~ sex + age, data=mockstudy)
> ##D write2(tab1, tempfile(fileext = ".rtf"),
> ##D toc = TRUE, # passed to rmarkdown::rtf_document, though in this case it's not practical
> ##D quiet = TRUE, # passed to rmarkdown::render
> ##D title = "My cool new title", # passed to summary.tableby
> ##D output_format = rmarkdown::rtf_document)
> ## End(Not run)
>
> write2html(list(
+ "# Header 1", # a header
+ code.chunk(a <- 1, b <- 2, a + b), # a code chunk
+ verbatim("hi there") # verbatim output
+ ),
+ tempfile(fileext = ".html"),
+ quite = TRUE)
Error: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
Execution halted
Flavors: r-patched-solaris-x86, r-release-osx-x86_64
Version: 2.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [48s/54s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(arsenal)
>
> test_check("arsenal")
── 1. Failure: write2.tableby -> HTML (@test_write2.R#28) ─────────────────────
`FUN(...)` threw an error.
Message: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
Class: simpleError/error/condition
── 2. Failure: write2.tableby -> HTML (@test_write2.R#28) ─────────────────────
file.remove(filename) isn't true.
── 3. Failure: write2.modelsum -> HTML (@test_write2.R#34) ────────────────────
`FUN(...)` threw an error.
Message: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
Class: simpleError/error/condition
── 4. Failure: write2.modelsum -> HTML (@test_write2.R#34) ────────────────────
file.remove(filename) isn't true.
── 5. Failure: write2.freqlist -> HTML (@test_write2.R#42) ────────────────────
`FUN(...)` threw an error.
Message: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
Class: simpleError/error/condition
── 6. Failure: write2.freqlist -> HTML (@test_write2.R#42) ────────────────────
file.remove(filename) isn't true.
── 7. Failure: write2.freqlist -> doc (@test_write2.R#47) ─────────────────────
`FUN(...)` threw an error.
Message: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
Class: simpleError/error/condition
── 8. Failure: write2.freqlist -> doc (@test_write2.R#47) ─────────────────────
file.remove(filename) isn't true.
── 9. Failure: write2.list (summary objects) -> PDF (@test_write2.R#59) ───────
`FUN(...)` threw an error.
Message: pandoc is required and was not found (see the help page ?rmarkdown::pandoc_available).
Class: simpleError/error/condition
── 10. Failure: write2.list (summary objects) -> PDF (@test_write2.R#59) ──────
file.remove(filename) isn't true.
── 11. Failure: write2.list -> PDF (@test_write2.R#101) ───────────────────────
`FUN(...)` threw an error.
Message: pandoc is required and was not found (see the help page ?rmarkdown::pandoc_available).
Class: simpleError/error/condition
── 12. Failure: write2.list -> PDF (@test_write2.R#101) ───────────────────────
file.remove(filename) isn't true.
── 13. Failure: write2.list -> Word (@test_write2.R#105) ──────────────────────
`FUN(...)` threw an error.
Message: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
Class: simpleError/error/condition
── 14. Failure: write2.list -> Word (@test_write2.R#105) ──────────────────────
file.remove(filename) isn't true.
── 15. Failure: write2.list recursion -> PDF (@test_write2.R#109) ─────────────
`FUN(...)` threw an error.
Message: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
Class: simpleError/error/condition
── 16. Failure: write2.list recursion -> PDF (@test_write2.R#109) ─────────────
file.remove(filename) isn't true.
── 17. Failure: write2.default -> PDF (@test_write2.R#120) ────────────────────
`FUN(...)` threw an error.
Message: pandoc is required and was not found (see the help page ?rmarkdown::pandoc_available).
Class: simpleError/error/condition
── 18. Failure: write2.default -> PDF (@test_write2.R#120) ────────────────────
file.remove(filename) isn't true.
── 19. Failure: write2.verbatim -> html (@test_write2.R#125) ──────────────────
`FUN(...)` threw an error.
Message: pandoc is required and was not found (see the help page ?rmarkdown::pandoc_available).
Class: simpleError/error/condition
── 20. Failure: write2.verbatim -> html (@test_write2.R#125) ──────────────────
file.remove(filename) isn't true.
── 21. Failure: Writing HTML from PDF works (#162) (@test_write2.R#131) ───────
`FUN(...)` threw an error.
Message: pandoc is required and was not found (see the help page ?rmarkdown::pandoc_available).
Class: simpleError/error/condition
── 22. Failure: Writing HTML from PDF works (#162) (@test_write2.R#131) ───────
file.remove(filename) isn't true.
── 23. Failure: write2.yaml -> PDF (@test_write2.R#164) ───────────────────────
`FUN(...)` threw an error.
Message: pandoc is required and was not found (see the help page ?rmarkdown::pandoc_available).
Class: simpleError/error/condition
── 24. Failure: write2.yaml -> PDF (@test_write2.R#164) ───────────────────────
file.remove(filename) isn't true.
── 25. Failure: write2.yaml -> PDF (@test_write2.R#165) ───────────────────────
`FUN(...)` threw an error.
Message: pandoc is required and was not found (see the help page ?rmarkdown::pandoc_available).
Class: simpleError/error/condition
── 26. Failure: write2.yaml -> PDF (@test_write2.R#165) ───────────────────────
file.remove(filename) isn't true.
══ testthat results ═══════════════════════════════════════════════════════════
OK: 338 SKIPPED: 0 FAILED: 26
1. Failure: write2.tableby -> HTML (@test_write2.R#28)
2. Failure: write2.tableby -> HTML (@test_write2.R#28)
3. Failure: write2.modelsum -> HTML (@test_write2.R#34)
4. Failure: write2.modelsum -> HTML (@test_write2.R#34)
5. Failure: write2.freqlist -> HTML (@test_write2.R#42)
6. Failure: write2.freqlist -> HTML (@test_write2.R#42)
7. Failure: write2.freqlist -> doc (@test_write2.R#47)
8. Failure: write2.freqlist -> doc (@test_write2.R#47)
9. Failure: write2.list (summary objects) -> PDF (@test_write2.R#59)
1. ...
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86
Version: 2.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [24s/24s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
══ testthat results ═══════════════════════════════════════════════════════════
OK: 338 SKIPPED: 0 FAILED: 26
1. Failure: write2.tableby -> HTML (@test_write2.R#28)
2. Failure: write2.tableby -> HTML (@test_write2.R#28)
3. Failure: write2.modelsum -> HTML (@test_write2.R#34)
4. Failure: write2.modelsum -> HTML (@test_write2.R#34)
5. Failure: write2.freqlist -> HTML (@test_write2.R#42)
6. Failure: write2.freqlist -> HTML (@test_write2.R#42)
7. Failure: write2.freqlist -> doc (@test_write2.R#47)
8. Failure: write2.freqlist -> doc (@test_write2.R#47)
9. Failure: write2.list (summary objects) -> PDF (@test_write2.R#59)
1. ...
Error: testthat unit tests failed
Execution halted
Flavor: r-release-osx-x86_64
Version: 1.5.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [18s/18s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
10: summary(modelsum(Sat ~ Infl, adjust = ~Type + Cont, weights = Freq, data = housing,
family = "ordinal"))
11: modelsum(Sat ~ Infl, adjust = ~Type + Cont, weights = Freq, data = housing, family = "ordinal")
12: broom::tidy(fit, exponentiate = TRUE, conf.int = TRUE, conf.level = control$conf.level)
13: tidy.default(fit, exponentiate = TRUE, conf.int = TRUE, conf.level = control$conf.level)
14: as.data.frame(x)
15: as.data.frame.default(x)
16: stop(gettextf("cannot coerce class \"%s\" to a data.frame", deparse(class(x))), domain = NA)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 230 SKIPPED: 11 FAILED: 1
1. Error: ordinal works (@test_modelsum.R#158)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-osx-x86_64