Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 committed Jan 16, 2024
1 parent 824ede3 commit bd8c22c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* `get_stac_data()` now removes colons (`:`) from the file names generated when
`composite_function = NULL`. This means that datetimes are now generally
formatted as YYYY-MM-DDTHHMMSSZ, which is slightly dissatisfying but is a
valid path on Windows systems (#29, #32).
valid path on Windows systems (thanks to @jguelat, #29, #32).

* `stacK_rasters()` no longer includes `"-r", "bilinear"` in its default value
for `gdalwarp_options` (#27, #30).
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ indices <- calculate_indices(
available_indices,
output_filename = tempfile(fileext = ".tif")
)
#> |---------|---------|---------|---------|=========================================

# Plot the first handful of spatial indices
terra::plot(terra::rast(indices))
Expand Down
21 changes: 3 additions & 18 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
## 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:...>
This is the second CRAN release of rsi. This version addresses failing OpenBLAS
checks and several other minor issues identified post release.

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.
0 errors | 0 warnings | 0 notes

0 comments on commit bd8c22c

Please sign in to comment.