resmush (development version)
- Improved console messages for optimization reports and cleanup helpers.
- Refactored internal code and updated function documentation with AI assistance.
resmush 1.0.0
CRAN release: 2026-03-14
- Corrected typos.
- Migrated documentation to Quarto.
- Minimum R version required: 4.1.0.
- Updated the major version to indicate that the package has reached a mature development state.
resmush 0.2.2
CRAN release: 2026-01-12
- API calls now perform a dry run to ensure that the compressed file exists.
- API calls now include
httr2::req_headers(referer = "https://dieghernan.github.io/resmush/").
resmush 0.2.0
CRAN release: 2024-07-19
- Removed
webpsupport because the API no longer supports that format.
resmush 0.1.0
CRAN release: 2024-02-02
- Accepted on CRAN.
- Added DOI: https://doi.org/10.5281/zenodo.10556679.
- Added png and grid to
Suggestsfor examples. - Switched from the httr package to the httr2 package.
-
resmush_clean_dir()now shows a summary message. -
resmush_dir(),resmush_file()andresmush_url()gained theoverwriteargument. -
resmush_dir(),resmush_file()andresmush_url()gained theprogressandreportarguments, which add new messages and progress bars usingcli::cli_progress_bar(). -
resmush_dir(),resmush_file()andresmush_url()deprecated theverboseargument.
