Skip to content

Commit

Permalink
docs: v1.0.4 accepted by CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
gisler committed Oct 7, 2023
1 parent ce70bf9 commit 3f73ceb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: RPhosFate
Type: Package
Title: Soil and Chemical Substance Emission and Transport Model
Version: 1.0.4
Version: 1.0.4.9000
Authors@R: person("Gerold", "Hepp", email = "gisler@hepp.cc", role = c("aut", "cre"))
Description: An enhanced version of the semi-empirical, spatially distributed
emission and transport model PhosFate implemented in 'R' and 'C++'. It
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# RPhosFate v1.0.4.9000

# RPhosFate v1.0.4

* The current `raster` package does not compress _GeoTIFF_ raster files any longer by default. This is probably due to the switch from `rgdal` to `terra` and has been fixed by generally using the _LZW_ algorithm.
Expand Down
9 changes: 5 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Patch release

* Removed `rgdal` from suggested packages list and set minimum required version of the `raster` package to ≥ 3.6.3 (`rgdal` is retiring and `raster` ≥ 3.6.3 does not depend on it any longer). Thanks to Roger Bivand for raising this issue (#17).
* Bumped minimum tested R version from 4.1.2 to 4.2.2 using the corresponding MRAN repository snapshot.
* The current `raster` package does not compress _GeoTIFF_ raster files any longer by default. This is probably due to the switch from `rgdal` to `terra` and has been fixed by generally using the _LZW_ algorithm.
* Fixed warning "GDAL Message 6: driver GTiff does not support creation option COMPRESSED" curiously only occurring in the reference on GitHub Pages.
* Removed `hydroGOF` from imported packages list (`maptools` is retiring and `hydroGOF` depends on it via `hydroTSM`). Thanks to Roger Bivand for raising this issue (#17).
* Bumped minimum tested R version from 4.2.2 to 4.2.3 using the corresponding Posit Public Package Manager snapshot.
* Slightly improved documentation.
* Minor internal code improvements.

# Test environments

* Windows on GitHub Actions (4.2.2)
* Windows on GitHub Actions (4.2.3)
* Local Windows (release)
* Windows on GitHub Actions (devel)
* Linux on GitHub Actions (oldrel)
Expand Down

0 comments on commit 3f73ceb

Please sign in to comment.