Skip to content

Commit

Permalink
partially revert 5557263: base64_uri() no longer requires the mime pa…
Browse files Browse the repository at this point in the history
…ckage
  • Loading branch information
yihui committed Sep 30, 2024
1 parent fa1e0f1 commit 40a5b26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions R/base64.R
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ base64_encode_r = function(x) {
#' @param type The MIME type of the file, e.g., `"image/png"` for a PNG image
#' file.
#' @return A string of the form `data:<media type>;base64,<data>`.
#' @note This function requires the \pkg{mime} package to determine the MIME
#' type of the file except for a few common MIME types.
#' @export
#' @examples
#' logo = xfun:::R_logo()
Expand Down
4 changes: 0 additions & 4 deletions man/base64_uri.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40a5b26

Please sign in to comment.