Skip to content

Commit

Permalink
cran submission 0.5-2
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpawley committed Feb 14, 2025
1 parent 31b0026 commit 72598a9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 31 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rgrass
Version: 0.5-1
Date: 2025-02-02
Version: 0.5-2
Date: 2025-02-13
Title: Interface Between 'GRASS' Geographical Information System and 'R'
Authors@R: c(
person("Roger", "Bivand", role = c("aut"), email = "Roger.Bivand@nhh.no", comment=c(ORCID="0000-0003-2392-6140")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# **rgrass** version 0.5-2 (2025-02-13)

- minor change to testsuite to ensure that temporary directory is cleaned up after tests

# **rgrass** version 0.5-1 (2025-02-02)

- see #96, transfer maintainership to Steven Pawley
Expand Down
34 changes: 5 additions & 29 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,11 @@
## R CMD check results

rgrass 0.5-1 ────
Duration: 46.1s
rgrass 0.5-2 ────

0 errors ✔ | 0 warnings ✔ | 0 notes ✔
Release to address issue of cleaning up /tmp when running test suite

## Win builder release results

* checking CRAN incoming feasibility ... [12s] NOTE
Maintainer: 'Steven Pawley <dr.stevenpawley@gmail.com>'

New maintainer:
Steven Pawley <dr.stevenpawley@gmail.com>
Old maintainer(s):
Roger Bivand <Roger.Bivand@nhh.no>

Status: 1 NOTE

## Win builder devel results

* using R Under development (unstable) (2025-01-24 r87627 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
gcc.exe (GCC) 13.3.0
GNU Fortran (GCC) 13.3.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* checking for file 'rgrass/DESCRIPTION' ... OK
* this is package 'rgrass' version '0.5-1'
* package encoding: UTF-8
* checking CRAN incoming feasibility ... [13s] NOTE
Maintainer: 'Steven Pawley <dr.stevenpawley@gmail.com>'
Found the following files/directories:
‘/tmp/grassdb’ ‘/tmp/nc_basic_spm_grass7.zip’
* DONE

Status: 1 NOTE
1 change: 1 addition & 0 deletions tests/testthat/helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ download_nc_basic <- function() {
file.path(tmpdir, "nc_basic_spm_grass7.zip"),
exdir = file.path(tmpdir, "grassdb")
)
unlink(file.path(tmpdir, "nc_basic_spm_grass7.zip"))
}

dataset <- list(
Expand Down

0 comments on commit 72598a9

Please # to comment.