We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68cbe75 commit c4e3320Copy full SHA for c4e3320
R/build-llm.R
@@ -12,7 +12,7 @@ build_llm_docs <- function(pkg = ".") {
12
read_file_if_exists(path(pkg$dst_path, "reference", "index.md")),
13
read_file_if_exists(path(pkg$dst_path, "articles", "index.md"))
14
)
15
- writeLines(index, path(pkg$dst_path, "llms.txt"))
+ write_lines(index, path(pkg$dst_path, "llms.txt"))
16
17
invisible()
18
}
0 commit comments