inst/examples/README_ex2.md

codemetar

The goal of codemetar is to generate the JSON-LD file, codemeta.json containing software metadata describing an R package

Installation

You can install codemetar from github with:

# install.packages("devtools")
devtools::install_github("codemeta/codemetar")
library("codemetar")
cm <- create_codemeta(".")
cm$keywords <- list("metadata", "ropensci")
write_codemeta(cm)


ropensci/codemetar documentation built on Feb. 24, 2024, 12:34 a.m.