Package check result: OK Changes to worse in reverse depends: Package: bioRad Check: tests New result: ERROR Running ‘testthat.R’ [138s/140s] 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(bioRad) Welcome to bioRad version 0.8.1 using vol2birdR version 1.0.8 (MistNet installed) > > test_check("bioRad") Running vol2birdSetUp Warning: radial velocities will be dealiased... Running vol2birdSetUp Warning: radial velocities will be dealiased... Downloading https://aloftdata.s3-eu-west-1.amazonaws.com/baltrad/hdf5/czbrd/2023/06/01/czbrd_vp_20230601T000000Z_0xb.h5 Downloading https://aloftdata.s3-eu-west-1.amazonaws.com/baltrad/hdf5/czbrd/2023/06/01/czbrd_vp_20230601T000500Z_0xb.h5 Downloading https://aloftdata.s3-eu-west-1.amazonaws.com/baltrad/hdf5/czbrd/2023/06/01/czbrd_vp_20230601T001000Z_0xb.h5 Downloading https://aloftdata.s3-eu-west-1.amazonaws.com/baltrad/monthly/bejab/2023/bejab_vpts_202303.csv.gz Downloading https://aloftdata.s3-eu-west-1.amazonaws.com/baltrad/monthly/bejab/2023/bejab_vpts_202304.csv.gz Downloading https://aloftdata.s3-eu-west-1.amazonaws.com/baltrad/monthly/bewid/2023/bewid_vpts_202303.csv.gz No extension detected; assuming file type .txt which maps to stdout format Downloading https://aloftdata.s3-eu-west-1.amazonaws.com/baltrad/hdf5/eehar/2023/06/01/eehar_vp_20230601T001000Z_0xb.h5 Vertical profile (class vp) radar: seang source: WMO:02606,RAD:SE50,PLC:Angelholm,NOD:seang,ORG:82,CTY:643,CMT:Swedish radar nominal time: 2015-10-18 18:00:00 generated by: vol2bird 0.3.17 projecting on 300 seconds interval grid... Irregular time series of vertical profiles (class vpts) radar: KBGM # profiles: 1934 time range (UTC): 2016-09-01 00:02:00 - 2016-09-10 11:56:00 time step (s): min: 180 max: 16320 Irregular time series of vertical profiles (class vpts) radar: KBGM # profiles: 1934 time range (UTC): 2016-09-01 00:02:00 - 2016-09-10 11:56:00 time step (s): min: 180 max: 16320 [ FAIL 1 | WARN 0 | SKIP 30 | PASS 1063 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-apply_mistnet.R:1:1', 'test-download_pvolfiles.R:9:3', 'test-download_pvolfiles.R:111:3', 'test-download_pvolfiles.R:136:3', 'test-download_vpfiles.R:8:3', 'test-list_vpts_aloft.R:3:3', 'test-list_vpts_aloft.R:18:3', 'test-list_vpts_aloft.R:33:3', 'test-list_vpts_aloft.R:47:3', 'test-list_vpts_aloft.R:60:3', 'test-list_vpts_aloft.R:72:3', 'test-list_vpts_aloft.R:97:3', 'test-list_vpts_aloft.R:117:3', 'test-list_vpts_aloft.R:138:3', 'test-list_vpts_aloft.R:160:3', 'test-map.R:3:3', 'test-pvol.R:10:3', 'test-read_vpts.R:127:3', 'test-read_vpts.R:145:3', 'test-read_vpts.R:161:3', 'test-read_vpts.R:193:3' • empty test (9): 'test-dbz_eta.R:1:1', 'test-dbz_eta.R:13:1', 'test-iris.R:1:1', 'test-nexrad_odim.R:1:1', 'test-nyquist_velocity.R:1:1', 'test-read_vpfiles.R:1:1', 'test-select_vpfiles.R:1:1', 'test-sunrise_sunset.R:1:1', 'test-sunrise_sunset.R:5:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-calculate_vp.R:288:3'): MistNet adds param WEATHER ───────────── Error: 'MistNet' model file not found, point `mistNetPath` option to valid 'MistNet' file or download the model with `install_mistnet_model()` Backtrace: ▆ 1. └─bioRad::calculate_vp(...) at test-calculate_vp.R:288:3 2. └─bioRad (local) vol2bird_warnings(...) 3. ├─utils::capture.output(vol2birdR::vol2bird(...), file = tempfile()) 4. │ └─base::withVisible(...elt(i)) 5. └─vol2birdR::vol2bird(...) 6. └─assertthat::assert_that(file.exists(config$mistNetPath), msg = "'MistNet' model file not found, point `mistNetPath` option to valid 'MistNet' file or download the model with `install_mistnet_model()`") [ FAIL 1 | WARN 0 | SKIP 30 | PASS 1063 ] Error: Test failures Execution halted