File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,14 @@ Authors@R:
4747 role = "ctb",
4848 comment = c(ORCID = "0000-0002-9415-4582"))
4949 )
50- Description: Support for simple features, a standardized way to
51- encode spatial vector data. Binds to 'GDAL' <doi: 10.5281/zenodo.5884351>
52- for reading and writing data, to 'GEOS' <doi: 10.5281/zenodo.11396894>
53- for geometrical operations, and to 'PROJ' <doi: 10.5281/zenodo.5884394>
54- for projection conversions and datum transformations. Uses by default
55- the 's2' package for spherical geometry operations on ellipsoidal
56- (long/lat) coordinates.
50+ Description: Support for simple feature access, a standardized way to
51+ encode and analyze spatial vector data. Binds to 'GDAL' <doi:
52+ 10.5281/zenodo.5884351> for reading and writing data, to 'GEOS'
53+ <doi: 10.5281/zenodo.11396894> for geometrical operations,
54+ and to 'PROJ' <doi: 10.5281/zenodo.5884394> for projection
55+ conversions and datum transformations. Uses by default the 's2'
56+ package for geometry operations on geodetic (long/lat degree)
57+ coordinates.
5758License: GPL-2 | MIT + file LICENSE
5859URL: https://r-spatial.github.io/sf/, https://github.com/r-spatial/sf
5960BugReports: https://github.com/r-spatial/sf/issues
Original file line number Diff line number Diff line change @@ -135,4 +135,4 @@ RUN R CMD check --no-build-vignettes --no-manual --as-cran lwgeom_*.tar.gz
135135#
136136RUN Rscript -e 'options(timeout=1200); install.packages("starsdata", repos="http://cran.uni-muenster.de/pebesma/")'
137137#
138- RUN _R_CHECK_FORCE_SUGGESTS_=false R CMD check --no-build-vignettes --no-manual --as-cran stars_*.tar.gz
138+ # RUN _R_CHECK_FORCE_SUGGESTS_=false R CMD check --no-build-vignettes --no-manual --as-cran stars_*.tar.gz
You can’t perform that action at this time.
0 commit comments