downloadthis 0.5.0
CRAN release: 2025-07-11
- Returned to
base64encdependency (#48). - Updated fontawesome icons to v.6.7.2.
downloadthis 0.4.1
CRAN release: 2024-10-14
- Add additional Font Awesome 6.5.2 webfonts to fix pandoc errors (Issue #43).
downloadthis 0.4.0
CRAN release: 2024-07-04
- Switched
base64encdependency forb64. - Improved download function.
- Updated fontawesome icons to v.6.5.2.
downloadthis 0.3.4
- Fixed issue that download button with icons were messing button in plotly (#29).
- Updated fontawesome icons to v.6.4.2.
downloadthis 0.3.1
CRAN release: 2022-02-23
Updated the use of blobs to be generated from base64 strings instead of Uint8Array.
Updated dependencies.
downloadthis 0.3.0
CRAN release: 2022-02-04
Implemented the use of blobs.
Removed warning from
readrpackage (#17).
downloadthis 0.2.1
CRAN release: 2020-09-17
Added method to download a
ggplot2object (#7). Thanks @JohnCoene.Now
output_nameis optional, thanks @JohnCoene.Added option to choose between
readr::write_csv()andreadr::write_csv2()when output extension is ‘.csv’ indownload_this()(#3)
downloadthis 0.2.0
CRAN release: 2020-05-04
Removed
rmarkdowndependency and moved it to ‘Suggests’.Font-awesome dependency is now correctly added to the
headtag (Thanks @AmitLevinson).Added
self_containedoption.Removed
purrrdependency.Added
.rdssupport - now any R object can be used for downloading as an.rdsfile.Added
download_link(),download_file(), anddownload_dir()for downloading from web links, and local file(s) and directory.
downloadthis 0.1.3
CRAN release: 2020-04-14
Fixed bug that fontawesome dependency was not being correctly added to the HTML output.
Now fontawesome icons are external, which makes the HTML output file much lighter.
downloadthis 0.1.2
CRAN release: 2020-03-30
Fixed warning when checking for list inputs.
Now the
.csvexport option usesreadr::read_csv2().Added more details to the documentation.
