r-sf may not support PROJ.6 (#11767)
* r-sf may not support PROJ.6 * Add comment explaining dep
This commit is contained in:
parent
c83f8a425d
commit
9c54d8ef6c
1 changed files with 3 additions and 1 deletions
|
@ -25,4 +25,6 @@ class RSf(RPackage):
|
|||
depends_on('r-magrittr', type=('build', 'run'))
|
||||
depends_on('gdal@2.0.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')
|
||||
|
|
Loading…
Reference in a new issue