CRAN Package Check Results for Package khisr

Last updated on 2024-08-07 00:49:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.5 6.46 55.74 62.20 OK
r-devel-linux-x86_64-debian-gcc 1.0.5 5.42 40.85 46.27 OK
r-devel-linux-x86_64-fedora-clang 1.0.5 55.70 OK
r-devel-linux-x86_64-fedora-gcc 1.0.5 107.89 OK
r-devel-windows-x86_64 1.0.5 8.00 74.00 82.00 OK
r-patched-linux-x86_64 1.0.5 7.74 53.06 60.80 OK
r-release-linux-x86_64 1.0.5 6.17 52.54 58.71 OK
r-release-macos-arm64 1.0.5 43.00 OK
r-release-macos-x86_64 1.0.5 73.00 OK
r-release-windows-x86_64 1.0.5 10.00 73.00 83.00 ERROR
r-oldrel-macos-arm64 1.0.5 61.00 OK
r-oldrel-macos-x86_64 1.0.5 74.00 OK
r-oldrel-windows-x86_64 1.0.5 11.00 82.00 93.00 OK

Check Details

Version: 1.0.5
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [4s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(khisr) > > test_check("khisr") [ FAIL 1 | WARN 0 | SKIP 9 | PASS 90 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • No DHIS2 credentials (7): 'test-get_analytics.R:3:5', 'test-get_analytics_by_level.R:3:5', 'test-get_data_elements_with_category_options.R:3:5', 'test-get_data_sets_by_level.R:3:5', 'test-get_metadata.R:3:5', 'test-get_metadata_helpers.R:3:5', 'test-get_organisations_by_level.R:3:5' • On CRAN (2): 'test-AuthCred-class.R:3:5', 'test-khis_cred.R:3:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-khis_cred.R:84:5'): req_auth_khis_basic works correctly ──────── Error in `khis_cred(config_path = system.file("extdata", "valid_cred_conf.json", package = "khisr"))`: ! HTTP 502 Bad Gateway. * <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx/1.18.0 (Ubuntu)</center> </body> </html> i Please check the credentials provided and try again Backtrace: ▆ 1. └─khisr::khis_cred(...) at test-khis_cred.R:84:5 2. └─khisr:::khis_abort(message = c(`!` = user_profile$message, i = "Please check the credentials provided and try again")) 3. └─cli::cli_abort(message = message, ..., .envir = .envir, call = call) 4. └─rlang::abort(...) [ FAIL 1 | WARN 0 | SKIP 9 | PASS 90 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64