Last updated on 2026-05-20 15:51:14 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.8 | 1.67 | 26.84 | 28.51 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.8 | 1.35 | 20.88 | 22.23 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.8 | 3.00 | 44.68 | 47.68 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.8 | 53.64 | OK | |||
| r-devel-windows-x86_64 | 0.1.8 | 3.00 | 51.00 | 54.00 | OK | |
| r-patched-linux-x86_64 | 0.1.8 | 1.73 | 24.97 | 26.70 | OK | |
| r-release-linux-x86_64 | 0.1.8 | 1.40 | 25.39 | 26.79 | OK | |
| r-release-macos-arm64 | 0.1.8 | 1.00 | 24.00 | 25.00 | OK | |
| r-release-macos-x86_64 | 0.1.8 | 2.00 | 53.00 | 55.00 | OK | |
| r-release-windows-x86_64 | 0.1.8 | 4.00 | 52.00 | 56.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.8 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.8 | 1.00 | 60.00 | 61.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.8 | 4.00 | 54.00 | 58.00 | OK |
Version: 0.1.8
Check: examples
Result: ERROR
Running examples in ‘gitignore-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: gi_available_templates
> ### Title: Fetch available templates from gitignore.io
> ### Aliases: gi_available_templates
>
> ### ** Examples
>
> ## Don't show:
> if (curl::has_internet()) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ gi_available_templates()
+ ## Don't show:
+ }) # examplesIf
> gi_available_templates()
Error in curl::curl_fetch_memory(url) :
Timeout was reached [www.toptal.com]:
Resolving timed out after 10002 milliseconds
Calls: <Anonymous> ... gi_available_templates -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.8
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [1s/12s]
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(gitignore)
>
> test_check("gitignore")
Saving _problems/test-gi_available_templates-2.R
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 0 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• On CRAN (6): 'test-gi_fetch_templates.R:2:3',
'test-gi_fetch_templates.R:13:3', 'test-gi_fetch_templates.R:31:3',
'test-gi_fetch_templates.R:38:3', 'test-gi_write_gitignore.R:2:3',
'test-gi_write_gitignore.R:20:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-gi_available_templates.R:2:3'): gi_available_templates works ───
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url)`: Timeout was reached [www.toptal.com]:
Resolving timed out after 10002 milliseconds
Backtrace:
▆
1. ├─gitignore::gi_available_templates() at test-gi_available_templates.R:2:3
2. │ └─curl::curl_fetch_memory(url)
3. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc