https://github.com/epiverse-trace/packagetemplate
Template of an R package with standard Epiverse-TRACE automation
https://github.com/epiverse-trace/packagetemplate
github-template r r-package template-repository
Last synced: 4 months ago
JSON representation
Template of an R package with standard Epiverse-TRACE automation
- Host: GitHub
- URL: https://github.com/epiverse-trace/packagetemplate
- Owner: epiverse-trace
- License: other
- Created: 2022-09-21T15:35:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T17:13:39.000Z (5 months ago)
- Last Synced: 2024-11-01T18:19:50.221Z (5 months ago)
- Topics: github-template, r, r-package, template-repository
- Language: R
- Homepage: https://github.com/epiverse-trace/packagetemplate/wiki
- Size: 4.68 MB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - epiverse-trace/packagetemplate - Template of an R package with standard Epiverse-TRACE automation (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# {{ packagename }}
[](https://opensource.org/license/mit/)
[](https://github.com/{{ gh_repo }}/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/{{ gh_repo }}?branch=main)
[](https://www.reconverse.org/lifecycle.html#concept){{ packagename }} provides functions to ....
{{ packagename }} is developed at the [CENTER|similar](url) at the [UNIVERSITY|similar](url) as part of the [Epiverse-TRACE program](https://data.org/initiatives/epiverse/).
## Installation
You can install the development version of {{ packagename }} from
[GitHub](https://github.com/) with:``` r
# install.packages("pak")
pak::pak("{{ gh_repo }}")
```## Example
These examples illustrate some of the current functionalities
## Development
### Lifecycle
This package is currently a *concept*, as defined by the [RECON software
lifecycle](https://www.reconverse.org/lifecycle.html). This means that essential
features and mechanisms are still being developed, and the package is not ready
for use outside of the development team.### Contributions
Contributions are welcome via [pull requests](https://github.com/{{ gh_repo }}/pulls).
### Related projects
This project is related to other existing projects in R or other languages, but also differs from them in the following aspects:
### Code of Conduct
Please note that the {{ packagename }} project is released with a
[Contributor Code of Conduct](https://github.com/epiverse-trace/.github/blob/main/CODE_OF_CONDUCT.md).
By contributing to this project, you agree to abide by its terms.