We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2e0fa commit 5fc6adaCopy full SHA for 5fc6ada
R/install.R
@@ -87,7 +87,7 @@ install_tinytex = function(force = FALSE, dir) {
87
'please restart ', if (Sys.getenv('RSTUDIO') != '') 'RStudio' else 'R', '.'
88
))
89
bat = readLines('install-tl-windows.bat')
90
- # never PAUSE (no way to interactive with the Windows shell from R)
+ # never PAUSE (no way to interact with the Windows shell from R)
91
writeLines(
92
grep('^pause\\s*$', bat, ignore.case = TRUE, invert = TRUE, value = TRUE),
93
'install-tl-windows.bat'
0 commit comments