Zotero-based Infrastructure to Realize Cheap Open (Nearly Interoperable) Accessibility
The pkgdown website for this project is located at https://zirconia.opens.science.
Installation
You can install the released version of zirconia from CRAN with:
install.packages('zirconia');You can install the development version of zirconia from Codeberg with:
install.packages(
'https://codeberg.org/R-packages/zirconia/archive/main.tar.gz',
type = 'source',
repos = NULL);Or, if you have remotes installed (which you can install with the install.packages() function), you can use:
remotes::install_git('https://codeberg.org/R-packages/zirconia.git@main');