Skip to content

Commit

Permalink
CRAN release v0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed May 6, 2024
1 parent 136daa7 commit cd2e5f7
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: tinytex
Type: Package
Title: Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents
Version: 0.50.2
Version: 0.51
Authors@R: c(
person("Yihui", "Xie", role = c("aut", "cre", "cph"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
person(given = "Posit Software, PBC", role = c("cph", "fnd")),
Expand Down
2 changes: 1 addition & 1 deletion R/tlmgr.R
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ check_tl_version = function(x) {
}

# provide a way options(tinytex.upgrade = TRUE) to automatically upgrade TinyTeX
# (this is an ugly workaround for rstudio/revdepcheck-cloud/#115)
# (this is an ugly workaround for rstudio/revdepcheck-cloud#115)
auto_upgrade = function() {
up = is_tinytex() && getOption(
'tinytex.upgrade',
Expand Down

0 comments on commit cd2e5f7

Please sign in to comment.