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)


codemeta/codemetar documentation built on July 9, 2024, 2:08 a.m.