https://github.com/ropensci/handlr
convert among citation formats
https://github.com/ropensci/handlr
bibtex citations citeproc crosscite digital-object-identifier doi metadata r r-package ris rstats
Last synced: 3 months ago
JSON representation
convert among citation formats
- Host: GitHub
- URL: https://github.com/ropensci/handlr
- Owner: ropensci
- License: other
- Created: 2018-10-26T23:54:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T00:12:10.000Z (11 months ago)
- Last Synced: 2025-10-22T05:59:09.091Z (3 months ago)
- Topics: bibtex, citations, citeproc, crosscite, digital-object-identifier, doi, metadata, r, r-package, ris, rstats
- Language: R
- Homepage: https://docs.ropensci.org/handlr
- Size: 204 KB
- Stars: 38
- Watchers: 2
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codemeta: codemeta.json
Awesome Lists containing this project
README
---
output: md_document
---
handlr
======
```{r echo=FALSE}
knitr::opts_chunk$set(
comment = "#>",
collapse = TRUE,
warning = FALSE
)
```
[](https://www.repostatus.org/#active)
[](https://app.codecov.io/github/ropensci/handlr?branch=master)
[](https://github.com/r-hub/cranlogs.app)
[](https://cran.r-project.org/package=handlr)
a tool for converting among citation formats.
heavily influenced by, and code ported from the Ruby gem `bolognese`
supported readers:
- citeproc
- ris
- bibtex
- codemeta
- cff
supported writers:
- citeproc
- ris
- bibtex
- schemaorg
- rdfxml
- codemeta
- cff
not supported yet, but plan to:
- crosscite
## Installation
stable version
```{r eval=FALSE}
install.packages("handlr")
```
dev version
```{r eval=FALSE}
remotes::install_github("ropensci/handlr")
```
```{r eval=FALSE}
library("handlr")
```
## Meta
* Please [report any issues or bugs](https://github.com/ropensci/handlr/issues).
* License: MIT
* Get citation information for `handlr` in R doing `citation(package = 'handlr')`
* Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.
[](https://ropensci.org)