Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Jan 7, 2025
1 parent cebe9e8 commit 89640c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ Authors@R:
role = "ctb",
comment = c(ORCID = "0000-0002-9415-4582"))
)
Description: Support for simple features, a standardized way to
encode spatial vector data. Binds to 'GDAL' <doi: 10.5281/zenodo.5884351>
for reading and writing data, to 'GEOS' <doi: 10.5281/zenodo.11396894>
for geometrical operations, and to 'PROJ' <doi: 10.5281/zenodo.5884394>
for projection conversions and datum transformations. Uses by default
the 's2' package for spherical geometry operations on ellipsoidal
(long/lat) coordinates.
Description: Support for simple feature access, a standardized way to
encode and analyze spatial vector data. Binds to 'GDAL' <doi:
10.5281/zenodo.5884351> for reading and writing data, to 'GEOS'
<doi: 10.5281/zenodo.11396894> for geometrical operations,
and to 'PROJ' <doi: 10.5281/zenodo.5884394> for projection
conversions and datum transformations. Uses by default the 's2'
package for geometry operations on geodetic (long/lat degree)
coordinates.
License: GPL-2 | MIT + file LICENSE
URL: https://r-spatial.github.io/sf/, https://github.com/r-spatial/sf
BugReports: https://github.com/r-spatial/sf/issues
Expand Down
2 changes: 1 addition & 1 deletion inst/docker/gdal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ RUN R CMD check --no-build-vignettes --no-manual --as-cran lwgeom_*.tar.gz
#
RUN Rscript -e 'options(timeout=1200); install.packages("starsdata", repos="http://cran.uni-muenster.de/pebesma/")'
#
RUN _R_CHECK_FORCE_SUGGESTS_=false R CMD check --no-build-vignettes --no-manual --as-cran stars_*.tar.gz
#RUN _R_CHECK_FORCE_SUGGESTS_=false R CMD check --no-build-vignettes --no-manual --as-cran stars_*.tar.gz

0 comments on commit 89640c6

Please sign in to comment.