README.md

distilltools

distilltools is collection of tools to support the creation and styling of content on websites created using the distill package in R.

It is in the very early stages of development. I am actively seeking contributions - both ideas and code - to help build the package to be broadly useful to a wide variety of distill users. The idea is for the package to become a curated, collaborative, community-driven project. In terms of relationship between packages, I hope in time that distilltools can be for distill something like what xaringanExtra and xaringanthemer are for xaringan. Some of what I have in mind may sit better within the distill package itself, and I will be reaching out to the distill team about that.

Update (2022-05-29)

Development on distilltools has been on a bit of a hiatus recently, but I will resume work on it. When I do, I want to ensure the package also has the functionality to support websites created in R with Quarto, and so I may also rename the package.

An article on distilltools, and my intentions for it, is featured in The Future of Sata Science anthology (written October 2021, published June 2022).

Installation

# install.packages("remotes")
# requires remotes >= 2.2
remotes::install_github("EllaKaye/distilltools")

# for remotes < 2.2
remotes::install_github("EllaKaye/distilltools", ref = "main")

Functionality

There are currently five exported functions in distilltools.

Blogging functions

Styling functions

Future functionality

Plans for future functionality include:

Contributing to distilltools

We’re actively seeking contributions!

There are lots of other ways to support and contribute to distilltools. Please see the contributing guide for more details.

Code of Conduct

Please note that the distilltools project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



EllaKaye/distilltools documentation built on Nov. 21, 2022, 12:22 p.m.