Last updated on 2026-03-25 04:52:41 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.0 | 4.74 | 49.11 | 53.85 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 2.0.0 | 3.08 | 36.83 | 39.91 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 2.0.0 | 8.00 | 71.47 | 79.47 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 87.79 | NOTE | |||
| r-devel-macos-arm64 | 2.0.0 | 1.00 | 25.00 | 26.00 | NOTE | |
| r-devel-windows-x86_64 | 2.0.0 | 7.00 | 68.00 | 75.00 | NOTE | |
| r-patched-linux-x86_64 | 2.0.0 | 4.69 | 42.60 | 47.29 | NOTE | |
| r-release-linux-x86_64 | 2.0.0 | 4.30 | 42.42 | 46.72 | NOTE | |
| r-release-macos-arm64 | 2.0.0 | NOTE | ||||
| r-release-macos-x86_64 | 2.0.0 | 3.00 | 73.00 | 76.00 | NOTE | |
| r-release-windows-x86_64 | 2.0.0 | 8.00 | 66.00 | 74.00 | ERROR | |
| r-oldrel-macos-arm64 | 2.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 2.0.0 | 3.00 | 94.00 | 97.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.0 | 9.00 | 77.00 | 86.00 | OK |
Version: 2.0.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘Koboconnect.R’ ‘other.R’
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-macos-arm64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 2.0.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [5s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(KoboconnectR)
Extract Kobotools data to R
>
> test_check("KoboconnectR")
Error: HTTP 404 Not Found.
Error during export creation: Failed to retrieve existing exports.
Export creation was not successful
Error: Invalid type entered
Export could not be created
Error: HTTP 404 Not Found.
Error: Failed to retrieve existing exports.
Export could not be created
Error: HTTP 401 Unauthorized.
Error: Failed to retrieve existing exports.
Export could not be created
Error: HTTP 404 Not Found.
Error: Failed to retrieve existing exports.
Export could not be created
Error: HTTP 404 Not Found.
Error during export creation: Failed to retrieve existing exports.
Export creation was not successful
Data could not be downloaded. Please try again or check the parameters.
Error: HTTP 502 Bad Gateway.
[1] "Error. Please try again or check the input parameters."
Saving _problems/test-kobotools_api-28.R
[ FAIL 1 | WARN 0 | SKIP 12 | PASS 27 ]
══ Skipped tests (12) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-get_kobo_token.R:28:3', 'test-kobo_df_download.R:3:3',
'test-kobo_export_create.R:5:3', 'test-kobo_export_create.R:16:3',
'test-kobo_export_create.R:26:3', 'test-kobo_export_create.R:37:3',
'test-kobo_exports.R:3:3', 'test-kobo_exports.R:9:3',
'test-kobo_media_downloader.R:2:3', 'test-kobo_xls_dl.R:2:3',
'test-kobotools_api.R:35:3', 'test-kobotools_kpi_data.R:37:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-kobotools_api.R:28:3'): df is downloaded when simplification applied ──
Error in `value[[3L]](cond)`: object 'e' not found
Backtrace:
▆
1. ├─testthat::expect_true(...) at test-kobotools_api.R:28:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::is.data.frame(...)
5. └─KoboconnectR::kobotools_api(...)
6. └─base::tryCatch(...)
7. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
8. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
9. └─value[[3L]](cond)
10. └─base::cat("Error: ", e$message, "\n")
[ FAIL 1 | WARN 0 | SKIP 12 | PASS 27 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64