generated from epiverse-trace/packagetemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
51 lines (36 loc) · 1.48 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file. -->
<!-- The code to render this README is stored in .github/workflows/render-readme.yaml -->
<!-- Variables marked with double curly braces will be transformed beforehand: -->
<!-- `packagename` is extracted from the DESCRIPTION file -->
<!-- `gh_repo` is extracted via a special environment variable in GitHub Actions -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# labrep
<!-- badges: start -->
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/mit/)
[![lifecycle-concept](https://raw.githubusercontent.com/reconverse/reconverse.github.io/master/images/badge-concept.svg)](https://www.reconverse.org/lifecycle.html#concept)
<!-- badges: end -->
labrep provee funciones para la generación automática del informe de
circulación viral.
## Instalación
Puedes decargar la versión de desarrollo de labrep desde
[GitHub](https://github.com/TRACE-LAC/labrep) con el siguiente comando:
``` r
# install.packages("pak")
pak::pak("TRACE-LAC/labrep")
```
## Desarrollo
### Ciclo de vida
Este paquete actualmente está en la fase de *concepto*, como lo define
[RECON software lifecycle](https://www.reconverse.org/lifecycle.html).
### Contribuciones
La contribuciones son bienvenidas vía [pull requests](https://github.com/TRACE-LAC/labrep/pulls).