Skip to content

Commit

Permalink
rerun pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Sep 29, 2021
1 parent 9917b5f commit 6501922
Show file tree
Hide file tree
Showing 58 changed files with 3,004 additions and 1,134 deletions.
7 changes: 7 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ reference:
contents:
- cascade
- group_by
- interact
- summarise
- summarise_all
- survey_mean
Expand All @@ -24,19 +25,25 @@ reference:
- survey_tally
- survey_var
- unweighted
- survey_old_quantile
- title: "Other supported dplyr functions"
desc: "Other functions from dplyr that work on srvyr's survey objects"
contents:
- as_tibble
- dplyr_single
- groups
- tbl_vars
- group_map_dfr
- dplyr_filter_joins
- collect
- title: "(Primarily for package authors) Extend srvyr"
desc: "Functions useful for package authors to extend srvyr"
contents:
- current_svy
- get_var_est
- set_survey_vars
- uninteract
- srvyr_interaction

navbar:
type: default
Expand Down
6 changes: 3 additions & 3 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

112 changes: 58 additions & 54 deletions docs/articles/extending-srvyr.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
6 changes: 3 additions & 3 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

291 changes: 161 additions & 130 deletions docs/articles/srvyr-database.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
// be compatible with the behavior of Pandoc < 2.8).
document.addEventListener('DOMContentLoaded', function(e) {
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
var i, h, a;
for (i = 0; i < hs.length; i++) {
h = hs[i];
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
a = h.attributes;
while (a.length > 0) h.removeAttribute(a[0].name);
}
});
Loading

0 comments on commit 6501922

Please sign in to comment.