Last updated on 2024-11-23 07:50:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 2.20 | 17.43 | 19.63 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.74 | 14.11 | 15.85 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 32.90 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 30.65 | NOTE | |||
r-devel-windows-x86_64 | 1.0.1 | 4.00 | 40.00 | 44.00 | OK | |
r-patched-linux-x86_64 | 1.0.1 | 2.57 | 16.65 | 19.22 | OK | |
r-release-linux-x86_64 | 1.0.1 | 2.39 | 17.13 | 19.52 | OK | |
r-release-macos-arm64 | 1.0.1 | 21.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 24.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 4.00 | 39.00 | 43.00 | OK | |
r-oldrel-macos-arm64 | 1.0.1 | 17.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.1 | 23.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.1 | 4.00 | 41.00 | 45.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/6s]
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")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('testclass.R:7:1'): (code run outside of `test_that()`) ──────────────
<curl_error_couldnt_connect/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Could not connect to server [formshare.org]: Failed to connect to formshare.org port 443 after 5176 ms: Could not connect to server
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-gcc
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