R Under development (unstable) (2025-07-30 r88476 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(rlandfire)  _ _ ___ _ ___| |___ ___ _| | _|_|___ ___ | _| | .'| | . | _| | _| -_| |_| |_|__,|_|_|___|_| |_|_| |___| version:2.0.1 NOTICE: The LFPS API has been updated (LFPSv1 -> LFPSv2) and has new requirements. To review the required parameters and syntax for LFPSv2 view `?rlandfire::landfireAPIv2` Product names and availability may have changed, check `viewProducts()` Workflows built before May 2025 or with `rlandfire` versions < 2.0.0 will need to be updated. > > test_check("rlandfire") Job Status: Succeeded Job ID: be7fab41-867e-41a5-b594-c469f118bc49 Queue Position: -1 Job Messages: esriJobMessageTypeInformative: Start Time: Monday, April 21, 2025 10:51:05 AM esriJobMessageTypeInformative: AOI: -105.402073426741 40.1122440067607 -105.235264686219 40.1961284789623 esriJobMessageTypeInformative: Entering ValidateCoordinates() esriJobMessageTypeInformative: Entering DetermineRegion() esriJobMessageTypeInformative: region: US_ esriJobMessageTypeInformative: Exiting DetermineRegion() esriJobMessageTypeInformative: US_SLPP2020 esriJobMessageTypeInformative: US_ELEV2020 esriJobMessageTypeInformative: US_240FBFM13 esriJobMessageTypeInformative: No Output projection input provided. esriJobMessageTypeInformative: Entering CreateLocalProjection() esriJobMessageTypeInformative: local projection string: PROJCS["Albers",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Albers"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-105.31866905647999],PARAMETER["Standard_Parallel_1",40.1122440067607],PARAMETER["Standard_Parallel_2",40.1961284789623],PARAMETER["Latitude_Of_Origin",40.1541862428615],UNIT["Meter",1.0]] esriJobMessageTypeInformative: Exiting CreateLocalProjection() esriJobMessageTypeInformative: Start creating geotif esriJobMessageTypeInformative: Finished creating geotif esriJobMessageTypeInformative: Start zipping of files esriJobMessageTypeInformative: All files zipped successfully. esriJobMessageTypeInformative: Job Finished esriJobMessageTypeInformative: Succeeded at Monday, April 21, 2025 10:51:09 AM (Elapsed Time: 4.63 seconds) ------------------- Elapsed time: 0.1 s (Max time: 10 s) ------------------- Job 6f5ba39c-09f7-4f6d-97fa-543af185eb1b has been canceled [ FAIL 0 | WARN 0 | SKIP 4 | PASS 76 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-landfireAPI.R:220:3', 'test-landfireAPI.R:251:3', 'test-landfireAPI.R:374:3', 'test-utils.R:27:5' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 76 ] > > proc.time() user system elapsed 9.57 0.75 10.29