Skip to content

Commit 8741636

Browse files
email update
1 parent ebd35bc commit 8741636

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

R/iidda.analysis/DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type: Package
33
Title: Tools for Analyzing IIDDA Datasets
44
Version: 1.0.0
55
Author: Steven Walker
6-
Maintainer: Steven Walker <[email protected]>
6+
Maintainer: Steven Walker <[email protected]>
77
Description: This package contains tools for working with data
88
obtained from the International Infectious Disease Data
99
Archive.
@@ -34,7 +34,8 @@ Suggests:
3434
License: GPL (>= 3)
3535
Encoding: UTF-8
3636
LazyData: true
37-
RoxygenNote: 7.2.3.9000
37+
RoxygenNote: 7.3.2
38+
Roxygen: list(markdown = TRUE)
3839
VignetteBuilder: knitr
3940
Config/testthat/edition: 3
4041
StagedInstall: no

R/iidda.api/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: iidda.api
22
Title: IIDDA API
33
Version: 0.4.0
44
Authors@R:
5-
person("Steve", "Walker", , "[email protected]", role = c("aut", "cre"))
5+
person("Steve", "Walker", , "[email protected]", role = c("aut", "cre"))
66
Description: R Bindings for the IIDDA API.
77
License: GPL (>= 3)
88
Imports: readr, httr, curl, iidda, rapiclient (>= 0.1.3)

R/iidda/DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Type: Package
22
Package: iidda
33
Title: Processing Infectious Disease Datasets in IIDDA.
44
Version: 1.0.0
5-
Maintainer: Steve Walker <[email protected]>
5+
Maintainer: Steve Walker <[email protected]>
66
Authors@R:
7-
c(person("Steve Walker", rol = c("aut", "cre"), email = "[email protected]"),
7+
c(person("Steve Walker", rol = c("aut", "cre"), email = "[email protected]"),
88
person("Samara Manzin", rol = "aut"),
99
person("Michael Roswell", role = "aut"),
1010
person("Gabrielle MacKinnon", rol = "aut"),

0 commit comments

Comments
 (0)