Skip to content

Commit

Permalink
update pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Jan 17, 2020
1 parent ef62625 commit b3e6841
Show file tree
Hide file tree
Showing 50 changed files with 844 additions and 585 deletions.
2 changes: 2 additions & 0 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This package was submitted to CRAN on 2020-01-16.
Once it is accepted, delete this file and tag the release (commit ef62625ebf).
3 changes: 3 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ reference:
- cascade
- group_by
- summarise
- summarise_all
- survey_mean
- survey_total
- survey_quantile
- survey_ratio
- survey_tally
- survey_var
- unweighted
- title: "Other supported dplyr functions"
desc: "Other functions from dplyr that work on srvyr's survey objects"
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.html

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

204 changes: 102 additions & 102 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,20 @@
$(function() {
$("div.section[class*='level'], section[class*='level']").each(function(i, el) {
var $section = $(el);
var $header = $section.children().filter(":header").first();
if ($header.length === 0) return;
var attrs = $header[0].attributes;
for (var a = 0; a < attrs.length; a++) {
var nm = attrs[a].name;
var val = attrs[a].value;
if (nm === "class") {
$section.addClass(val);
$header.removeClass(val);
continue;
}
$section.attr(nm, val);
$header.attr(nm, null);
}
});
});

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

329 changes: 164 additions & 165 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,20 @@
$(function() {
$("div.section[class*='level'], section[class*='level']").each(function(i, el) {
var $section = $(el);
var $header = $section.children().filter(":header").first();
if ($header.length === 0) return;
var attrs = $header[0].attributes;
for (var a = 0; a < attrs.length; a++) {
var nm = attrs[a].name;
var val = attrs[a].value;
if (nm === "class") {
$section.addClass(val);
$header.removeClass(val);
continue;
}
$section.attr(nm, val);
$header.attr(nm, null);
}
});
});

Large diffs are not rendered by default.

218 changes: 110 additions & 108 deletions docs/articles/srvyr-vs-survey.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
$(function() {
$("div.section[class*='level'], section[class*='level']").each(function(i, el) {
var $section = $(el);
var $header = $section.children().filter(":header").first();
if ($header.length === 0) return;
var attrs = $header[0].attributes;
for (var a = 0; a < attrs.length; a++) {
var nm = attrs[a].name;
var val = attrs[a].value;
if (nm === "class") {
$section.addClass(val);
$header.removeClass(val);
continue;
}
$section.attr(nm, val);
$header.attr(nm, null);
}
});
});

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/authors.html

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

96 changes: 48 additions & 48 deletions docs/index.html

Large diffs are not rendered by default.

86 changes: 49 additions & 37 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandoc: 2.3.1
pandoc: 2.9.1.1
pkgdown: 1.4.1
pkgdown_sha: ~
articles:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/as_survey.html

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

Loading

0 comments on commit b3e6841

Please sign in to comment.