Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesmbaazam/traceblogutils
https://github.com/jamesmbaazam/traceblogutils
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamesmbaazam/traceblogutils
- Owner: jamesmbaazam
- License: other
- Created: 2024-03-04T11:31:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T13:22:43.000Z (9 months ago)
- Last Synced: 2024-03-04T14:36:14.472Z (9 months ago)
- Language: R
- Size: 3.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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%"
)
```# {{ packagename }}
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit/)
[![R-CMD-check](https://github.com/{{ gh_repo }}/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/{{ gh_repo }}/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/{{ gh_repo }}/branch/main/graph/badge.svg)](https://app.codecov.io/gh/{{ gh_repo }}?branch=main)
[![lifecycle-concept](https://raw.githubusercontent.com/reconverse/reconverse.github.io/master/images/badge-concept.svg)](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.