README.md

Open source license metadata retrieval with OSI

Author: Oliver Keyes License: MIT Status: Stable

downloads CRAN_Status_Badge

osi is a simple package to connect to the Open Source Initiative's API from R. It contains functions for:

  1. Retrieving metadata about open source licenses;
  2. Extracting values from said metadata;
  3. 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.

Installation

For the most recent version, on CRAN:

install.packages("osi")

For the development version:

library(devtools)
devtools::install_github("ironholds/osi")

Dependencies



Try the osi package in your browser

Any scripts or data that you put into this service are public.

osi documentation built on May 29, 2017, 7 p.m.