Author: Oliver Keyes
License: MIT
Status: Stable
osi
is a simple package to connect to the Open Source Initiative's API from R. It contains functions for:
- Retrieving metadata about open source licenses;
- Extracting values from said metadata;
- Retrieving the actual plaintext versions of licenses covered by the API.
For more information, see the accompanying vignette!
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
For the most recent version, on CRAN:
install.packages("osi")
For the development version:
library(devtools)
devtools::install_github("ironholds/osi")
- R. Doy.
- httr and its dependencies.