Skip to content

Commit

Permalink
Code to fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Jan 15, 2025
1 parent 08f4d70 commit 3b73903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extras/PackageMaintenance.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ rmarkdown::render("vignettes/DbiAndDbplyr.Rmd",
fixRdFile <- function(fileName) {
page <- SqlRender::readSql(fileName)
page <- gsub("\\\\Sexpr[^\n]*\n", "", page)
page <- gsub("\\linkS4class\\{DBI([^:])", "\\linkS4class{DBI:DBI\\1", page)
SqlRender::writeSql(page, fileName)
}
for (file in list.files("man", ".*.Rd")) {
Expand Down

0 comments on commit 3b73903

Please sign in to comment.