Last updated on 2019-04-21 01:47:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 5.70 | 58.49 | 64.19 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 5.32 | 48.22 | 53.54 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 73.66 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 69.97 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.0 | 14.00 | 106.00 | 120.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 6.27 | 56.36 | 62.63 | OK | |
r-patched-solaris-x86 | 0.2.0 | 98.20 | ERROR | |||
r-release-linux-x86_64 | 0.2.0 | 4.39 | 53.16 | 57.55 | OK | |
r-release-windows-ix86+x86_64 | 0.2.0 | 8.00 | 107.00 | 115.00 | OK | |
r-release-osx-x86_64 | 0.2.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 10.00 | 121.00 | 131.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.0 | ERROR |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘nlrx-Ex.R’ failed
The error most likely occurred in:
> ### Name: nldoc
> ### Title: Create NetLogo documentation
> ### Aliases: nldoc
>
> ### ** Examples
>
>
> # List model files (.nls subfiles are also supported)
> modelfiles <- c("https://raw.githubusercontent.com/nldoc/nldoc_pg/master/WSP.nlogo",
+ "https://raw.githubusercontent.com/nldoc/nldoc_pg/master/WSP.nls")
>
> # Define output directory:
> outdir <- tempdir() # adjust path to your needs
>
> # Create documentation:
> nldoc(modelfiles = modelfiles,
+ infotab=TRUE,
+ gui=TRUE,
+ bs=TRUE,
+ outpath = outdir,
+ output_format = "html",
+ number_sections = TRUE,
+ theme = "cosmo",
+ date = date(),
+ toc = 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: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/24s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> Sys.unsetenv("R_TESTS")
>
> library(testthat)
> library(nlrx)
>
> test_check("nlrx")
── 1. Error: nldoc (@test_nldoc.R#11) ─────────────────────────────────────────
pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
1: nldoc(modelfiles = modelfiles, infotab = TRUE, gui = TRUE, bs = TRUE, outpath = nldoc_dir,
output_format = "html", number_sections = TRUE, theme = "cosmo", date = date(),
toc = TRUE) at testthat/test_nldoc.R:11
2: nldoc_write_nldoc(noxygen = noxygen, noxygen_it = noxygen_it, noxygen_gui = noxygen_gui,
noxygen_bs = noxygen_bs, outpath = outpath, output_format = output_format, number_sections = number_sections,
theme = theme, date = date, toc = toc)
3: rmarkdown::render(mdfile)
4: pandoc_available(required_pandoc, error = TRUE)
5: stop(paste(msg, collapse = " "), call. = FALSE)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 134 SKIPPED: 8 FAILED: 1
1. Error: nldoc (@test_nldoc.R#11)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
output_format = "html", number_sections = TRUE, theme = "cosmo", date = date(),
toc = TRUE) at testthat/test_nldoc.R:11
2: nldoc_write_nldoc(noxygen = noxygen, noxygen_it = noxygen_it, noxygen_gui = noxygen_gui,
noxygen_bs = noxygen_bs, outpath = outpath, output_format = output_format, number_sections = number_sections,
theme = theme, date = date, toc = toc)
3: rmarkdown::render(mdfile)
4: pandoc_available(required_pandoc, error = TRUE)
5: stop(paste(msg, collapse = " "), call. = FALSE)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 134 SKIPPED: 8 FAILED: 1
1. Error: nldoc (@test_nldoc.R#11)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-osx-x86_64
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘nlrx-Ex.R’ failed
The error most likely occurred in:
> ### Name: nldoc
> ### Title: Create NetLogo documentation
> ### Aliases: nldoc
>
> ### ** Examples
>
>
> # List model files (.nls subfiles are also supported)
> modelfiles <- c("https://raw.githubusercontent.com/nldoc/nldoc_pg/master/WSP.nlogo",
+ "https://raw.githubusercontent.com/nldoc/nldoc_pg/master/WSP.nls")
>
> # Define output directory:
> outdir <- tempdir() # adjust path to your needs
>
> # Create documentation:
> nldoc(modelfiles = modelfiles,
+ infotab=TRUE,
+ gui=TRUE,
+ bs=TRUE,
+ outpath = outdir,
+ output_format = "html",
+ number_sections = TRUE,
+ theme = "cosmo",
+ date = date(),
+ toc = TRUE)
Error: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
Execution halted
Flavor: r-oldrel-osx-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
output_format = "html", number_sections = TRUE, theme = "cosmo", date = date(),
toc = TRUE) at testthat/test_nldoc.R:11
2: nldoc_write_nldoc(noxygen = noxygen, noxygen_it = noxygen_it, noxygen_gui = noxygen_gui,
noxygen_bs = noxygen_bs, outpath = outpath, output_format = output_format, number_sections = number_sections,
theme = theme, date = date, toc = toc)
3: rmarkdown::render(mdfile)
4: pandoc_available(required_pandoc, error = TRUE)
5: stop(paste(msg, collapse = " "), call. = FALSE)
══ testthat results ═══════════════════════════════════════════════════════════
OK: 134 SKIPPED: 8 FAILED: 1
1. Error: nldoc (@test_nldoc.R#11)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-osx-x86_64