Home
last modified time | relevance | path

Searched refs:input_no_shell_chars (Results 1 – 2 of 2) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/R/
H A Drender.R117 input_no_shell_chars <- intermediates_loc( functionVar
120 if (file.exists(input_no_shell_chars)) {
123 "version without those characters '", input_no_shell_chars, "' ",
126 file.copy(input, input_no_shell_chars, overwrite = TRUE)
127 intermediates <- c(intermediates, input_no_shell_chars)
128 input <- input_no_shell_chars
133 dirname(normalize_path(input_no_shell_chars))
/dports/textproc/R-cran-rmarkdown/rmarkdown/R/
H A Drender.R358 input_no_shell_chars <- intermediates_loc( functionVar
361 if (file.exists(input_no_shell_chars)) {
364 "version without those characters '", input_no_shell_chars, "' ",
367 file.copy(input, input_no_shell_chars, overwrite = TRUE)
368 intermediates <- c(intermediates, input_no_shell_chars)
369 input <- input_no_shell_chars
374 dirname(normalize_path(input_no_shell_chars))