resmush 1.0.0
CRAN release: 2026-03-14
- Bumped the major version to indicate the package has reached a mature development state.
- Minimum R version required: 4.1.0.
- Migrated documentation to Quarto.
- Corrected typos.
resmush 0.2.2
CRAN release: 2026-01-12
- Add
httr2::req_headers(referer = "https://dieghernan.github.io/resmush/")to the relevant API calls. - API calls now perform a dry run to ensure the compressed file exists.
resmush 0.2.0
CRAN release: 2024-07-19
-
webpformat is no longer supported by the API and was removed from the package.
resmush 0.1.0
CRAN release: 2024-02-02
- Accepted on CRAN.
- Switched from
httrtohttr2. - Added DOI: https://doi.org/10.5281/zenodo.10556679.
-
resmush_file(),resmush_dir(), andresmush_url()gain a newoverwriteargument. - API changes: new messages and progress bars using
cli::cli_progress_bar(). These changes also include:- New arguments
progressandreport. - Deprecation of the
verboseargument. -
resmush_clean_dir()now shows a summary message.
- New arguments
- Added
pngandgridtoSuggestsfor examples.
