Skip to content

Commit

Permalink
Configure Geotools to store its temporary EPSG database in R session'…
Browse files Browse the repository at this point in the history
…s temporary directory
  • Loading branch information
dimitri-justeau committed Nov 30, 2021
1 parent 1681eec commit 26871b2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rflsgen
Type: Package
Title: R Interface to the 'Flsgen' Neutral Landscape Generator with Targets on Landscape Indices
Version: 0.1.1
Version: 0.1.2
Author: Dimitri Justeau-Allaire, Grégoire Blanchard, Thomas Ibanez, Xavier Lorca, Ghislain Vieilledent, Philippe Birnbaum
Maintainer: Dimitri Justeau-Allaire <[email protected]>
Description: Interface to the 'flsgen' neutral landscape generator <https://github.com/dimitri-justeau/flsgen>. It allows to
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# rflsgen 0.1.2

* According to CRAN requirements, configure Geotools to store its temporary EPSG database in R session's temporary directory.

# rflsgen 0.1.1

* Update `DESCRIPTION`: add `URL`, `BugReports`, and specify the required minimum Java version (>= 8) in `SystemRequirements`.
Expand Down
1 change: 1 addition & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
utils::download.file("https://github.com/dimitri-justeau/flsgen/releases/download/1.0b/flsgen-1.0-SNAPSHOT.jar", destfile = jar_path)
}
.jpackage(pkgname, lib.loc = libname)
J("java.lang.System")$setProperty("EPSG-HSQL.directory", tempdir())
}
6 changes: 5 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Release summary
## rflsgen 0.1.2

Configure Geotools to store its temporary EPSG database in R session's temporary directory.

## rflsgen 0.1.1

This second release fixes the problems reported by the CRAN Team:

Expand Down

0 comments on commit 26871b2

Please sign in to comment.