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

https://github.com/epiverse-trace/etdev

Internal package providing tools for Epiverse-TRACE developers
https://github.com/epiverse-trace/etdev

devtools organisation-tool r r-package

Last synced: 6 months ago
JSON representation

Internal package providing tools for Epiverse-TRACE developers

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%"
)
```

# etdev

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
`r etdev::insert_badge_rcmdcheck()`
`r etdev::insert_badge_codecov()`

This internal package provides tools for Epiverse-TRACE developers.
Eventually, all functions should be upstreamed to relevant packages used by the global community.

## Installation

You can install the development version of this package from
[GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
remotes::install_github("epiverse-trace/etdev")
```