diff --git a/DESCRIPTION b/DESCRIPTION index 2d8e2c3..b6da4a2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rgrass Version: 0.4-2 -Date: 2024-01-23 +Date: 2024-03-17 Title: Interface Between 'GRASS' Geographical Information System and 'R' Authors@R: c( person("Roger", "Bivand", role = c("cre", "aut"), email = "Roger.Bivand@nhh.no", comment=c(ORCID="0000-0003-2392-6140")), diff --git a/tests/test_XML_xml2.Rout.save b/tests/test_XML_xml2.Rout.save index 76bf7d8..a216295 100644 --- a/tests/test_XML_xml2.Rout.save +++ b/tests/test_XML_xml2.Rout.save @@ -1,6 +1,6 @@ -R version 4.3.2 (2023-10-31) -- "Eye Holes" -Copyright (C) 2023 The R Foundation for Statistical Computing +R version 4.3.3 (2024-02-29) -- "Angel Food Cake" +Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. @@ -16,7 +16,7 @@ Type 'demo()' for some demos, 'help()' for on-line help, or Type 'q()' to quit R. > library(rgrass) -GRASS GIS interface loaded with GRASS version: GRASS 8.3.1 (2023) +GRASS GIS interface loaded with GRASS version: GRASS 8.3.2 (2024) and location: nc_basic_spm_grass7 > old <- readRDS(system.file("etc/XML.r.out.gdal.rds", package="rgrass")) > if (nchar(Sys.getenv("GISRC")) > 0) { @@ -33,4 +33,4 @@ and location: nc_basic_spm_grass7 > > proc.time() user system elapsed - 0.323 0.073 0.389 + 0.338 0.060 0.390 diff --git a/tests/test_terra_ptr.Rout.save b/tests/test_terra_ptr.Rout.save index 39c1e72..e5ec03b 100644 --- a/tests/test_terra_ptr.Rout.save +++ b/tests/test_terra_ptr.Rout.save @@ -1,6 +1,6 @@ -R version 4.3.2 (2023-10-31) -- "Eye Holes" -Copyright (C) 2023 The R Foundation for Statistical Computing +R version 4.3.3 (2024-02-29) -- "Angel Food Cake" +Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. @@ -16,7 +16,7 @@ Type 'demo()' for some demos, 'help()' for on-line help, or Type 'q()' to quit R. > library(rgrass) -GRASS GIS interface loaded with GRASS version: GRASS 8.3.1 (2023) +GRASS GIS interface loaded with GRASS version: GRASS 8.3.2 (2024) and location: nc_basic_spm_grass7 > if (requireNamespace("terra", quietly=TRUE)) { + f <- system.file("ex/elev.tif", package="terra") @@ -31,4 +31,4 @@ and location: nc_basic_spm_grass7 > > proc.time() user system elapsed - 2.771 0.064 2.842 + 3.525 0.082 3.615