Skip to content

Commit 90795a4

Browse files
committed
Use dev tinytex and new exported function in the skeleton
1 parent c1a3da6 commit 90795a4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: rticles
22
Type: Package
33
Title: Article Formats for R Markdown
4-
Version: 0.18.2
4+
Version: 0.18.3
55
Authors@R: c(
66
person("JJ", "Allaire", role = "aut", email = "jj@rstudio.com"),
77
person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")),
@@ -50,10 +50,11 @@ Authors@R: c(
5050
Description: A suite of custom R Markdown formats and templates for
5151
authoring journal articles and conference submissions.
5252
License: GPL-3
53-
Imports: utils, rmarkdown (>= 2.5), knitr (>= 1.30), yaml, tinytex (>= 0.27), xfun
53+
Imports: utils, rmarkdown (>= 2.5), knitr (>= 1.30), yaml, tinytex (>= 0.29.1), xfun
5454
SystemRequirements: GNU make
5555
URL: https://github.com/rstudio/rticles
5656
BugReports: https://github.com/rstudio/rticles/issues
5757
RoxygenNote: 7.1.1
5858
Suggests: testit, bookdown, xtable
5959
Encoding: UTF-8
60+
Remotes: yihui/tinytex

inst/rmarkdown/templates/jasa/skeleton/skeleton.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ knitr::opts_chunk$set(
5656
# install it if not. If you are using TinyTeX, the following code will take care
5757
# of installing the package for you.
5858
59-
if (tinytex:::is_tinytex() && !tinytex:::check_installed('revtex4-1')) {
59+
if (tinytex::is_tinytex() && !tinytex::check_installed('revtex4-1')) {
6060
tinytex::tlmgr_install("revtex4-1")
6161
}
6262
```

0 commit comments

Comments
 (0)