R Under development (unstable) (2024-11-08 r87310 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(ExposR) > > test_check("ExposR") Path set to D:\temp\2024_11_09_16_45_02\RtmpyynYm7 ... Modeling exposure ... col 10 col 20 col 30 col 40 col 50 col 60 col 70 col 80 col 90 col 100 col 110 col 120 Saving to D:\temp\2024_11_09_16_45_02\RtmpyynYm7/exposure/expos-090-06.tif Path set to D:\temp\2024_11_09_16_45_02\RtmpyynYm7 ... Modeling damage ... row 10 row 20 row 30 row 40 row 50 row 60 row 70 row 80 row 90 row 100 row 110 Saving to D:\temp\2024_11_09_16_45_02\RtmpyynYm7/damage/AL1938-06-damage-06-2.tif Path set to D:/RCompile/CRANincoming/R-devel/lib/ExposR ... Summarizing raster ... Rows: 111 Columns: 128 Northing: 42.470047 to 42.50485 degrees Easting: -71.910123 to -71.869989 degrees Cell height: 35 meters Cell width: 26 meters Values: 271 to 610 meters [ FAIL 0 | WARN 0 | SKIP 3 | PASS 0 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test_ExposR.R:40:2', 'test_ExposR.R:45:2', 'test_ExposR.R:50:2' [ FAIL 0 | WARN 0 | SKIP 3 | PASS 0 ] > > proc.time() user system elapsed 3.37 0.14 3.51