Skip to content

Commit 6e81138

Browse files
committed
update NEWS and cran-comments
1 parent a6ef8b0 commit 6e81138

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

NEWS.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1-
# modisfast 0.9.0
1+
# modisfast 1.0.0
2+
3+
## Breaking changes
4+
5+
* adding unit tests to test the functionality of the package
6+
(see file test/testthat.R) (#11, #15).
7+
* `mf_modisfast()` : new function which enables to execute the whole workflow
8+
(login, get URL, download data, and eventually import data) at a glance.
9+
10+
## New features
11+
12+
* adding three modes for verbose mode : quiet, inform, debug (#13).
13+
* using the `cli` package for textual outputs in verbose mode.
14+
15+
## Minor improvements and fixes
16+
17+
* `mf_get_url()` and `mf_download_data()` : including information on maximum
18+
file size expected (when verbose).
19+
* `mf_import_data()` : default projection now set to source projection of the data.
20+
* `mf_import_data()` : `collection_source` renamed `collection`.
21+
* solving an issue with tile merging at extreme latitude.
22+
* slight modifications in the Contributing.md file (#8).
23+
* slight modifications in the vignettes (#13)
24+
* improve comments in verbose mode
25+
26+
227

3-
* Initial CRAN submission.

cran-comments.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
## Resubmission
2-
This is a resubmission. In this version I have:
3-
4-
* Removed the single quotes from the word MODIS in title and description in the DESCRIPTION file
1+
## Major release
2+
This is a major release, following the review of the package in the frame of the submission of a software paper in the Journal of Open Source Software (https://github.com/openjournals/joss-reviews/issues/7343)
53

64
## R CMD check results
75

0 commit comments

Comments
 (0)