README.md

refinery

Lifecycle:
experimental CRAN
status R-CMD-check

The goal of the refinery package is to provide tools that make it easier to blog reproducibly using distill. The central idea is to associate every post with a unique R environment, using the renv package to ensure that each post is rendered using its associated environment. The motivation for writing this package is articulated in the blog post here:

https://blog.djnavarro.net/on-blogging-reproducibly

It is, however, a work in progress. It is not yet on CRAN, and may never be, but if you are foolish enough to try out the dev version despite the near-total lack of documentation, unit tests, or anything else that you’d expect of a functioning package…

# install.packages("devtools")
devtools::install_github("djnavarro/refinery")

To the extent that documentation exists, you can find it on the package website:

https://refinery.djnavarro.net



djnavarro/refinery documentation built on Dec. 20, 2021, 12:05 a.m.