Skip to content

Commit

Permalink
chore: update cran-comments
Browse files Browse the repository at this point in the history
Ref: #206
  • Loading branch information
GeraldineGomez committed Nov 22, 2024
1 parent bcba50b commit 1c58f58
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,9 @@

This is a resubmission. In this version:

* Expanded the Description field to provide a more detailed overview of the
package's functionality, benefits and the methods it implements, as requested.
* Updated `DESCRIPTION` file to use language tags compliant with RFC 5646.
Specifically, `es_ES` was replaced with `es-ES` as recommended.

* Added a direct link to the web services used in the package, formatted with
angle brackets for auto-linking, following the recommended format.

* Replaced `\dontrun{}` with `\donttest{}` in the examples of the following
functions: `import_data_event()`, `list_events()` and `plot_year()`.

* Added `\donttest{}` in examples of `import_geo_codes` function, since it was
involve data downloading and was the only function that did not have
this tag.

* Used `tempdir()` in examples and tests of functions that require data import
for execution.

* In the internal function `obtener_ruta_dir()` of `R\utils.R`, the `cache`
parameter was added, and the functions that use it were modified to always
pass it. This parameter requests explicit confirmation from the user if they
want the data to be stored in the respective user directory, which is
obtained from `tools::R_user_dir()`. These files are cleaned up and actively
managed in accordance with CRAN policy.
* Implemented `tempdir()` for function examples that require data import and
use the `cache` parameter. This change resolves additional `donttest` issues
related to package's size.

0 comments on commit 1c58f58

Please sign in to comment.