From 7b11c909df8838a93aaabfc3f247a804e91a5fdd Mon Sep 17 00:00:00 2001 From: "Jeffrey W. Hollister" Date: Tue, 12 Sep 2023 07:19:06 -0400 Subject: [PATCH] "spelling" issues in DESCRIPTION for CRAN. --- DESCRIPTION | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 14fbf95..2e681a3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,14 +13,15 @@ BugReports: https://github.com/jhollist/elevatr/issues/ Maintainer: Jeffrey Hollister Description: Several web services are available that provide access to elevation data. This package provides access to many of those services and - returns elevation data either as a simple features POINT/MULTIPOINT - from point elevation services or as a raster RasterLayer from raster - elevation services. In future versions, elevatr will drop - support for raster RasterLayers and will instead return terra - SpatRaster objects. Currently, the package supports access to the - Amazon Web Services Terrain Tiles , - the Open Topography Global Datasets API , - and the USGS Elevation Point Query Service . + returns elevation data either as an 'sf' simple features object + from point elevation services or as a 'raster' object from raster + elevation services. In future versions, 'elevatr' will drop + support for 'raster' and will instead return 'terra' objects. + Currently, the package supports access to the Amazon Web Services + Terrain Tiles , + the Open Topography Global Datasets + API , and the USGS + Elevation Point Query Service . Depends: R (>= 3.5.0) Imports: httr,