knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

codemeta

R build status Codecov test coverage

codemeta is a smaller, simpler codemetar.

Installation

You can install the released version of codemeta from CRAN with:

install.packages("codemeta")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("cboettig/codemeta")

Example

codemeta::write_codemeta()

Dependencies

# remotes::install_github("crsh/depgraph")
# remotes::install_github("jimhester/itdepends")
depgraph::plot_dependency_graph(".", suggests = FALSE)
depgraph::plot_dependency_graph("../../ropensci/codemetar", suggests = FALSE)


cboettig/codemeta documentation built on Nov. 21, 2023, 12:33 p.m.