rstudio / blogdown

Create Blogs and Websites with R Markdown
https://pkgs.rstudio.com/blogdown/
1.73k stars 335 forks source link

Request to export some internal blogdown functions #343

Closed jonathan-g closed 5 years ago

jonathan-g commented 5 years ago

I am writing an package that will extend blogdown to use file digests instead of file modification times to decide which RMarkdown source files need to be rebuilt.

This package uses some internal blogdown functions, which creates a NOTE about using the triple-colon ::: operator when I run R CMD check.

To avoid trouble when I submit it to CRAN, I would like to request that you export the following functions:

jonathan-g commented 5 years ago

FWIW, the package I am working on is https://github.com/jonathan-g/blogdownDigest

It' very basic, but should work well enough that if anyone wants to try it out and give feedback (either bug reports or issues on usability), they're most welcome.