https://github.com/chartgerink/testpkg
https://github.com/chartgerink/testpkg
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chartgerink/testpkg
- Owner: chartgerink
- License: other
- Created: 2024-02-27T10:01:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T08:10:00.000Z (over 1 year ago)
- Last Synced: 2025-01-02T16:46:58.026Z (5 months ago)
- Language: R
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- 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%"
)
```# {{ 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).
### 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.