Skip to content

Commit 89640c6

Browse files
committed
tidy
1 parent cebe9e8 commit 89640c6

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

DESCRIPTION

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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.
5758
License: GPL-2 | MIT + file LICENSE
5859
URL: https://r-spatial.github.io/sf/, https://github.com/r-spatial/sf
5960
BugReports: https://github.com/r-spatial/sf/issues

inst/docker/gdal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ RUN R CMD check --no-build-vignettes --no-manual --as-cran lwgeom_*.tar.gz
135135
#
136136
RUN 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

0 commit comments

Comments
 (0)