Skip to content

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
dosgillespie committed Jun 6, 2023
1 parent 573a8da commit cc22f79
Show file tree
Hide file tree
Showing 47 changed files with 231 additions and 63 deletions.
6 changes: 5 additions & 1 deletion 01_install_packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ if(!dir.exists(project_lib)) {dir.create(project_lib)}

.libPaths(project_lib)

update.packages(ask = FALSE, checkBuilt = TRUE, lib.loc = project_lib)

###########################
# CRAN packages

Expand Down Expand Up @@ -72,7 +74,9 @@ packages <- c(
"utils",
"VGAM",
"viridis",
"writexl")
"writexl",
"pkgdown",
"DLL")


# Install packages not yet installed
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/LICENSE.html

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

Binary file not shown.
83 changes: 66 additions & 17 deletions docs/articles/Methods_for_STAPM_disease_risks.html

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

41 changes: 40 additions & 1 deletion docs/articles/PAF_methodology_report.html

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

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ window.initializeCodeFolding = function(show) {
$(this).detach().appendTo(div);

// add a show code button right above
var showCodeText = $('<span>' + (showThis ? 'Hide' : 'Code') + '</span>');
var showCodeText = $('<span>' + (showThis ? 'Hide' : 'Show') + '</span>');
var showCodeButton = $('<button type="button" class="btn btn-default btn-xs btn-secondary btn-sm code-folding-btn pull-right float-right"></button>');
showCodeButton.append(showCodeText);
showCodeButton
Expand All @@ -57,7 +57,7 @@ window.initializeCodeFolding = function(show) {
// * Change text
// * add a class for intermediate states styling
div.on('hide.bs.collapse', function () {
showCodeText.text('Code');
showCodeText.text('Show');
showCodeButton.addClass('btn-collapsing');
});
div.on('hidden.bs.collapse', function () {
Expand Down
Binary file modified docs/articles/Smoking_and_the_risks_of_adult_diseases.pdf
Binary file not shown.
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.

2 changes: 1 addition & 1 deletion docs/articles/tobalcepi.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/authors.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/index.html

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

4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandoc: '2.18'
pandoc: 2.19.2
pkgdown: 2.0.7
pkgdown_sha: ~
articles:
Expand All @@ -7,7 +7,7 @@ articles:
PAF_methodology_report: PAF_methodology_report.html
Smoking_and_the_risks_of_adult_diseases: Smoking_and_the_risks_of_adult_diseases.pdf
tobalcepi: tobalcepi.html
last_built: 2023-03-22T09:56Z
last_built: 2023-06-06T10:27Z
urls:
reference: https://stapm.github.io/tobalcepi/reference
article: https://stapm.github.io/tobalcepi/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/AlcBinge.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/reference/AlcBinge_stapm.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/reference/AlcLags.html

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

Loading

0 comments on commit cc22f79

Please sign in to comment.