Extract and post ‘Mastodon’ threads from text files
The pkgdown website for this project is located at https://quartodon.opens.science. If the development version also has a pkgdown website, that’s located at https://r-packages.gitlab.io/quartodon.
Installation
You can install the released version of quartodon
from CRAN with:
install.packages('quartodon');
You can install the development version of quartodon
from GitLab with:
remotes::install_gitlab('r-packages/quartodon');
(assuming you have remotes
installed; otherwise, install that first using the install.packages
function)
You can install the cutting edge development version (own risk, don’t try this at home, etc) of quartodon
from GitLab with:
remotes::install_gitlab('r-packages/quartodon@dev');