knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
codemeta
is a smaller, simpler codemetar
.
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")
codemeta::write_codemeta()
# remotes::install_github("crsh/depgraph") # remotes::install_github("jimhester/itdepends") depgraph::plot_dependency_graph(".", suggests = FALSE)
depgraph::plot_dependency_graph("../../ropensci/codemetar", suggests = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.