Skip to content

Commit

Permalink
Update R/autolink.R
Browse files Browse the repository at this point in the history
Co-authored-by: Etienne Bacher <[email protected]>
  • Loading branch information
vincentarelbundock and etiennebacher authored Apr 8, 2024
1 parent 50d0889 commit 891be48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/autolink.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.autolink <- function(path = ".") {
# everyting wrapped in tryCatch() because especially error prone with weird pandoc memory errors
# everything wrapped in tryCatch() because especially error prone with weird pandoc memory errors
html_files <- c(tryCatch(fs::dir_ls(fs::path_join(c(path, "docs/vignettes")), regexp = "\\.html$"), error = function(e) NULL),
tryCatch(fs::dir_ls(fs::path_join(c(path, "docs/man")), regexp = "\\.html$"), error = function(e) NULL))
for (h in html_files) {
Expand Down

0 comments on commit 891be48

Please sign in to comment.