cran_to_spdx: Mapping between 'License' fields and SPDX

cran_to_spdxR Documentation

Mapping between License fields and SPDX

Description

A dataset containing the mapping between the License strings observed on CRAN packages and its (approximate) match on the SPDX License List.

Usage

cran_to_spdx

Format

A data frame with 94 rows and 2 variables:

  • LICENSE: A valid License string on CRAN.

  • SPDX. A valid SPDX License Identifier.

Source

https://spdx.org/licenses/

See Also

Writing R Extensions, Licensing section.

Examples


data("cran_to_spdx")

head(cran_to_spdx, 20)

cffr documentation built on April 3, 2025, 9:33 p.m.