Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0b6a50c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Apr 26, 2024
1 parent 387d6a2 commit 947c061
Show file tree
Hide file tree
Showing 24 changed files with 73 additions and 72 deletions.
8 changes: 3 additions & 5 deletions 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 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 deps/bootstrap-5.3.1/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions index.html

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

8 changes: 4 additions & 4 deletions pkgdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
/* Clipboard --------------------------*/

function changeTooltipMessage(element, msg) {
var tooltipOriginalTitle=element.getAttribute('data-original-title');
element.setAttribute('data-original-title', msg);
var tooltipOriginalTitle=element.getAttribute('data-bs-original-title');
element.setAttribute('data-bs-original-title', msg);
$(element).tooltip('show');
element.setAttribute('data-original-title', tooltipOriginalTitle);
element.setAttribute('data-bs-original-title', tooltipOriginalTitle);
}

if(ClipboardJS.isSupported()) {
Expand All @@ -60,7 +60,7 @@
e.clearSelection();
});

clipboard.on('error', function() {
clipboard.on('error', function(e) {
changeTooltipMessage(e.trigger,'Press Ctrl+C or Command+C to copy');
});

Expand Down
4 changes: 2 additions & 2 deletions pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pandoc: 3.1.11
pkgdown: 2.0.8
pkgdown: 2.0.9
pkgdown_sha: ~
articles: {}
last_built: 2024-04-17T10:22Z
last_built: 2024-04-26T18:20Z
urls:
reference: https://rush.mlr-org.com/reference
article: https://rush.mlr-org.com/articles
Expand Down
Loading

0 comments on commit 947c061

Please sign in to comment.