Last updated on 2019-01-08 08:49:43 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | OK | |||||
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 4.20 | 96.38 | 100.58 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 169.19 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 146.91 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.0 | 16.00 | 161.00 | 177.00 | WARN | |
r-patched-linux-x86_64 | 0.2.0 | 5.15 | 124.84 | 129.99 | ERROR | |
r-patched-solaris-x86 | 0.2.0 | 214.70 | OK | |||
r-release-linux-x86_64 | 0.2.0 | 3.08 | 122.38 | 125.46 | OK | |
r-release-windows-ix86+x86_64 | 0.2.0 | 12.00 | 214.00 | 226.00 | OK | |
r-release-osx-x86_64 | 0.2.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 12.00 | 210.00 | 222.00 | OK | |
r-oldrel-osx-x86_64 | 0.2.0 | OK |
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [42s/71s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(toxboot)
toxboot 0.2.0
MongoDB settings (?toxbootConf):
Host: NA
Collection: NA
User: NA
DB: NA
Port: NA
MySQL settings:
Host: Not Configured
Database: Not Configured
User: Not Configured
>
> test_check("toxboot")
── 1. Error: configuration files are set and ready correctly (@test_toxboot.R#26
cannot open the connection
1: toxbootConfReset() at testthat/test_toxboot.R:266
2: cat("## Toxboot MongoDB authentication settings.", "## See ?toxbootConf for more info about these settings.",
"", "mongo_host = NA # the database server IP address", "collection = NA # the database server collection",
"user = NA# username for database db", "pass = NA # password for username on db",
"db = NA # the database where the user is authenticated", "port = NA # the port to connect on. Default for mongoDB is 27017",
sep = "\n", file = conf_file, append = FALSE)
3: file(file, ifelse(append, "a", "w"))
══ testthat results ═══════════════════════════════════════════════════════════
OK: 73 SKIPPED: 2 FAILED: 1
1. Error: configuration files are set and ready correctly (@test_toxboot.R#266)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
Error: '\R' is an unrecognized escape in character string starting "'D:\temp\R"
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [59s/78s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(toxboot)
toxboot 0.2.0
MongoDB settings (?toxbootConf):
Host: NA
Collection: NA
User: NA
DB: NA
Port: NA
MySQL settings:
Host: Not Configured
Database: Not Configured
User: Not Configured
>
> test_check("toxboot")
── 1. Error: configuration files are set and ready correctly (@test_toxboot.R#26
cannot open the connection
1: toxbootConfReset() at testthat/test_toxboot.R:266
2: cat("## Toxboot MongoDB authentication settings.", "## See ?toxbootConf for more info about these settings.",
"", "mongo_host = NA # the database server IP address", "collection = NA # the database server collection",
"user = NA# username for database db", "pass = NA # password for username on db",
"db = NA # the database where the user is authenticated", "port = NA # the port to connect on. Default for mongoDB is 27017",
sep = "\n", file = conf_file, append = FALSE)
3: file(file, ifelse(append, "a", "w"))
══ testthat results ═══════════════════════════════════════════════════════════
OK: 73 SKIPPED: 2 FAILED: 1
1. Error: configuration files are set and ready correctly (@test_toxboot.R#266)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-linux-x86_64