R Under development (unstable) (2023-11-19 r85561 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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(StormR) > > sds <- defStormsDataset() === Loading data === Open database... D:/RCompile/CRANincoming/R-devel/lib/StormR/extdata/test_dataset.nc opened Collecting data ... === DONE === Warning message: In checkInputsdefStormsDataset(filename, fields, basin, seasons, : No basin argument specified. StormR will work as expected but cannot use basin filtering for speed-up when collecting data > pam <- defStormsList(sds = sds, loi = "Vanuatu", names = "PAM", verbose = 0) > > test_check("StormR") filename : D:/RCompile/CRANincoming/R-devel/StormR.Rcheck/tests/testthat/PAM_MSW.tiff compute stats : 1, GDAL: 0, minmax: 0, approx: 1 driver : GTiff disk available: 1210.6 GB disk needed : 0 GB memory avail. : 197.83 GB memory allow. : 118.7 GB memory needed : 0.001 GB (2 copies) in memory : true block size : 304 rows n blocks : 2 pb : 3 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 297 ] > > proc.time() user system elapsed 162.20 7.89 170.00