Skip to content

Commit

Permalink
submit 0.4-2
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbivand committed Mar 17, 2024
1 parent 76ec634 commit 7defffa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
8 changes: 4 additions & 4 deletions tests/test_XML_xml2.Rout.save
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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) {
Expand All @@ -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
8 changes: 4 additions & 4 deletions tests/test_terra_ptr.Rout.save
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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")
Expand All @@ -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

0 comments on commit 7defffa

Please sign in to comment.