CRAN Package Check Results for Package danstat

Last updated on 2021-10-04 17:50:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 3.85 41.08 44.93 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.0 2.87 31.61 34.48 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 61.74 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 50.79 ERROR
r-devel-windows-x86_64 0.1.0 6.00 54.00 60.00 ERROR
r-devel-windows-x86_64-gcc10-UCRT 0.1.0 ERROR
r-patched-linux-x86_64 0.1.0 3.50 38.65 42.15 ERROR
r-patched-solaris-x86 0.1.0 67.00 ERROR
r-release-linux-x86_64 0.1.0 2.59 38.62 41.21 ERROR
r-release-macos-arm64 0.1.0 NOTE
r-release-macos-x86_64 0.1.0 NOTE
r-release-windows-ix86+x86_64 0.1.0 9.00 69.00 78.00 ERROR
r-oldrel-macos-x86_64 0.1.0 OK
r-oldrel-windows-ix86+x86_64 0.1.0 8.00 65.00 73.00 ERROR

Additional issues

M1mac

Check Details

Version: 0.1.0
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in 'danstat-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: get_subjects
    > ### Title: Get a list of subjects covered in the data bank
    > ### Aliases: get_subjects
    >
    > ### ** Examples
    >
    > # Get all subjects
    > all_subjects <- get_subjects()
    >
    > # Or get (sub)subjects for specific subjects
    > some_subjects <- get_subjects(subjects = c("02", "2419"))
    Error: API did not return text/json
    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: 0.1.0
Check: tests
Result: ERROR
     Running 'testthat.R' [3s/12s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(danstat)
     >
     > test_check("danstat")
     == Failed tests ================================================================
     -- Error (test-get_tables.R:2:3): subject 'as is' I() works --------------------
     Error: API did not return text/json
     Backtrace:
     x
     1. +-testthat::expect_identical(get_tables(subjects = "2419"), get_tables(subjects = c("2419"))) test-get_tables.R:2:2
     2. | \-testthat::quasi_label(enquo(object), label, arg = "object")
     3. | \-rlang::eval_bare(expr, quo_get_env(quo))
     4. \-danstat::get_tables(subjects = "2419")
     5. \-danstat:::check_http_type(result)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 18 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.0
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building 'Introduction_to_danstat.Rmd' using rmarkdown
    Quitting from lines 40-43 (Introduction_to_danstat.Rmd)
    Error: processing vignette 'Introduction_to_danstat.Rmd' failed with diagnostics:
    API did not return text/json
    --- failed re-building 'Introduction_to_danstat.Rmd'
    
    SUMMARY: processing the following file failed:
     'Introduction_to_danstat.Rmd'
    
    Error: Vignette re-building failed.
    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: 0.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/11s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(danstat)
     >
     > test_check("danstat")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-get_tables.R:2:3): subject 'as is' I() works ────────────────────
     Error: API did not return text/json
     Backtrace:
     █
     1. ├─testthat::expect_identical(get_tables(subjects = "2419"), get_tables(subjects = c("2419"))) test-get_tables.R:2:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─danstat::get_tables(subjects = "2419")
     5. └─danstat:::check_http_type(result)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 18 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in ‘danstat-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: get_subjects
    > ### Title: Get a list of subjects covered in the data bank
    > ### Aliases: get_subjects
    >
    > ### ** Examples
    >
    > # Get all subjects
    > all_subjects <- get_subjects()
    >
    > # Or get (sub)subjects for specific subjects
    > some_subjects <- get_subjects(subjects = c("02", "2419"))
    Error: API did not return text/json
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [4s/15s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(danstat)
     >
     > test_check("danstat")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-get_tables.R:2:3): subject 'as is' I() works ────────────────────
     Error: API did not return text/json
     Backtrace:
     █
     1. ├─testthat::expect_identical(get_tables(subjects = "2419"), get_tables(subjects = c("2419"))) test-get_tables.R:2:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─danstat::get_tables(subjects = "2419")
     5. └─danstat:::check_http_type(result)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 18 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building ‘Introduction_to_danstat.Rmd’ using rmarkdown
    Quitting from lines 40-43 (Introduction_to_danstat.Rmd)
    Error: processing vignette 'Introduction_to_danstat.Rmd' failed with diagnostics:
    API did not return text/json
    --- failed re-building ‘Introduction_to_danstat.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘Introduction_to_danstat.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [4s/11s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(danstat)
     >
     > test_check("danstat")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-get_tables.R:2:3): subject 'as is' I() works ────────────────────
     Error: API did not return text/json
     Backtrace:
     █
     1. ├─testthat::expect_identical(get_tables(subjects = "2419"), get_tables(subjects = c("2419"))) test-get_tables.R:2:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─danstat::get_tables(subjects = "2419")
     5. └─danstat:::check_http_type(result)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 18 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: tests
Result: ERROR
     Running 'testthat.R' [10s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(danstat)
     >
     > test_check("danstat")
     == Failed tests ================================================================
     -- Error (test-get_tables.R:2:3): subject 'as is' I() works --------------------
     Error: API did not return text/json
     Backtrace:
     x
     1. +-testthat::expect_identical(get_tables(subjects = "2419"), get_tables(subjects = c("2419"))) test-get_tables.R:2:2
     2. | \-testthat::quasi_label(enquo(object), label, arg = "object")
     3. | \-rlang::eval_bare(expr, quo_get_env(quo))
     4. \-danstat::get_tables(subjects = "2419")
     5. \-danstat:::check_http_type(result)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 18 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 0.1.0
Check: tests
Result: ERROR
     Running 'testthat.R'
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(danstat)
     >
     > test_check("danstat")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-get_tables.R:2:3): subject 'as is' I() works ────────────────────
     Error: API did not return text/json
     Backtrace:
     █
     1. ├─testthat::expect_identical(get_tables(subjects = "2419"), get_tables(subjects = c("2419"))) test-get_tables.R:2:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─danstat::get_tables(subjects = "2419")
     5. └─danstat:::check_http_type(result)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 18 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64-gcc10-UCRT

Version: 0.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/12s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(danstat)
     >
     > test_check("danstat")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-get_tables.R:2:3): subject 'as is' I() works ────────────────────
     Error: API did not return text/json
     Backtrace:
     █
     1. ├─testthat::expect_identical(get_tables(subjects = "2419"), get_tables(subjects = c("2419"))) test-get_tables.R:2:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─danstat::get_tables(subjects = "2419")
     5. └─danstat:::check_http_type(result)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 18 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [4s/31s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(danstat)
     >
     > test_check("danstat")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-get_tables.R:2:3): subject 'as is' I() works ────────────────────
     Error: API did not return text/json
     Backtrace:
     █
     1. ├─testthat::expect_identical(get_tables(subjects = "2419"), get_tables(subjects = c("2419"))) test-get_tables.R:2:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─danstat::get_tables(subjects = "2419")
     5. └─danstat:::check_http_type(result)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 18 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [3s/11s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(danstat)
     >
     > test_check("danstat")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-get_tables.R:2:3): subject 'as is' I() works ────────────────────
     Error: API did not return text/json
     Backtrace:
     █
     1. ├─testthat::expect_identical(get_tables(subjects = "2419"), get_tables(subjects = c("2419"))) test-get_tables.R:2:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─danstat::get_tables(subjects = "2419")
     5. └─danstat:::check_http_type(result)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 18 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.1.0
Check: tests
Result: ERROR
     Running 'testthat.R' [11s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(danstat)
     >
     > test_check("danstat")
     == Failed tests ================================================================
     -- Error (test-get_tables.R:2:3): subject 'as is' I() works --------------------
     Error: API did not return text/json
     Backtrace:
     x
     1. +-testthat::expect_identical(get_tables(subjects = "2419"), get_tables(subjects = c("2419"))) test-get_tables.R:2:2
     2. | \-testthat::quasi_label(enquo(object), label, arg = "object")
     3. | \-rlang::eval_bare(expr, quo_get_env(quo))
     4. \-danstat::get_tables(subjects = "2419")
     5. \-danstat:::check_http_type(result)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 18 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 0.1.0
Check: tests
Result: ERROR
     Running 'testthat.R' [12s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(danstat)
     >
     > test_check("danstat")
     == Failed tests ================================================================
     -- Error (test-get_tables.R:2:3): subject 'as is' I() works --------------------
     Error: API did not return text/json
     Backtrace:
     x
     1. +-testthat::expect_identical(get_tables(subjects = "2419"), get_tables(subjects = c("2419"))) test-get_tables.R:2:2
     2. | \-testthat::quasi_label(enquo(object), label, arg = "object")
     3. | \-rlang::eval_bare(expr, quo_get_env(quo))
     4. \-danstat::get_tables(subjects = "2419")
     5. \-danstat:::check_http_type(result)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 18 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64