Skip to content

Commit e13077e

Browse files
committed
tinytex:: prefix
1 parent 8e10e99 commit e13077e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ before_install:
1212
- Rscript -e 'if (!require("covr")) install.packages("covr")'
1313

1414
before_script:
15+
- R CMD INSTALL .
1516
- Rscript tools/test-packages.R
1617

1718
after_success:

tools/test-packages.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ x1 = sort(unique(c(
2929
# https://github.com/yihui/tinytex/issues/73
3030
'ec', 'inconsolata', 'times', 'tex', 'helvetic', 'dvips', 'metafont', 'mfware', 'xkeyval'
3131
)))
32-
tlmgr_install(x1)
32+
tinytex::tlmgr_install(x1)
3333
x2 = sort(readLines('pkgs-custom.txt'))
3434
if (!identical(x1, x2)) stop(
3535
'pkgs-custom.txt needs to be updated.\n\nPackages required are:\n',
3636
paste(x1, collapse = '\n')
3737
)
3838

3939
# any new packages need to be added to pkgs-yihui.txt?
40-
tlmgr_install(readLines('pkgs-yihui.txt'))
40+
tinytex::tlmgr_install(readLines('pkgs-yihui.txt'))
4141
x3 = tinytex::tl_pkgs()
4242
build_more = function() {
4343
rmarkdown::render('test-basic.Rmd', 'beamer_presentation', quiet = TRUE)

0 commit comments

Comments
 (0)