cran-comments.md

v0.7.7

Fixed error in the current version for R release

v0.7.1.2000

0 errors | 0 warnings | 1 note

Additional comments by reviewer:

v0.7.1.1000

0 errors | 0 warnings | 1 note

Additional comments by reviewer:

old <- options() # code line i
on.exit(options(old)) # code line i + 1
options(readr.show_progress = !quiet) # somewhere after

e.g.: -> R/descarga_datos_abiertos_aux.R If you're not familiar with the function, please check ?on.exit. This function makes it possible to restore options before exiting a function even if the function breaks. Therefore it needs to be called immediately after the option change within a function.

OUR RESPONSE:

We've made all the changes suggested by reviewer Beni Altmann:

1) We've eliminated the changes in the user's `options`. 
2) We've added return `\value` to all `.Rd` files. 
3) Added links <> to webservices used in description.
4) We've changed all long (>5 sec) `\dontrun` examples to `donttest` except for one in `update_covidmx`. This function installs an updated version of the package (if available) from Github <https://github.com/RodrigoZepeda/covidmx>. The rationale for this is that the webservices used don't depend on us and weblinks and dataset structures have changed through time. Sometimes changes have occurred twice in the same week! So in order for us to rapidly provide the users with an updated version of the package whenever something from these services changes we set up the `update_covidmx` function (also to keep with CRAN's policies and respect your time by not uploading a package too continuously). 

Thank you for your time and review :)


RodrigoZepeda/covidmx documentation built on July 17, 2024, 6:13 p.m.