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 891be48 commit f2a5bdf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/autolink.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
}

}
# h <- fs::path_join(c(path, "docs/index.html"))
# if (fs::file_exists(h)) {
# downlit::downlit_html_path(h, h)
# }

md_files <- c(
tryCatch(fs::dir_ls(fs::path_join(c(path, "docs/vignettes")), regexp = "\\.md$"), error = function(e) NULL),
Expand Down

0 comments on commit f2a5bdf

Please sign in to comment.