Intro to codemetar, Codemeta creator for R packages

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.




Try the codemetar package in your browser

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

codemetar documentation built on Sept. 3, 2022, 1:06 a.m.