Last updated on 2026-04-07 20:51:21 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 2.39 | 21.19 | 23.58 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.79 | 17.68 | 19.47 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 33.39 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 31.50 | NOTE | |||
| r-devel-macos-arm64 | 1.0.1 | 1.00 | 15.00 | 16.00 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 4.00 | 38.00 | 42.00 | ERROR | |
| r-patched-linux-x86_64 | 1.0.1 | 2.22 | 18.23 | 20.45 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 2.35 | 17.11 | 19.46 | OK | |
| r-release-macos-arm64 | 1.0.1 | OK | ||||
| r-release-macos-x86_64 | 1.0.1 | 2.00 | 26.00 | 28.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 4.00 | 38.00 | 42.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.1 | 2.00 | 22.00 | 24.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 5.00 | 44.00 | 49.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/2s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(FormShare)
>
> test_check("FormShare")
Saving _problems/testclass-7.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('testclass.R:7:1'): (code run outside of `test_that()`) ──────────────
<curl_error_peer_failed_verification/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: SSL peer certificate or SSH remote key was not OK [formshare.org]:
SSL certificate verification failed: certificate has expired. (CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none)
Backtrace:
▆
1. ├─my_connection$login() at testclass.R:7:1
2. │ └─httr::POST(self$token_url, body = body, encode = "form")
3. │ └─httr:::request_perform(req, hu$handle$handle)
4. │ ├─httr:::request_fetch(req$output, req$url, handle)
5. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
6. │ └─curl::curl_fetch_memory(url, handle = handle)
7. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.1
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘R6’ ‘httr’ ‘jsonlite’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [1s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(FormShare)
>
> test_check("FormShare")
Saving _problems/testclass-7.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('testclass.R:7:1'): (code run outside of `test_that()`) ──────────────
<curl_error_ssl_connect_error/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: SSL connect error [formshare.org]:
schannel: next InitializeSecurityContext failed: SEC_E_CERT_EXPIRED (0x80090328) - Das empfangene Zertifikat ist abgelaufen.
Backtrace:
▆
1. ├─my_connection$login() at testclass.R:7:1
2. │ └─httr::POST(self$token_url, body = body, encode = "form")
3. │ └─httr:::request_perform(req, hu$handle$handle)
4. │ ├─httr:::request_fetch(req$output, req$url, handle)
5. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
6. │ └─curl::curl_fetch_memory(url, handle = handle)
7. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64