Skip to content

Commit 6501922

Browse files
committed
rerun pkgdown
1 parent 9917b5f commit 6501922

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+3004
-1134
lines changed

_pkgdown.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ reference:
1515
contents:
1616
- cascade
1717
- group_by
18+
- interact
1819
- summarise
1920
- summarise_all
2021
- survey_mean
@@ -24,19 +25,25 @@ reference:
2425
- survey_tally
2526
- survey_var
2627
- unweighted
28+
- survey_old_quantile
2729
- title: "Other supported dplyr functions"
2830
desc: "Other functions from dplyr that work on srvyr's survey objects"
2931
contents:
3032
- as_tibble
3133
- dplyr_single
3234
- groups
3335
- tbl_vars
36+
- group_map_dfr
37+
- dplyr_filter_joins
38+
- collect
3439
- title: "(Primarily for package authors) Extend srvyr"
3540
desc: "Functions useful for package authors to extend srvyr"
3641
contents:
3742
- current_svy
3843
- get_var_est
3944
- set_survey_vars
45+
- uninteract
46+
- srvyr_interaction
4047

4148
navbar:
4249
type: default

docs/404.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CODE_OF_CONDUCT.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/extending-srvyr.html

Lines changed: 58 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
2+
// be compatible with the behavior of Pandoc < 2.8).
3+
document.addEventListener('DOMContentLoaded', function(e) {
4+
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
5+
var i, h, a;
6+
for (i = 0; i < hs.length; i++) {
7+
h = hs[i];
8+
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
9+
a = h.attributes;
10+
while (a.length > 0) h.removeAttribute(a[0].name);
11+
}
12+
});

docs/articles/index.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/srvyr-database.html

Lines changed: 161 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
2+
// be compatible with the behavior of Pandoc < 2.8).
3+
document.addEventListener('DOMContentLoaded', function(e) {
4+
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
5+
var i, h, a;
6+
for (i = 0; i < hs.length; i++) {
7+
h = hs[i];
8+
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
9+
a = h.attributes;
10+
while (a.length > 0) h.removeAttribute(a[0].name);
11+
}
12+
});

0 commit comments

Comments
 (0)