Skip to content

Commit

Permalink
remove the default imgur key: yihui/xfun#97
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jan 14, 2025
1 parent 85c62f4 commit bed7962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: knitr
Type: Package
Title: A General-Purpose Package for Dynamic Report Generation in R
Version: 1.49.5
Version: 1.49.6
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666", URL = "https://yihui.org")),
person("Abhraneel", "Sarma", role = "ctb"),
Expand Down
2 changes: 1 addition & 1 deletion R/utils-upload.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#' @param file,key,... See \code{xfun::\link[xfun]{upload_imgur}()}.
#' @export
#' @keywords internal
imgur_upload = function(file, key = xfun::env_option('knitr.imgur.key', '9f3460e67f308f6'), ...) {
imgur_upload = function(file, key = xfun::env_option('knitr.imgur.key'), ...) {
xfun::upload_imgur(file, key, ..., include_xml = TRUE)
}

0 comments on commit bed7962

Please sign in to comment.