NEWS.md
petit_plot()
and petit_ggplot()
functions to save plots to image files and automatically shrink with tinify()
.tinify_defaults()
to NULL
to reset to package defaults as this could be unclear. See the vignette “Setting default options” for full details on changing and resetting default options with tinify_defaults()
.tinify.yml
file in the project root directory.resize
argument is used.tinify_defaults()
to match convention (e.g. tinify_overwrite
-> tinify.overwrite
).tinify_defaults()
on unloading of package.return_path
that should work better across all platforms.tinify_defaults()
: now prints changes made to the console, and if called without any arguments, prints all current default settings.tinify()
arguments with tinify_defaults()
.suffix
argument in tinify()
to change the "_tiny" suffix applied to tinified file names.return_path = "proj"
option to return_path
argument in tinify()
to return the path to the newly tinified file relative to the project directory, no matter the current working directory.details
in tinify()
function. Tinify now displays the details message by default. This behaviour can be suppressed with the new argument quiet = TRUE
.NEWS.md
file to track changes to the package.