Skip to content

Commit d0d50e1

Browse files
committed
Update DESCRIPTION and NAMESPACE
1 parent 75e665e commit d0d50e1

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Authors@R: c(
55
person("Rafael", "Lopes", , "rafael.lopes@yale.edu", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-9416-6145")),
77
person("Tatiana", "Portella", , "tatiana.portella@fiocruz.br", role = c("aut"),
8-
comment = c(ORCID = "0000-0002-9416-6145")),
8+
comment = c(ORCID = "0000-0001-8364-1978")),
99
person("Marcelo", "Gomes", , "marcelo.gomes@fiocruz.br", role = c("aut"),
1010
comment = c(ORCID = "0000-0003-4693-5402")),
1111
person("Leonardo", "Bastos", , "leonardo.bastos@fiocruz.br", role = c("aut"),
@@ -17,10 +17,10 @@ License: GPL (>= 3)
1717
Encoding: UTF-8
1818
Roxygen: list(markdown = TRUE)
1919
RoxygenNote: 7.3.2
20-
URL: https://covid19br.github.io/nowcaster, https://covid19br.github.io/nowcaster/
20+
URL: https://covid19br.github.io/nowcaster/
2121
BugReports: https://github.com/covid19br/nowcaster/issues
2222
Depends:
23-
R (>= 4.1.0)
23+
fmesher (>= 0.4.0), R (>= 4.1.0)
2424
Imports:
2525
dplyr,
2626
tidyr,

NAMESPACE

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
exportPattern("^[^\\.]")
1+
# Generated by roxygen2: do not edit by hand
2+
3+
export(data.w)
4+
export(data.w_no_age)
5+
export(nowcasting.summary)
6+
export(nowcasting_age)
7+
export(nowcasting_inla)
8+
export(nowcasting_no_age)
9+
export(slope.estimate.quant)

0 commit comments

Comments
 (0)