-
R package mrdrivers, version 2.0.3
+
R package mrdrivers, version 3.0.0
Purpose and Functionality
@@ -135,13 +135,13 @@ Questions / ProblemsCitation
To cite package mrdrivers in publications use:
-
Koch J, Soergel B, Leip D, Benke F, Dietrich J (2024). mrdrivers: Create GDP and Population Scenarios. R package version 2.0.3, https://pik-piam.github.io/mrdrivershttps://github.com/pik-piam/mrdrivers.
+
Koch J, Soergel B, Leip D, Benke F, Dietrich J (2024). mrdrivers: Create GDP and Population Scenarios. R package version 3.0.0, https://pik-piam.github.io/mrdrivershttps://github.com/pik-piam/mrdrivers.
A BibTeX entry for LaTeX users is
@Manual{,
title = {mrdrivers: Create GDP and Population Scenarios},
author = {Johannes Koch and Bjoern Soergel and Deborra Leip and Falk Benke and Jan Philipp Dietrich},
year = {2024},
- note = {R package version 2.0.3},
+ note = {R package version 3.0.0},
url = {https://pik-piam.github.io/mrdrivers},
url = {https://github.com/pik-piam/mrdrivers},
}
@@ -193,7 +193,7 @@
Developers
diff --git a/pkgdown.js b/pkgdown.js
index 9757bf9..1a99c65 100644
--- a/pkgdown.js
+++ b/pkgdown.js
@@ -152,3 +152,11 @@ async function searchFuse(query, callback) {
});
});
})(window.jQuery || window.$)
+
+document.addEventListener('keydown', function(event) {
+ // Check if the pressed key is '/'
+ if (event.key === '/') {
+ event.preventDefault(); // Prevent any default action associated with the '/' key
+ document.getElementById('search-input').focus(); // Set focus to the search input
+ }
+});
diff --git a/pkgdown.yml b/pkgdown.yml
index b0ac82d..a3c39dc 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -1,9 +1,9 @@
pandoc: 3.1.11
-pkgdown: 2.1.0
+pkgdown: 2.1.1
pkgdown_sha: ~
articles:
scenarios: scenarios.html
-last_built: 2024-08-02T12:32Z
+last_built: 2024-09-20T13:38Z
urls:
reference: https://pik-piam.github.io/mrdrivers/reference
article: https://pik-piam.github.io/mrdrivers/articles
diff --git a/reference/calcDriver.html b/reference/calcDriver.html
index 9d4f799..24bb4a3 100644
--- a/reference/calcDriver.html
+++ b/reference/calcDriver.html
@@ -9,7 +9,7 @@
mrdrivers
-
2.0.3
+
3.0.0
diff --git a/reference/calcFutureData.html b/reference/calcFutureData.html
index 0d56e33..647174b 100644
--- a/reference/calcFutureData.html
+++ b/reference/calcFutureData.html
@@ -7,7 +7,7 @@