r-lib / urlchecker

Run CRAN URL checks from older versions of R
https://urlchecker.r-lib.org/
GNU General Public License v3.0
45 stars 5 forks source link

check urls in quarto projects/documents #27

Closed topepo closed 1 year ago

topepo commented 1 year ago

At least the md or qmd files.

gaborcsardi commented 1 year ago

urlchecker only works on R packages, in fact it uses CRAN's code to extract URLs from R manual pages and vignettes, so I am afraid that this seems out of scope, unless we repurpose urlchecker completely.