Skip to content

Commit 6ea9aab

Browse files
add internal to simple_brew
1 parent 141083f commit 6ea9aab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/utils.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#' @param replacement_lines a character vector of lines to insert into the file
1010
#'
1111
#' @return path to the output file (invisibly)
12+
#' @keywords internal
1213
simple_brew <- function(file_in, placeholder_line, replacement_lines,
1314
file_out = NULL) {
1415
file_out <- if (is.null(file_out)) file_in else file_out

0 commit comments

Comments
 (0)