Skip to content

Commit

Permalink
CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 committed Jan 9, 2024
1 parent d50cd73 commit 0f4e5bb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
^Meta$
^vignettes/articles$
^cran-comments\.md$
^CRAN-SUBMISSION$
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
Package: rsi
Title: Utilities for Retrieving Satellite Imagery, Calculating Spectral
Indices, and Wrangling the Outputs
Title: Efficiently Retrieve and Process Satellite Imagery
Version: 0.1.0
Authors@R: c(
person("Michael", "Mahoney", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2402-304X")),
person("Permian Global", role = c("cph", "fnd"))
)
Description: Tools for downloading spatial data from 'spatiotemporal' asset
catalogs ('STAC') and computing standard spectral indices from raster data.
Description: Downloads spatial data from spatiotemporal asset catalogs
('STAC'), computes standard spectral indices from the Awesome Spectral
Indices project <Montero et al. (2023) doi:10.1038/s41597-023-02096-0>
against raster data, and glues the outputs together into predictor bricks.
Methods focus on interoperability with the broader spatial ecosystem;
function arguments and outputs use classes from 'sf' and 'terra', and data
function arguments and outputs use classes from 'sf' and 'terra', and data
downloading functions support complex 'CQL2' queries using 'rstac'.
License: Apache License (>= 2)
Depends:
Expand Down
16 changes: 16 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Resubmission

This is a resubmission. In this version, I:

+ Omitted the redundant "Utilities/Tools for" at the start of my title and
description.

+ Reduced the length of the title to less than 65 characters.

+ Only wrote package names, software names and API (application programming
interface) names in single quotes in title and description and omitted them
otherwise.

+ Added references describing the methods in my package in the description
field of my DESCRIPTION file in the form authors (year) <doi:...>

## R CMD check results

0 errors | 0 warnings | 1 note
Expand Down

0 comments on commit 0f4e5bb

Please sign in to comment.