Skip to content
Snippets Groups Projects
Commit f5e36cb2 authored by Dennis Walvoort's avatar Dennis Walvoort
Browse files

added PROJ >= 6 to SystemRequirements

parent e436a802
Branches
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ Depends: R (>= 3.1.0), rJava (>= 0.9-3), methods, ...@@ -17,7 +17,7 @@ Depends: R (>= 3.1.0), rJava (>= 0.9-3), methods,
utils utils
Imports: sp (>= 1.1-0), ggplot2 (>= 1.0.0), rgdal (>= 1.5-19) Imports: sp (>= 1.1-0), ggplot2 (>= 1.0.0), rgdal (>= 1.5-19)
Suggests: grid, RUnit (>= 0.4.32), knitr (>= 1.30), rmarkdown (>= 2.6) Suggests: grid, RUnit (>= 0.4.32), knitr (>= 1.30), rmarkdown (>= 2.6)
SystemRequirements: Java (>= 6) SystemRequirements: Java (>= 6), PROJ (>= 6)
License: GPL (>= 3) License: GPL (>= 3)
VignetteBuilder: knitr VignetteBuilder: knitr
Collate: class_Stratification.R class_CompactStratification.R Collate: class_Stratification.R class_CompactStratification.R
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
\section{Changes in version 0.3-11 (2021-01-12)}{ \section{Changes in version 0.3-11 (2021-01-12)}{
\itemize{ \itemize{
\item added PROJ (>= 6) to SystemRequirements in the DESCRIPTION file (Uwe Ligges, 2021-01-18)
\item removed dependency from rgl and gstat by simplifying vignette \item removed dependency from rgl and gstat by simplifying vignette
\item added package versions to DESCRIPTION file to remove notes/warnings from CRAN \item added package versions to DESCRIPTION file to remove notes/warnings from CRAN
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment