Skip to content

Commit cd2e5f7

Browse files
committed
CRAN release v0.51
1 parent 136daa7 commit cd2e5f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: tinytex
22
Type: Package
33
Title: Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents
4-
Version: 0.50.2
4+
Version: 0.51
55
Authors@R: c(
66
person("Yihui", "Xie", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")),
77
person(given = "Posit Software, PBC", role = c("cph", "fnd")),

R/tlmgr.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ check_tl_version = function(x) {
231231
}
232232

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

0 commit comments

Comments
 (0)