An open API service indexing awesome lists of open source software.

https://github.com/cboettig/codemeta

:package: A smaller codemetar
https://github.com/cboettig/codemeta

Last synced: 4 months ago
JSON representation

:package: A smaller codemetar

Awesome Lists containing this project

README

        

---
output: github_document
---

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

# codemeta

[![R build status](https://github.com/cboettig/codemeta/workflows/R-CMD-check/badge.svg)](https://github.com/cboettig/codemeta/actions)
[![Codecov test coverage](https://codecov.io/gh/cboettig/codemeta/branch/master/graph/badge.svg)](https://app.codecov.io/gh/cboettig/codemeta?branch=master)

`codemeta` is a smaller, simpler `codemetar`.

## Installation

You can install the released version of codemeta from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("codemeta")
```

And the development version from [GitHub](https://github.com/) with:

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

## Example

```{r example}
codemeta::write_codemeta()
```

## Dependencies

```{r}
# remotes::install_github("crsh/depgraph")
# remotes::install_github("jimhester/itdepends")
depgraph::plot_dependency_graph(".", suggests = FALSE)

```

```{r}
depgraph::plot_dependency_graph("../../ropensci/codemetar", suggests = FALSE)
```