diff --git a/NEWS.md b/NEWS.md index c7dbd55..8ec6396 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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). diff --git a/README.md b/README.md index 1c73b9e..408a390 100644 --- a/README.md +++ b/README.md @@ -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)) diff --git a/cran-comments.md b/cran-comments.md index 65b9be5..d5f9d17 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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) +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