Skip to content
Snippets Groups Projects
Unverified Commit 9c54d8ef authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

r-sf may not support PROJ.6 (#11767)

* r-sf may not support PROJ.6

* Add comment explaining dep
parent c83f8a42
No related branches found
No related tags found
No related merge requests found
...@@ -25,4 +25,6 @@ class RSf(RPackage): ...@@ -25,4 +25,6 @@ class RSf(RPackage):
depends_on('r-magrittr', type=('build', 'run')) depends_on('r-magrittr', type=('build', 'run'))
depends_on('gdal@2.0.0:') depends_on('gdal@2.0.0:')
depends_on('geos@3.3.0:') depends_on('geos@3.3.0:')
depends_on('proj@4.8.0:') # Since PROJ.4 and PROJ.6 have incompatible APIs, I'm assuming
# that since r-sf supports PROJ.4, it doesn't support PROJ.6
depends_on('proj@4.8.0:5')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment