Skip to content

Commit

Permalink
RC v. 1.4.2 (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranghetti authored Mar 5, 2021
1 parent 17ccb69 commit a2e72be
Show file tree
Hide file tree
Showing 95 changed files with 297 additions and 252 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: sen2r
Type: Package
Title: Find, Download and Process Sentinel-2 Data
Version: 1.4.1
Version: 1.4.2
Authors@R: c(person("Luigi", "Ranghetti",
email = "[email protected]",
role = c("aut", "cre"),
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 1.4.2

## Bug fixes
- Fix CRAN error (invalid example).


# Version 1.4.1

## Minor changes
Expand Down
6 changes: 3 additions & 3 deletions R/s2_order.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
#' \donttest{
#' # Generate the lists of products
#' pos <- sf::st_sfc(sf::st_point(c(-57.8815,-51.6954)), crs = 4326)
#' time_window <- as.Date(c("2018-02-21", "2018-03-20"))
#' time_window <- as.Date(c("2019-10-21", "2019-11-20"))
#' list_safe <- s2_list(spatial_extent = pos, time_interval = time_window)
#' print(list_safe)
#' # (at the time the documentation was written, this list was containing 5
#' # archives already available online and 2 stored in the Long Term Archive)
#' # (at the time the documentation was updated, this list was containing 6
#' # archives already available online and 3 stored in the Long Term Archive)
#'
#' # Order the products
#' ordered_prods <- s2_order(list_safe)
Expand Down
12 changes: 8 additions & 4 deletions R/scihub_login.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@
#' @note License: GPL 3.0
#'
#' @examples
#' check_scihub_login("user", "user")
#' write_scihub_login("user", "user")
#' read_scihub_login()
#' check_scihub_connection()
#' \donttest{
#' check_scihub_connection()
#' }
#' \dontrun{
#' check_scihub_login("username", "password")
#' write_scihub_login("username", "password")
#' read_scihub_login()
#' }

#' @name read_scihub_login
#' @rdname scihub_login
Expand Down
22 changes: 10 additions & 12 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sen2r v. 1.4.1
# sen2r v. 1.4.2

## Test environments
* [local installation] Ubuntu 18.04, 64 bit, R 4.0.4
Expand All @@ -7,21 +7,19 @@
* [win-builder] R unstable, 4.0.4 and 3.6.3 (devel, release and oldrelease)

## R CMD check results
There were no ERRORs, WARNINGs or NOTEs.
There were no ERRORs nor WARNINGs.

There was 1 NOTE:
Days since last update: 2

This submission is finalised to fix an error found by CRAN checks
on the last release submitted 2 days ago (see below).

## CRAN review
> Dear maintainer,
Please see the problems shown on
<https://cran.r-project.org/web/checks/check_results_sen2r.html>.
Please correct before 2021-03-11 to safely retain your package on CRAN.

All the errors were fixed (they were due to #390)
(see commit 82754724fd3259b12ea1aee57a5242cfcec8438d).

> 'Writing R Extensions' asked you not to use progress bars in
non-interactive sessions and doing so makes your erroneous output
necessarily hard to read.
Please correct before 2021-03-18 to safely retain your package on CRAN.

All progress bars were put within `if (interactive())` checks
(see commit c4f36378859d584d9c617ccdd3938d4086a05816).
The error were fixed
(see commit 6010b3f327f3c71392e47c2adc12071f50c29ee7).
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CODE-OF-CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/ISSUE_TEMPLATE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/docker.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/installation.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/outstructure.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/sen2r_cmd.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/sen2r_gui.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 32 additions & 20 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ articles:
outstructure: outstructure.html
sen2r_cmd: sen2r_cmd.html
sen2r_gui: sen2r_gui.html
last_built: 2021-03-02T07:32Z
last_built: 2021-03-04T08:18Z

Binary file modified docs/reference/Rplot001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/reference/Rplot002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/reference/abs2rel.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/add_rgb_image.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/add_tile_suffix.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/build_example_param_file.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/calcindex.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a2e72be

Please sign in to comment.