Last updated on 2018-10-03 08:48:08 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.1.3 | 7.50 | 52.90 | 60.40 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 3.1.3 | 6.62 | 42.27 | 48.89 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 3.1.3 | 71.18 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 3.1.3 | 54.70 | ERROR | |||
r-devel-windows-ix86+x86_64 | 3.1.3 | 18.00 | 95.00 | 113.00 | ERROR | |
r-patched-linux-x86_64 | 3.1.3 | 6.12 | 46.95 | 53.07 | ERROR | |
r-patched-solaris-x86 | 3.1.3 | 83.60 | ERROR | |||
r-release-linux-x86_64 | 3.1.3 | 7.30 | 46.86 | 54.16 | ERROR | |
r-release-windows-ix86+x86_64 | 3.1.3 | 17.00 | 73.00 | 90.00 | ERROR | |
r-release-osx-x86_64 | 3.1.3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 3.1.3 | 12.00 | 80.00 | 92.00 | ERROR | |
r-oldrel-osx-x86_64 | 3.1.3 | OK |
Version: 3.1.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(blscrapeR)
>
> test_check("blscrapeR")
── 1. Error: (unknown) (@test_qcew_api.R#8) ───────────────────────────────────
cannot open URL 'https://data.bls.gov/cew/data/api/2013/1/industry/5112.csv'
1: download.file(url, temp, quiet = TRUE) at testthat/test_qcew_api.R:8
══ testthat results ═══════════════════════════════════════════════════════════
OK: 2 SKIPPED: 0 FAILED: 1
1. Error: (unknown) (@test_qcew_api.R#8)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 3.1.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/4s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(blscrapeR)
>
> test_check("blscrapeR")
── 1. Error: (unknown) (@test_qcew_api.R#8) ───────────────────────────────────
cannot open URL 'https://data.bls.gov/cew/data/api/2013/1/industry/5112.csv'
1: download.file(url, temp, quiet = TRUE) at testthat/test_qcew_api.R:8
══ testthat results ═══════════════════════════════════════════════════════════
OK: 2 SKIPPED: 0 FAILED: 1
1. Error: (unknown) (@test_qcew_api.R#8)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 3.1.3
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(blscrapeR)
>
> test_check("blscrapeR")
── 1. Error: (unknown) (@test_qcew_api.R#8) ───────────────────────────────────
cannot open URL 'https://data.bls.gov/cew/data/api/2013/1/industry/5112.csv'
1: download.file(url, temp, quiet = TRUE) at testthat/test_qcew_api.R:8
══ testthat results ═══════════════════════════════════════════════════════════
OK: 2 SKIPPED: 0 FAILED: 1
1. Error: (unknown) (@test_qcew_api.R#8)
Error: testthat unit tests failed
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 3.1.3
Check: examples
Result: ERROR
Running examples in 'blscrapeR-Ex.R' failed
The error most likely occurred in:
> ### Name: bls_api
> ### Title: Basic Request Mechanism for BLS Tables
> ### Aliases: bls_api
> ### Keywords: api bls cpi economics inflation unemployment
>
> ### ** Examples
>
>
>
> ## API Version 1.0 R Script Sample Code
> ## Single Series request
> df <- bls_api("LAUCN040010000000005")
Error in is.response(x) :
SSL certificate problem: certificate has expired
Calls: bls_api ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 3.1.3
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(blscrapeR)
>
> test_check("blscrapeR")
-- 1. Error: (unknown) (@test_bls_api.R#19) -----------------------------------
SSL certificate problem: certificate has expired
1: content(POST(base_url, body = payload, content_type_json())) at testthat/test_bls_api.R:19
2: stopifnot(is.response(x))
3: withCallingHandlers(tryCatch(if (missE) ...elt(i) else eval(cl.i, envir = envir),
error = function(e) {
e$call <- cl.i
stop(e)
}), warning = function(w) {
w$call <- cl.i
w
})
4: tryCatch(if (missE) ...elt(i) else eval(cl.i, envir = envir), error = function(e) {
e$call <- cl.i
stop(e)
})
5: tryCatchList(expr, classes, parentenv, handlers)
6: tryCatchOne(expr, names, parentenv, handlers[[1L]])
7: value[[3L]](cond)
-- 2. Error: (unknown) (@test_qcew_api.R#8) -----------------------------------
cannot open URL 'https://data.bls.gov/cew/data/api/2013/1/industry/5112.csv'
1: download.file(url, temp, quiet = TRUE) at testthat/test_qcew_api.R:8
== testthat results ===========================================================
OK: 1 SKIPPED: 0 FAILED: 2
1. Error: (unknown) (@test_bls_api.R#19)
2. Error: (unknown) (@test_qcew_api.R#8)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 3.1.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(blscrapeR)
>
> test_check("blscrapeR")
── 1. Error: (unknown) (@test_qcew_api.R#8) ───────────────────────────────────
cannot open URL 'https://data.bls.gov/cew/data/api/2013/1/industry/5112.csv'
1: download.file(url, temp, quiet = TRUE) at testthat/test_qcew_api.R:8
══ testthat results ═══════════════════════════════════════════════════════════
OK: 2 SKIPPED: 0 FAILED: 1
1. Error: (unknown) (@test_qcew_api.R#8)
Error: testthat unit tests failed
Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 3.1.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(blscrapeR)
>
> test_check("blscrapeR")
── 1. Error: (unknown) (@test_qcew_api.R#8) ───────────────────────────────────
cannot open URL 'https://data.bls.gov/cew/data/api/2013/1/industry/5112.csv'
1: download.file(url, temp, quiet = TRUE) at testthat/test_qcew_api.R:8
══ testthat results ═══════════════════════════════════════════════════════════
OK: 2 SKIPPED: 0 FAILED: 1
1. Error: (unknown) (@test_qcew_api.R#8)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86
Version: 3.1.3
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(blscrapeR)
>
> test_check("blscrapeR")
-- 1. Error: (unknown) (@test_qcew_api.R#8) -----------------------------------
cannot open URL 'https://data.bls.gov/cew/data/api/2013/1/industry/5112.csv'
1: download.file(url, temp, quiet = TRUE) at testthat/test_qcew_api.R:8
== testthat results ===========================================================
OK: 2 SKIPPED: 0 FAILED: 1
1. Error: (unknown) (@test_qcew_api.R#8)
Error: testthat unit tests failed
Execution halted
Flavor: r-release-windows-ix86+x86_64
Version: 3.1.3
Check: examples
Result: ERROR
Running examples in 'blscrapeR-Ex.R' failed
The error most likely occurred in:
> ### Name: bls_api
> ### Title: Basic Request Mechanism for BLS Tables
> ### Aliases: bls_api
> ### Keywords: api bls cpi economics inflation unemployment
>
> ### ** Examples
>
>
>
> ## API Version 1.0 R Script Sample Code
> ## Single Series request
> df <- bls_api("LAUCN040010000000005")
Error in curl::curl_fetch_memory(url, handle = handle) :
SSL certificate problem: certificate has expired
Calls: bls_api ... request_fetch -> request_fetch.write_memory -> <Anonymous> -> .Call
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 3.1.3
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(blscrapeR)
>
> test_check("blscrapeR")
-- 1. Error: (unknown) (@test_bls_api.R#19) -----------------------------------
SSL certificate problem: certificate has expired
1: content(POST(base_url, body = payload, content_type_json())) at testthat/test_bls_api.R:19
2: stopifnot(is.response(x))
3: is.response(x)
4: inherits(x, "response")
5: POST(base_url, body = payload, content_type_json())
6: request_perform(req, hu$handle$handle)
7: request_fetch(req$output, req$url, handle)
8: request_fetch.write_memory(req$output, req$url, handle)
9: curl::curl_fetch_memory(url, handle = handle)
-- 2. Error: (unknown) (@test_qcew_api.R#8) -----------------------------------
cannot open URL 'https://data.bls.gov/cew/data/api/2013/1/industry/5112.csv'
1: download.file(url, temp, quiet = TRUE) at testthat/test_qcew_api.R:8
== testthat results ===========================================================
OK: 1 SKIPPED: 0 FAILED: 2
1. Error: (unknown) (@test_bls_api.R#19)
2. Error: (unknown) (@test_qcew_api.R#8)
Error: testthat unit tests failed
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64