Sys.setenv("ON_CRAN" = "true")
knitr::opts_chunk$set(comment="")
if(grepl("windows", tolower(Sys.info()[["sysname"]])))
  knitr::opts_chunk$set(comment="", error =TRUE)

codemetar: generate codemeta metadata for R packages


Why create a codemeta.json for your package?


Installation and usage requirements



Create a codemeta.json in one function call


Keep codemeta.json up-to-date


A brief intro to common terms we'll use:

How to improve your package's codemeta.json?


Going further

Check out all the codemetar vignettes for tutorials on other cool stuff you can do with codemeta and json-ld.




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