Last updated on 2020-04-13 19:47:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.14 | 23.47 | 25.61 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.66 | 18.63 | 20.29 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 32.60 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 31.36 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.0.0 | 6.00 | 93.00 | 99.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0.0 | 5.00 | 56.00 | 61.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 2.15 | 23.24 | 25.39 | ERROR | |
r-patched-osx-x86_64 | 1.0.0 | WARN | ||||
r-patched-solaris-x86 | 1.0.0 | 49.30 | OK | |||
r-release-linux-x86_64 | 1.0.0 | 1.68 | 21.80 | 23.48 | ERROR | |
r-release-windows-ix86+x86_64 | 1.0.0 | 4.00 | 74.00 | 78.00 | OK | |
r-release-osx-x86_64 | 1.0.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 5.00 | 57.00 | 62.00 | OK | |
r-oldrel-osx-x86_64 | 1.0.0 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in 'rwars-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_all_planets
> ### Title: Retrieve Data about Every DB Entry in a Class
> ### Aliases: all_entries get_all_films get_all_people get_all_planets
> ### get_all_species get_all_starships get_all_vehicles
>
> ### ** Examples
>
> #Retrieve all planets, parsing
> planets <- get_all_planets(parse_result = TRUE)
Error in query("/planets/", ...) : Not Found (HTTP 404).
Calls: get_all_planets -> query -> stop_for_status
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [2s/7s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(rwars)
>
> test_check("rwars")
-- 1. Error: Classes can be retrieved (@test_all.R#3) -------------------------
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets()
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
-- 2. Error: Classes can be retrieved and parsed (@test_all.R#12) -------------
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets(parse_result = TRUE)
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
-- 3. Error: Class continuation works (@test_all.R#21) ------------------------
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets(parse_result = TRUE)
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
-- 4. Error: Entities can be retrieved (@test_entities.R#3) -------------------
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet(1)
5. rwars:::query(paste0("/planets/", id), ...)
6. httr::stop_for_status(result)
-- 5. Error: Entities can be retrieved and parsed (@test_entities.R#12) -------
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet(1, TRUE)
5. rwars:::query(paste0("/planets/", id), ...)
6. httr::stop_for_status(result)
-- 6. Error: Schemas can be retrieved (@test_schemas.R#3) ---------------------
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet_schema()
5. rwars:::query("/planets/schema", ...)
6. httr::stop_for_status(result)
-- 7. Error: Schemas can be retrieved and parsed (@test_schemas.R#12) ---------
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet_schema(TRUE)
5. rwars:::query("/planets/schema", ...)
6. httr::stop_for_status(result)
== testthat results ===========================================================
[ OK: 0 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 7 ]
1. Error: Classes can be retrieved (@test_all.R#3)
2. Error: Classes can be retrieved and parsed (@test_all.R#12)
3. Error: Class continuation works (@test_all.R#21)
4. Error: Entities can be retrieved (@test_entities.R#3)
5. Error: Entities can be retrieved and parsed (@test_entities.R#12)
6. Error: Schemas can be retrieved (@test_schemas.R#3)
7. Error: Schemas can be retrieved and parsed (@test_schemas.R#12)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rwars)
>
> test_check("rwars")
── 1. Error: Classes can be retrieved (@test_all.R#3) ─────────────────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets()
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
── 2. Error: Classes can be retrieved and parsed (@test_all.R#12) ─────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets(parse_result = TRUE)
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
── 3. Error: Class continuation works (@test_all.R#21) ────────────────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets(parse_result = TRUE)
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
── 4. Error: Entities can be retrieved (@test_entities.R#3) ───────────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet(1)
5. rwars:::query(paste0("/planets/", id), ...)
6. httr::stop_for_status(result)
── 5. Error: Entities can be retrieved and parsed (@test_entities.R#12) ───────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet(1, TRUE)
5. rwars:::query(paste0("/planets/", id), ...)
6. httr::stop_for_status(result)
── 6. Error: Schemas can be retrieved (@test_schemas.R#3) ─────────────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet_schema()
5. rwars:::query("/planets/schema", ...)
6. httr::stop_for_status(result)
── 7. Error: Schemas can be retrieved and parsed (@test_schemas.R#12) ─────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet_schema(TRUE)
5. rwars:::query("/planets/schema", ...)
6. httr::stop_for_status(result)
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 0 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 7 ]
1. Error: Classes can be retrieved (@test_all.R#3)
2. Error: Classes can be retrieved and parsed (@test_all.R#12)
3. Error: Class continuation works (@test_all.R#21)
4. Error: Entities can be retrieved (@test_entities.R#3)
5. Error: Entities can be retrieved and parsed (@test_entities.R#12)
6. Error: Schemas can be retrieved (@test_schemas.R#3)
7. Error: Schemas can be retrieved and parsed (@test_schemas.R#12)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘rwars-Ex.R’ failed
The error most likely occurred in:
> ### Name: get_all_planets
> ### Title: Retrieve Data about Every DB Entry in a Class
> ### Aliases: all_entries get_all_films get_all_people get_all_planets
> ### get_all_species get_all_starships get_all_vehicles
>
> ### ** Examples
>
> #Retrieve all planets, parsing
> planets <- get_all_planets(parse_result = TRUE)
Error in query("/planets/", ...) : Not Found (HTTP 404).
Calls: get_all_planets -> query -> stop_for_status
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rwars)
>
> test_check("rwars")
── 1. Error: Classes can be retrieved (@test_all.R#3) ─────────────────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets()
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
── 2. Error: Classes can be retrieved and parsed (@test_all.R#12) ─────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets(parse_result = TRUE)
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
── 3. Error: Class continuation works (@test_all.R#21) ────────────────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets(parse_result = TRUE)
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
── 4. Error: Entities can be retrieved (@test_entities.R#3) ───────────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet(1)
5. rwars:::query(paste0("/planets/", id), ...)
6. httr::stop_for_status(result)
── 5. Error: Entities can be retrieved and parsed (@test_entities.R#12) ───────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet(1, TRUE)
5. rwars:::query(paste0("/planets/", id), ...)
6. httr::stop_for_status(result)
── 6. Error: Schemas can be retrieved (@test_schemas.R#3) ─────────────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet_schema()
5. rwars:::query("/planets/schema", ...)
6. httr::stop_for_status(result)
── 7. Error: Schemas can be retrieved and parsed (@test_schemas.R#12) ─────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet_schema(TRUE)
5. rwars:::query("/planets/schema", ...)
6. httr::stop_for_status(result)
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 0 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 7 ]
1. Error: Classes can be retrieved (@test_all.R#3)
2. Error: Classes can be retrieved and parsed (@test_all.R#12)
3. Error: Class continuation works (@test_all.R#21)
4. Error: Entities can be retrieved (@test_entities.R#3)
5. Error: Entities can be retrieved and parsed (@test_entities.R#12)
6. Error: Schemas can be retrieved (@test_schemas.R#3)
7. Error: Schemas can be retrieved and parsed (@test_schemas.R#12)
Error: testthat unit tests failed
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [9s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(rwars)
>
> test_check("rwars")
-- 1. Error: Classes can be retrieved (@test_all.R#3) -------------------------
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets()
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
-- 2. Error: Classes can be retrieved and parsed (@test_all.R#12) -------------
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets(parse_result = TRUE)
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
-- 3. Error: Class continuation works (@test_all.R#21) ------------------------
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets(parse_result = TRUE)
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
-- 4. Error: Entities can be retrieved (@test_entities.R#3) -------------------
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet(1)
5. rwars:::query(paste0("/planets/", id), ...)
6. httr::stop_for_status(result)
-- 5. Error: Entities can be retrieved and parsed (@test_entities.R#12) -------
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet(1, TRUE)
5. rwars:::query(paste0("/planets/", id), ...)
6. httr::stop_for_status(result)
-- 6. Error: Schemas can be retrieved (@test_schemas.R#3) ---------------------
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet_schema()
5. rwars:::query("/planets/schema", ...)
6. httr::stop_for_status(result)
-- 7. Error: Schemas can be retrieved and parsed (@test_schemas.R#12) ---------
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet_schema(TRUE)
5. rwars:::query("/planets/schema", ...)
6. httr::stop_for_status(result)
== testthat results ===========================================================
[ OK: 0 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 7 ]
1. Error: Classes can be retrieved (@test_all.R#3)
2. Error: Classes can be retrieved and parsed (@test_all.R#12)
3. Error: Class continuation works (@test_all.R#21)
4. Error: Entities can be retrieved (@test_entities.R#3)
5. Error: Entities can be retrieved and parsed (@test_entities.R#12)
6. Error: Schemas can be retrieved (@test_schemas.R#3)
7. Error: Schemas can be retrieved and parsed (@test_schemas.R#12)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rwars)
>
> test_check("rwars")
── 1. Error: Classes can be retrieved (@test_all.R#3) ─────────────────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets()
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
── 2. Error: Classes can be retrieved and parsed (@test_all.R#12) ─────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets(parse_result = TRUE)
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
── 3. Error: Class continuation works (@test_all.R#21) ────────────────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_all_planets(parse_result = TRUE)
5. rwars:::query("/planets/", ...)
6. httr::stop_for_status(result)
── 4. Error: Entities can be retrieved (@test_entities.R#3) ───────────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet(1)
5. rwars:::query(paste0("/planets/", id), ...)
6. httr::stop_for_status(result)
── 5. Error: Entities can be retrieved and parsed (@test_entities.R#12) ───────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet(1, TRUE)
5. rwars:::query(paste0("/planets/", id), ...)
6. httr::stop_for_status(result)
── 6. Error: Schemas can be retrieved (@test_schemas.R#3) ─────────────────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet_schema()
5. rwars:::query("/planets/schema", ...)
6. httr::stop_for_status(result)
── 7. Error: Schemas can be retrieved and parsed (@test_schemas.R#12) ─────────
Not Found (HTTP 404).
Backtrace:
1. testthat::expect_true(...)
4. rwars::get_planet_schema(TRUE)
5. rwars:::query("/planets/schema", ...)
6. httr::stop_for_status(result)
══ testthat results ═══════════════════════════════════════════════════════════
[ OK: 0 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 7 ]
1. Error: Classes can be retrieved (@test_all.R#3)
2. Error: Classes can be retrieved and parsed (@test_all.R#12)
3. Error: Class continuation works (@test_all.R#21)
4. Error: Entities can be retrieved (@test_entities.R#3)
5. Error: Entities can be retrieved and parsed (@test_entities.R#12)
6. Error: Schemas can be retrieved (@test_schemas.R#3)
7. Error: Schemas can be retrieved and parsed (@test_schemas.R#12)
Error: testthat unit tests failed
Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0.0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘rwars.Rmd’ using rmarkdown
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
Referenced from: /usr/local/bin/pandoc (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: ____chkstk_darwin
Referenced from: /usr/local/bin/pandoc (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
Error: processing vignette 'rwars.Rmd' failed with diagnostics:
pandoc document conversion failed with error 6
--- failed re-building ‘rwars.Rmd’
SUMMARY: processing the following file failed:
‘rwars.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-osx-x86_64