-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_pkgdown.yml
98 lines (86 loc) · 2.47 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
development:
mode: devel
template:
package: delphidocs
url: https://cmu-delphi.github.io/epiprocess/
home:
links:
- text: The epipredict package
href: https://cmu-delphi.github.io/epipredict/
sidebar:
structure: [links, license, community, citation, authors, dev, related]
components:
related:
title: Delphi packages and resources
text: |
* [The epidatr package](https://github.com/cmu-delphi/epidatr/)
* [The epipredict package](https://cmu-delphi.github.io/epipredict/)
* [The epidatasets package](https://cmu-delphi.github.io/epidatasets/)
* [Introduction to Delphi's Tooling Work](https://cmu-delphi.github.io/delphi-tooling-book/)
articles:
- title: Using the package
desc: Basic usage and examples.
navbar: ~
contents:
- epiprocess
- epi_df
- epi_archive
- outliers
- growth_rate
- correlation
- title: Developer
contents:
- compactify
repo:
url:
home: https://github.com/cmu-delphi/epiprocess/
source: https://github.com/cmu-delphi/epiprocess/
issue: https://github.com/cmu-delphi/epiprocess/issues
reference:
- title: "`epi_df` basics"
desc: Constructors and information for `epi_df` objects.
- contents:
- epi_df
- print.epi_df
- group_epi_df
- autoplot.epi_df
- title: "`epi_df` manipulation"
desc: Functions operating on `epi_df` objects.
- contents:
- complete.epi_df
- epi_slide
- epi_slide_mean
- epi_slide_opt
- epi_slide_sum
- sum_groups_epi_df
- epi_cor
- detect_outlr
- growth_rate
- as_tibble.epi_df
- as_tsibble.epi_df
- title: "`epi_archive` basics"
desc: Constructors and information for `epi_archive` objects.
- contents:
- epi_archive
- print.epi_archive
- clone
- group_by.epi_archive
- title: "`epi_archive` manipulation"
desc: Functions operating on `epi_archive` objects.
- contents:
- epix_as_of
- epix_slide
- epix_merge
- revision_summary
- epix_fill_through_version
- epix_truncate_versions_after
- title: Example data
- contents:
- epidatasets::cases_deaths_subset
- epidatasets::archive_cases_dv_subset
- epidatasets::covid_incidence_county_subset
- epidatasets::covid_incidence_outliers
- epidatasets::covid_case_death_rates_extended
- title: internal
- contents:
- starts_with("internal")