-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96e775c
commit 1ebe9e3
Showing
1 changed file
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ message: 'To cite package "sivirep" in publications use:' | |
type: software | ||
license: MIT | ||
title: 'sivirep: Data Wrangling and Automated Reports from ''SIVIGILA'' source' | ||
version: 0.0.9 | ||
abstract: Provides functions for data wrangling and automated reports from SIVIGILA | ||
version: 1.0.0 | ||
abstract: Provides functions for data wrangling and automated reports from 'SIVIGILA' | ||
source. | ||
authors: | ||
- family-names: Gómez-Millán | ||
|
@@ -31,10 +31,10 @@ authors: | |
repository-code: https://github.com/epiverse-trace/sivirep | ||
url: https://epiverse-trace.github.io/sivirep/ | ||
contact: | ||
- family-names: Gómez-Millán | ||
given-names: Geraldine | ||
email: geralidine.gomez@javeriana.edu.co | ||
orcid: https://orcid.org/0009-0007-8701-0568 | ||
- family-names: Cucunubá | ||
given-names: Zulma M. | ||
email: zulma.cucunuba@javeriana.edu.co | ||
orcid: https://orcid.org/0000-0002-8165-3198 | ||
keywords: | ||
- colombia | ||
- epidemiological-surveillance | ||
|
@@ -290,6 +290,18 @@ references: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-3925-190X | ||
year: '2024' | ||
- type: software | ||
title: testthat | ||
abstract: 'testthat: Unit Testing for R' | ||
notes: Suggests | ||
url: https://testthat.r-lib.org | ||
repository: https://CRAN.R-project.org/package=testthat | ||
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
year: '2024' | ||
version: '>= 3.0.0' | ||
- type: software | ||
title: 'R: A Language and Environment for Statistical Computing' | ||
notes: Depends | ||
|