Skip to content

Commit

Permalink
Edits for CRAN resubmission
Browse files Browse the repository at this point in the history
  • Loading branch information
ranghetti committed Sep 13, 2019
1 parent 48f0434 commit 7fab92a
Show file tree
Hide file tree
Showing 75 changed files with 182 additions and 167 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^utils$
^LICENSE\.md$
^cran\-comments\.md$
^CRAN-RELEASE$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sen2r
Type: Package
Title: An R Toolbox to Find, Download and Process Sentinel-2 Data
Title: Find, Download and Process Sentinel-2 Data
Version: 1.1.0
Authors@R: c(person("Luigi", "Ranghetti",
email = "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion R/s2_gui.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ s2_gui <- function(param_list = NULL,

# shiny
s2_gui.ui <- dashboardPage(
title = "sen2r: an R toolbox to find, download and preprocess Sentinel-2 data",
title = "sen2r: Find, Download and Process Sentinel-2 Data",
header = dashboardHeader(),
sidebar = dashboardSidebar(

Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ knitr::opts_chunk$set(

<img src="man/figures/sen2r_logo_200px.png" width="200" height="113" align="right" />

# R toolbox to find, download and preprocess Sentinel-2 data
# sen2r: Find, Download and Process Sentinel-2 Data

<span style="color:#5793dd;vertical-align:top;font-size:90%;font-weight:normal;">sen</span><span style="color:#6a7077;vertical-align:baseline;font-size:115%;font-weight:bolder;">2</span><span style="color:#2f66d5;vertical-align:baseline;font-size:90%;font-weight:bold;">r</span>
is an R library which helps to download and preprocess Sentinel-2 optical images.
Expand Down Expand Up @@ -160,11 +160,11 @@ is released under the [Creative Commons Attribution-ShareAlike 4.0 International

To cite this library, please use the following entry:

Ranghetti, L.\ and Busetto, L.\ (`r strftime(Sys.Date(),"%Y")`). *sen2r: an R toolbox to find, download and preprocess Sentinel-2 data*. R package version `r packageVersion("sen2r")`. DOI: [10.5281/zenodo.1240384](https://dx.doi.org/10.5281/zenodo.1240384). URL: [http://sen2r.ranghetti.info](http://sen2r.ranghetti.info).
Ranghetti, L.\ and Busetto, L.\ (`r strftime(Sys.Date(),"%Y")`). *sen2r: Find, Download and Process Sentinel-2 Data*. R package version `r packageVersion("sen2r")`. DOI: [10.5281/zenodo.1240384](https://dx.doi.org/10.5281/zenodo.1240384). URL: [http://sen2r.ranghetti.info](http://sen2r.ranghetti.info).

```bibtex
@Manual{sen2r,
title = {sen2r: an R toolbox to find, download and preprocess Sentinel-2 data},
title = {sen2r: Find, Download and Process Sentinel-2 Data},
author = {Luigi Ranghetti and Lorenzo Busetto},
year = {`r strftime(Sys.Date(),"%Y")`},
note = {R package version `r packageVersion("sen2r")`},
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff6

<img src="man/figures/sen2r_logo_200px.png" width="200" height="113" align="right" />

# R toolbox to find, download and preprocess Sentinel-2 data
# sen2r: Find, Download and Process Sentinel-2 Data

<span style="color:#5793dd;vertical-align:top;font-size:90%;font-weight:normal;">sen</span><span style="color:#6a7077;vertical-align:baseline;font-size:115%;font-weight:bolder;">2</span><span style="color:#2f66d5;vertical-align:baseline;font-size:90%;font-weight:bold;">r</span>
is an R library which helps to download and preprocess Sentinel-2
Expand Down Expand Up @@ -178,14 +178,14 @@ International license](https://creativecommons.org/licenses/by-sa/4.0)

To cite this library, please use the following entry:

Ranghetti, L. and Busetto, L. (2019). *sen2r: an R toolbox to find,
download and preprocess Sentinel-2 data*. R package version 1.1.0. DOI:
Ranghetti, L. and Busetto, L. (2019). *sen2r: Find, Download and Process
Sentinel-2 Data*. R package version 1.1.0. DOI:
[10.5281/zenodo.1240384](https://dx.doi.org/10.5281/zenodo.1240384).
URL: <http://sen2r.ranghetti.info>.

``` bibtex
@Manual{sen2r,
title = {sen2r: an R toolbox to find, download and preprocess Sentinel-2 data},
title = {sen2r: Find, Download and Process Sentinel-2 Data},
author = {Luigi Ranghetti and Lorenzo Busetto},
year = {2019},
note = {R package version 1.1.0},
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: "An R toolbox to find, download an preprocess Sentinel-2 data"
title: "sen2r: Find, Download and Process Sentinel-2 Data"
template:
params:
bootswatch: yeti
Expand Down
14 changes: 14 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# sen2r v. 1.1.0

## Resubmission
This is a resubmission. In this version:

* the title was edited as requested by the reviewer
(from "An R Toolbox to Find, Download and Process Sentinel-2 Data"
to "Find, Download and Process Sentinel-2 Data"),
not only in DESCRIPTION but in the whole documentation;

* invalid file URI `docker.md` from inst/doc/installation.html was fixed;

* the description was not edited, sice we have not yet any reference to methods
to add in (we submitted a paper regarding them, but currently it is under review).


## Test environments
* [local installation] Ubuntu 18.04, 64 bit, R 3.6.1
* [local installation] Archlinux, 64 bit, R 3.6.1
Expand Down
4 changes: 2 additions & 2 deletions docs/404.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/CONDUCT.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/LICENSE.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/articles/docker.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/articles/index.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/articles/installation.html

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

8 changes: 4 additions & 4 deletions docs/authors.html

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

Loading

0 comments on commit 7fab92a

Please sign in to comment.