We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a9e03 commit bfa081fCopy full SHA for bfa081f
R/build-llm.R
@@ -67,7 +67,7 @@ convert_md <- function(src_path, dst_path, url = NULL) {
67
68
path <- file_temp()
69
xml2::write_html(html, path, format = FALSE)
70
- on.exit(unlink(path), add = TRUE)
+ on.exit(file_delete(path), add = TRUE)
71
72
rmarkdown::pandoc_convert(
73
input = path,
0 commit comments