We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e665e commit d0d50e1Copy full SHA for d0d50e1
DESCRIPTION
@@ -5,7 +5,7 @@ Authors@R: c(
5
person("Rafael", "Lopes", , "rafael.lopes@yale.edu", role = c("aut", "cre"),
6
comment = c(ORCID = "0000-0002-9416-6145")),
7
person("Tatiana", "Portella", , "tatiana.portella@fiocruz.br", role = c("aut"),
8
- comment = c(ORCID = "0000-0002-9416-6145")),
+ comment = c(ORCID = "0000-0001-8364-1978")),
9
person("Marcelo", "Gomes", , "marcelo.gomes@fiocruz.br", role = c("aut"),
10
comment = c(ORCID = "0000-0003-4693-5402")),
11
person("Leonardo", "Bastos", , "leonardo.bastos@fiocruz.br", role = c("aut"),
@@ -17,10 +17,10 @@ License: GPL (>= 3)
17
Encoding: UTF-8
18
Roxygen: list(markdown = TRUE)
19
RoxygenNote: 7.3.2
20
-URL: https://covid19br.github.io/nowcaster, https://covid19br.github.io/nowcaster/
+URL: https://covid19br.github.io/nowcaster/
21
BugReports: https://github.com/covid19br/nowcaster/issues
22
Depends:
23
- R (>= 4.1.0)
+ fmesher (>= 0.4.0), R (>= 4.1.0)
24
Imports:
25
dplyr,
26
tidyr,
NAMESPACE
@@ -1 +1,9 @@
1
-exportPattern("^[^\\.]")
+# Generated by roxygen2: do not edit by hand
2
+
3
+export(data.w)
4
+export(data.w_no_age)
+export(nowcasting.summary)
+export(nowcasting_age)
+export(nowcasting_inla)
+export(nowcasting_no_age)
+export(slope.estimate.quant)
0 commit comments