diff --git a/R/resmush_clean_dir.R b/R/resmush_clean_dir.R index ce6c047..1ff6a7d 100644 --- a/R/resmush_clean_dir.R +++ b/R/resmush_clean_dir.R @@ -1,4 +1,4 @@ -#' Helper function for cleaning files created by **resmush** +#' Helper function for cleaning files created by \CRANpkg{resmush} #' #' @description #' diff --git a/README.Rmd b/README.Rmd index bc94fa6..f48646d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -178,7 +178,7 @@ There are other alternatives for optimizing images with **R**: installed locally. | tool | CRAN | Additional software? | Online? | API Key? | Limits? | -|--------------|--------------|--------------|--------------|--------------|--------------| +|-------------------|------|----------------------|---------|----------|-----------------------------| | `xfun::tinify()` | Yes | No | Yes | Yes | 500 files/month (Free tier) | | `xfun::optipng()` | Yes | Yes | No | No | No | | **tinieR** | No | No | Yes | Yes | 500 files/month (Free tier) | diff --git a/codemeta.json b/codemeta.json index 3123a28..a3c573e 100644 --- a/codemeta.json +++ b/codemeta.json @@ -161,7 +161,7 @@ "SystemRequirements": null }, "keywords": ["r", "compress-images", "optimize-images", "resmushit", "api", "r-package"], - "fileSize": "677.658KB", + "fileSize": "677.581KB", "citation": [ { "@type": "SoftwareSourceCode", diff --git a/man/resmush_clean_dir.Rd b/man/resmush_clean_dir.Rd index 5374963..71ca730 100644 --- a/man/resmush_clean_dir.Rd +++ b/man/resmush_clean_dir.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/resmush_clean_dir.R \name{resmush_clean_dir} \alias{resmush_clean_dir} -\title{Helper function for cleaning files created by \strong{resmush}} +\title{Helper function for cleaning files created by \CRANpkg{resmush}} \usage{ resmush_clean_dir(dir, suffix = "_resmush", recursive = FALSE) }