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
- Host: GitHub
- URL: https://github.com/epiverse-trace/etdev
- Owner: epiverse-trace
- License: other
- Created: 2022-11-28T09:33:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T13:13:15.000Z (7 months ago)
- Last Synced: 2025-06-23T14:27:08.405Z (7 months ago)
- Topics: devtools, organisation-tool, r, r-package
- Language: R
- Size: 4.55 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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
[](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")
```