diff --git a/.Rbuildignore b/.Rbuildignore index dbd82beab..5340855b4 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -14,3 +14,4 @@ ^doc$ ^Meta$ README.Rmd +^pkgdown$ \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 55593242b..726b186d6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -19,10 +19,11 @@ Description: Understanding and accurately estimating epidemiological delay distributions is important for public health policy. These estimates directly influence epidemic situational awareness, control strategies, and resource allocation. In this package, we provide methods to address the key challenges in estimating these distributions, including truncation, interval censoring, and dynamical biases. Despite their importance, these issues are frequently overlooked, often resulting in biased conclusions. License: MIT + file LICENSE -Encoding: UTF-8 -Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd", - "roxyglobals::global_roclet")) -RoxygenNote: 7.3.2 +URL: https://epidist.epinowcast.org/, + https://github.com/epinowcast/epidist/ +BugReports: https://github.com/epinowcast/epidist/issues/ +Depends: + R (>= 2.10) Imports: brms, cmdstanr, @@ -55,10 +56,11 @@ Config/Needs/website: r-lib/pkgdown, epinowcast/enwtheme Config/testthat/edition: 3 -URL: https://epidist.epinowcast.org/ -Depends: - R (>= 2.10) -LazyData: true -VignetteBuilder: knitr Config/roxyglobals/filename: globals.R Config/roxyglobals/unique: FALSE +LazyData: true +VignetteBuilder: knitr +Encoding: UTF-8 +Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd", + "roxyglobals::global_roclet")) +RoxygenNote: 7.3.2 diff --git a/_pkgdown.yml b/_pkgdown.yml index 65eb0b4f1..dfbccb282 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -72,4 +72,3 @@ reference: - title: Diagnostic functions contents: - has_concept("diagnostics") - diff --git a/pkgdown/favicon/apple-touch-icon-120x120.png b/pkgdown/favicon/apple-touch-icon-120x120.png new file mode 100644 index 000000000..3e94561d2 Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-120x120.png differ diff --git a/pkgdown/favicon/apple-touch-icon-152x152.png b/pkgdown/favicon/apple-touch-icon-152x152.png new file mode 100644 index 000000000..92daafcef Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-152x152.png differ diff --git a/pkgdown/favicon/apple-touch-icon-180x180.png b/pkgdown/favicon/apple-touch-icon-180x180.png new file mode 100644 index 000000000..7408a076c Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-180x180.png differ diff --git a/pkgdown/favicon/apple-touch-icon-60x60.png b/pkgdown/favicon/apple-touch-icon-60x60.png new file mode 100644 index 000000000..7e9b6419a Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-60x60.png differ diff --git a/pkgdown/favicon/apple-touch-icon-76x76.png b/pkgdown/favicon/apple-touch-icon-76x76.png new file mode 100644 index 000000000..b1eca8f2b Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon-76x76.png differ diff --git a/pkgdown/favicon/apple-touch-icon.png b/pkgdown/favicon/apple-touch-icon.png new file mode 100644 index 000000000..7408a076c Binary files /dev/null and b/pkgdown/favicon/apple-touch-icon.png differ diff --git a/pkgdown/favicon/favicon-16x16.png b/pkgdown/favicon/favicon-16x16.png new file mode 100644 index 000000000..75f80ed48 Binary files /dev/null and b/pkgdown/favicon/favicon-16x16.png differ diff --git a/pkgdown/favicon/favicon-32x32.png b/pkgdown/favicon/favicon-32x32.png new file mode 100644 index 000000000..128d3f771 Binary files /dev/null and b/pkgdown/favicon/favicon-32x32.png differ diff --git a/pkgdown/favicon/favicon.ico b/pkgdown/favicon/favicon.ico new file mode 100644 index 000000000..ba68a8171 Binary files /dev/null and b/pkgdown/favicon/favicon.ico differ