Last updated on 2025-03-15 02:51:35 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 6.09 | 138.40 | 144.49 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 4.16 | 78.64 | 82.80 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 226.79 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 342.72 | OK | |||
r-devel-macos-arm64 | 1.0.1 | 150.00 | OK | |||
r-devel-macos-x86_64 | 1.0.1 | 166.00 | OK | |||
r-devel-windows-x86_64 | 1.0.1 | 8.00 | 148.00 | 156.00 | OK | |
r-patched-linux-x86_64 | 1.0.1 | OK | ||||
r-release-linux-x86_64 | 1.0.1 | 5.48 | 128.37 | 133.85 | OK | |
r-release-macos-arm64 | 1.0.1 | 103.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 151.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 11.00 | 146.00 | 157.00 | OK | |
r-oldrel-macos-arm64 | 1.0.1 | OK | ||||
r-oldrel-macos-x86_64 | 1.0.1 | 149.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.1 | 13.00 | 182.00 | 195.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/17s]
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(srppp)
Loading required package: dm
Attaching package: 'dm'
The following object is masked from 'package:stats':
filter
>
> test_check("srppp")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-srppp_xml.R:7:3'): We get a dm object with relational integrity ──
Error in `download.file(from, path)`: cannot open URL 'https://www.blv.admin.ch/dam/blv/de/dokumente/zulassung-pflanzenschutzmittel/pflanzenschutzmittelverzeichnis/daten-pflanzenschutzmittelverzeichnis.zip.download.zip/Daten%20Pflanzenschutzmittelverzeichnis.zip'
Backtrace:
▆
1. └─srppp::srppp_dm() at test-srppp_xml.R:7:3
2. ├─srppp::srppp_xml_get(from)
3. └─srppp:::srppp_xml_get.character(from)
4. └─utils::download.file(from, path)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 3 ]
Flavor: r-devel-linux-x86_64-debian-gcc