R Under development (unstable) (2023-10-10 r85312 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(geohabnet) > > test_check("geohabnet") trying URL 'https://s3.us-east-2.amazonaws.com/earthstatdata/HarvestedAreaYield175Crops_Indvidual_Geotiff/avocado_HarvAreaYield_Geotiff.zip' Content type 'application/zip' length 6271196 bytes (6.0 MB) ================================================== downloaded 6.0 MB trying URL 'https://geohabnet.s3.us-east-2.amazonaws.com/util-rasters/ZeroRaster.tif' Content type 'image/tiff' length 1056851 bytes (1.0 MB) ================================================== downloaded 1.0 MB trying URL 'https://geohabnet.s3.us-east-2.amazonaws.com/util-rasters/avocado_HarvestedAreaFraction.tif' Content type 'image/tiff' length 30241066 bytes (28.8 MB) ================================================== downloaded 28.8 MB [1] "parameters fetched successfully" [1] "parameters fetched successfully" trying URL 'https://geohabnet.s3.us-east-2.amazonaws.com/util-rasters/map_grey_background.tif' Content type 'image/tiff' length 1091916 bytes (1.0 MB) ================================================== downloaded 1.0 MB [ FAIL 0 | WARN 1 | SKIP 0 | PASS 19 ] [ FAIL 0 | WARN 1 | SKIP 0 | PASS 19 ] > > proc.time() user system elapsed 14.17 2.04 23.76