CRAN Package Check Results for Package ebvcube

Last updated on 2024-07-04 11:49:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 6.50 125.13 131.63 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.1 6.65 91.11 97.76 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.1 89.69 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.1 152.81 ERROR
r-devel-windows-x86_64 0.2.1 10.00 103.00 113.00 OK
r-patched-linux-x86_64 0.2.1 9.78 118.66 128.44 ERROR
r-release-linux-x86_64 0.2.1 6.15 121.93 128.08 OK
r-release-macos-arm64 0.2.1 80.00 OK
r-release-macos-x86_64 0.2.1 162.00 OK
r-release-windows-x86_64 0.2.1 10.00 112.00 122.00 ERROR
r-oldrel-macos-arm64 0.2.1 10.00 ERROR
r-oldrel-macos-x86_64 0.2.1 11.00 ERROR
r-oldrel-windows-x86_64 0.2.1 12.00 124.00 136.00 ERROR

Check Details

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘ebvcube-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ebv_download > ### Title: Download an EBV netCDF file > ### Aliases: ebv_download > > ### ** Examples > > #get all available datasets > datasets <- ebv_download() Error in ebv_download() : The EBV Data Portal https://portal.geobon.org cannot be reached. Error in open.connection(con, open = "rt") : cannot open the connection to 'https://portal.geobon.org' Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [55s/76s] 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(ebvcube) > > test_check("ebvcube") [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [ FAIL 3 | WARN 11 | SKIP 0 | PASS 194 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-download.R:4:3'): test ebv_download ID=numeric ───────────────── Error in `ebv_download(27, dir)`: The EBV Data Portal https://portal.geobon.org cannot be reached. Error in open.connection(con, open = "rt") : cannot open the connection to 'https://portal.geobon.org' Backtrace: ▆ 1. └─ebvcube::ebv_download(27, dir) at test-download.R:4:3 ── Error ('test-download.R:10:3'): test ebv_download ID=doi ──────────────────── Error in `ebv_download("10.25829/f2rdp4", dir)`: The EBV Data Portal https://portal.geobon.org cannot be reached. Error in open.connection(con, open = "rt") : cannot open the connection to 'https://portal.geobon.org' Backtrace: ▆ 1. └─ebvcube::ebv_download("10.25829/f2rdp4", dir) at test-download.R:10:3 ── Error ('test-download.R:16:3'): test ebv_download ID=title ────────────────── Error in `ebv_download("Local bird diversity (cSAR/BES-SIM)", dir)`: The EBV Data Portal https://portal.geobon.org cannot be reached. Error in open.connection(con, open = "rt") : cannot open the connection to 'https://portal.geobon.org' Backtrace: ▆ 1. └─ebvcube::ebv_download(...) at test-download.R:16:3 [ FAIL 3 | WARN 11 | SKIP 0 | PASS 194 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘ebvcube-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ebv_download > ### Title: Download an EBV netCDF file > ### Aliases: ebv_download > > ### ** Examples > > #get all available datasets > datasets <- ebv_download() Warning in open.connection(con, "rb") : cannot open URL 'https://portal.geobon.org/api/v1/datasets': HTTP status was '404 Not Found' Error in open.connection(con, "rb") : cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Calls: ebv_download ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection Execution halted Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [40s/72s] 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(ebvcube) > > test_check("ebvcube") [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [ FAIL 3 | WARN 14 | SKIP 0 | PASS 194 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-download.R:4:3'): test ebv_download ID=numeric ───────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download(27, dir) at test-download.R:4:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") ── Error ('test-download.R:10:3'): test ebv_download ID=doi ──────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download("10.25829/f2rdp4", dir) at test-download.R:10:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") ── Error ('test-download.R:16:3'): test ebv_download ID=title ────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download(...) at test-download.R:16:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") [ FAIL 3 | WARN 14 | SKIP 0 | PASS 194 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.1
Check: data for non-ASCII characters
Result: NOTE Note: found 2 marked UTF-8 strings Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2.1
Check: examples
Result: ERROR Running examples in ‘ebvcube-Ex.R’ failed The error most likely occurred in: > ### Name: ebv_download > ### Title: Download an EBV netCDF file > ### Aliases: ebv_download > > ### ** Examples > > #get all available datasets > datasets <- ebv_download() Warning in open.connection(con, "rb") : cannot open URL 'https://portal.geobon.org/api/v1/datasets': HTTP status was '404 Not Found' Error in open.connection(con, "rb") : cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Calls: ebv_download ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-windows-x86_64

Version: 0.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [33s/34s] 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(ebvcube) > > test_check("ebvcube") [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [ FAIL 3 | WARN 15 | SKIP 0 | PASS 194 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-download.R:4:3'): test ebv_download ID=numeric ───────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download(27, dir) at test-download.R:4:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") ── Error ('test-download.R:10:3'): test ebv_download ID=doi ──────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download("10.25829/f2rdp4", dir) at test-download.R:10:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") ── Error ('test-download.R:16:3'): test ebv_download ID=title ────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download(...) at test-download.R:16:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") [ FAIL 3 | WARN 15 | SKIP 0 | PASS 194 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [58s/59s] 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(ebvcube) > > test_check("ebvcube") [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [ FAIL 3 | WARN 15 | SKIP 0 | PASS 194 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-download.R:4:3'): test ebv_download ID=numeric ───────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download(27, dir) at test-download.R:4:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") ── Error ('test-download.R:10:3'): test ebv_download ID=doi ──────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download("10.25829/f2rdp4", dir) at test-download.R:10:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") ── Error ('test-download.R:16:3'): test ebv_download ID=title ────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download(...) at test-download.R:16:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") [ FAIL 3 | WARN 15 | SKIP 0 | PASS 194 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.2.1
Check: tests
Result: ERROR Running ‘testthat.R’ [51s/64s] 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(ebvcube) > > test_check("ebvcube") [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [ FAIL 3 | WARN 14 | SKIP 0 | PASS 194 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-download.R:4:3'): test ebv_download ID=numeric ───────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download(27, dir) at test-download.R:4:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") ── Error ('test-download.R:10:3'): test ebv_download ID=doi ──────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download("10.25829/f2rdp4", dir) at test-download.R:10:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") ── Error ('test-download.R:16:3'): test ebv_download ID=title ────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download(...) at test-download.R:16:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") [ FAIL 3 | WARN 14 | SKIP 0 | PASS 194 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 0.2.1
Check: examples
Result: ERROR Running examples in 'ebvcube-Ex.R' failed The error most likely occurred in: > ### Name: ebv_download > ### Title: Download an EBV netCDF file > ### Aliases: ebv_download > > ### ** Examples > > #get all available datasets > datasets <- ebv_download() Error in ebv_download() : The EBV Data Portal https://portal.geobon.org cannot be reached. Error in open.connection(con, open = "rt") : cannot open the connection to 'https://portal.geobon.org' Execution halted Flavor: r-release-windows-x86_64

Version: 0.2.1
Check: tests
Result: ERROR Running 'testthat.R' [42s] 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(ebvcube) > > test_check("ebvcube") [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [ FAIL 3 | WARN 4 | SKIP 0 | PASS 194 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-download.R:4:3'): test ebv_download ID=numeric ───────────────── Error in `ebv_download(27, dir)`: The EBV Data Portal https://portal.geobon.org cannot be reached. Error in open.connection(con, open = "rt") : cannot open the connection to 'https://portal.geobon.org' Backtrace: ▆ 1. └─ebvcube::ebv_download(27, dir) at test-download.R:4:3 ── Error ('test-download.R:10:3'): test ebv_download ID=doi ──────────────────── Error in `ebv_download("10.25829/f2rdp4", dir)`: The EBV Data Portal https://portal.geobon.org cannot be reached. Error in open.connection(con, open = "rt") : cannot open the connection to 'https://portal.geobon.org' Backtrace: ▆ 1. └─ebvcube::ebv_download("10.25829/f2rdp4", dir) at test-download.R:10:3 ── Error ('test-download.R:16:3'): test ebv_download ID=title ────────────────── Error in `ebv_download("Local bird diversity (cSAR/BES-SIM)", dir)`: The EBV Data Portal https://portal.geobon.org cannot be reached. Error in open.connection(con, open = "rt") : cannot open the connection to 'https://portal.geobon.org' Backtrace: ▆ 1. └─ebvcube::ebv_download(...) at test-download.R:16:3 [ FAIL 3 | WARN 4 | SKIP 0 | PASS 194 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 0.2.1
Check: package dependencies
Result: ERROR Package required but not available: ‘HDF5Array’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.2.1
Check: tests
Result: ERROR Running 'testthat.R' [43s] 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(ebvcube) > > test_check("ebvcube") [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file. For more info on a specific datacube, define the metric and scenario OR datacubepath." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [1] "Giving the properties for the file and a specified datacube." [ FAIL 3 | WARN 7 | SKIP 0 | PASS 194 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-download.R:4:3'): test ebv_download ID=numeric ───────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download(27, dir) at test-download.R:4:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") ── Error ('test-download.R:10:3'): test ebv_download ID=doi ──────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download("10.25829/f2rdp4", dir) at test-download.R:10:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") ── Error ('test-download.R:16:3'): test ebv_download ID=title ────────────────── Error in `open.connection(con, "rb")`: cannot open the connection to 'https://portal.geobon.org/api/v1/datasets' Backtrace: ▆ 1. └─ebvcube::ebv_download(...) at test-download.R:16:3 2. └─jsonlite::fromJSON("https://portal.geobon.org/api/v1/datasets") 3. └─jsonlite:::parse_and_simplify(...) 4. └─jsonlite:::parseJSON(txt, bigint_as_char) 5. └─jsonlite:::parse_con(txt, bigint_as_char) 6. ├─base::open(con, "rb") 7. └─base::open.connection(con, "rb") [ FAIL 3 | WARN 7 | SKIP 0 | PASS 194 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64