Skip to content

Commit 5fc6ada

Browse files
committed
typo
1 parent ad2e0fa commit 5fc6ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/install.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ install_tinytex = function(force = FALSE, dir) {
8787
'please restart ', if (Sys.getenv('RSTUDIO') != '') 'RStudio' else 'R', '.'
8888
))
8989
bat = readLines('install-tl-windows.bat')
90-
# never PAUSE (no way to interactive with the Windows shell from R)
90+
# never PAUSE (no way to interact with the Windows shell from R)
9191
writeLines(
9292
grep('^pause\\s*$', bat, ignore.case = TRUE, invert = TRUE, value = TRUE),
9393
'install-tl-windows.bat'

0 commit comments

Comments
 (0)