Fecha de actualización: 12 Sep 2024
+Fecha de actualización: 19 Sep 2024
diff --git a/404.html b/404.html index bbd28dfa..ddbba0cb 100644 --- a/404.html +++ b/404.html @@ -103,7 +103,7 @@
Template rostemplate by dieghernan, based on Bootstrapious. diff --git a/LICENSE-text.html b/LICENSE-text.html index 10fc1293..fb084eb1 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -66,7 +66,7 @@
Template rostemplate by dieghernan, based on Bootstrapious. diff --git a/LICENSE.html b/LICENSE.html index c4219d76..f2be8cd9 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -70,7 +70,7 @@
Template rostemplate by dieghernan, based on Bootstrapious. diff --git a/articles/bullets.html b/articles/bullets.html index d54af8d6..40daeb69 100644 --- a/articles/bullets.html +++ b/articles/bullets.html @@ -259,7 +259,7 @@
Template rostemplate by dieghernan, based on Bootstrapious. diff --git a/articles/code.html b/articles/code.html index db6d1661..609e90ca 100644 --- a/articles/code.html +++ b/articles/code.html @@ -181,7 +181,7 @@
Template rostemplate by dieghernan, based on Bootstrapious. diff --git a/articles/descargas.html b/articles/descargas.html index 16d20fa5..2102bda0 100644 --- a/articles/descargas.html +++ b/articles/descargas.html @@ -66,7 +66,7 @@ - +
Fecha de actualización: 12 Sep 2024
+Fecha de actualización: 19 Sep 2024
Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/articles/descargas_files/figure-html/unnamed-chunk-3-1.png b/articles/descargas_files/figure-html/unnamed-chunk-3-1.png
index 405352fd..d798dea7 100644
Binary files a/articles/descargas_files/figure-html/unnamed-chunk-3-1.png and b/articles/descargas_files/figure-html/unnamed-chunk-3-1.png differ
diff --git a/articles/descargas_files/figure-html/unnamed-chunk-4-1.png b/articles/descargas_files/figure-html/unnamed-chunk-4-1.png
index becb9f02..2b4d9640 100644
Binary files a/articles/descargas_files/figure-html/unnamed-chunk-4-1.png and b/articles/descargas_files/figure-html/unnamed-chunk-4-1.png differ
diff --git a/articles/descargas_files/reactwidget-2.0.0/react-tools.js b/articles/descargas_files/reactwidget-2.0.0/react-tools.js
new file mode 100644
index 00000000..87dc5ba3
--- /dev/null
+++ b/articles/descargas_files/reactwidget-2.0.0/react-tools.js
@@ -0,0 +1 @@
+(function(s,u){typeof exports=="object"&&typeof module<"u"?u(exports):typeof define=="function"&&define.amd?define(["exports"],u):(s=typeof globalThis<"u"?globalThis:s||self,u(s.reactR={}))})(this,function(s){"use strict";function u(n,t){if(typeof t=="string")return t;if(t.name[0]===t.name[0].toUpperCase()&&!n.hasOwnProperty(t.name))throw new Error("Unknown component: "+t.name);for(let i in t.attribs)g(t.attribs[i])&&(t.attribs[i]=u(n,t.attribs[i]));for(var a=n.hasOwnProperty(t.name)?n[t.name]:t.name,r=[a,t.attribs],e=0;e Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/articles/headings.html b/articles/headings.html
index ea711577..c2f7cc0b 100644
--- a/articles/headings.html
+++ b/articles/headings.html
@@ -303,7 +303,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/articles/highlight_test.html b/articles/highlight_test.html
index 57a4acdb..9bbf0c76 100644
--- a/articles/highlight_test.html
+++ b/articles/highlight_test.html
@@ -246,7 +246,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/articles/index.html b/articles/index.html
index e6b4b95f..e8c6233f 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -82,7 +82,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/articles/precompute.html b/articles/precompute.html
index c40b4ad3..0efaba57 100644
--- a/articles/precompute.html
+++ b/articles/precompute.html
@@ -172,7 +172,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/articles/rostemplate.html b/articles/rostemplate.html
index 7000954c..b2ecfee4 100644
--- a/articles/rostemplate.html
+++ b/articles/rostemplate.html
@@ -109,7 +109,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/authors.html b/authors.html
index e4d19ddd..9ccf7f45 100644
--- a/authors.html
+++ b/authors.html
@@ -88,7 +88,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/index.html b/index.html
index bb5174b5..25b395d7 100644
--- a/index.html
+++ b/index.html
@@ -250,7 +250,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/news/index.html b/news/index.html
index 45dafd2f..49df3748 100644
--- a/news/index.html
+++ b/news/index.html
@@ -99,7 +99,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/pkgdown.js b/pkgdown.js
index 9757bf9e..1a99c65f 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 b54b9a42..1c3e81a8 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -1,5 +1,5 @@
pandoc: 3.1.11
-pkgdown: 2.1.0
+pkgdown: 2.1.1
pkgdown_sha: ~
articles:
bullets: bullets.html
@@ -10,7 +10,7 @@ articles:
articles/highlight_test: highlight_test.html
precompute: precompute.html
rostemplate: rostemplate.html
-last_built: 2024-09-12T10:41Z
+last_built: 2024-09-19T10:41Z
urls:
reference: https://ropenspain.github.io/rostemplate/reference
article: https://ropenspain.github.io/rostemplate/articles
diff --git a/reference/Rplot001.png b/reference/Rplot001.png
deleted file mode 100644
index 48217e96..00000000
Binary files a/reference/Rplot001.png and /dev/null differ
diff --git a/reference/Rplot002.png b/reference/Rplot002.png
deleted file mode 100644
index 6264d49a..00000000
Binary files a/reference/Rplot002.png and /dev/null differ
diff --git a/reference/Rplot003.png b/reference/Rplot003.png
deleted file mode 100644
index bf848a78..00000000
Binary files a/reference/Rplot003.png and /dev/null differ
diff --git a/reference/Rplot004.png b/reference/Rplot004.png
deleted file mode 100644
index e3984817..00000000
Binary files a/reference/Rplot004.png and /dev/null differ
diff --git a/reference/Rplot005.png b/reference/Rplot005.png
deleted file mode 100644
index 4a6698c2..00000000
Binary files a/reference/Rplot005.png and /dev/null differ
diff --git a/reference/index.html b/reference/index.html
index 60d37ec8..b11e0dae 100644
--- a/reference/index.html
+++ b/reference/index.html
@@ -109,7 +109,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/reference/ros_actions_check_cron.html b/reference/ros_actions_check_cron.html
index 5d639673..d85b56bd 100644
--- a/reference/ros_actions_check_cron.html
+++ b/reference/ros_actions_check_cron.html
@@ -101,7 +101,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/reference/ros_actions_pkgdown_branch.html b/reference/ros_actions_pkgdown_branch.html
index 6be56f8c..0e905497 100644
--- a/reference/ros_actions_pkgdown_branch.html
+++ b/reference/ros_actions_pkgdown_branch.html
@@ -93,7 +93,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/reference/ros_actions_pkgdown_docs.html b/reference/ros_actions_pkgdown_docs.html
index e2848087..2fd4e6d8 100644
--- a/reference/ros_actions_pkgdown_docs.html
+++ b/reference/ros_actions_pkgdown_docs.html
@@ -99,7 +99,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/reference/ros_badge_ropenspain.html b/reference/ros_badge_ropenspain.html
index fdc81987..0e8ce49b 100644
--- a/reference/ros_badge_ropenspain.html
+++ b/reference/ros_badge_ropenspain.html
@@ -106,7 +106,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/reference/ros_build.html b/reference/ros_build.html
index 3157d4e3..63ffa5ed 100644
--- a/reference/ros_build.html
+++ b/reference/ros_build.html
@@ -143,7 +143,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/reference/ros_pals.html b/reference/ros_pals.html
index 72457527..232aba2d 100644
--- a/reference/ros_pals.html
+++ b/reference/ros_pals.html
@@ -123,7 +123,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
diff --git a/reference/rostemplate-package.html b/reference/rostemplate-package.html
index b2d856de..417f0545 100644
--- a/reference/rostemplate-package.html
+++ b/reference/rostemplate-package.html
@@ -84,7 +84,7 @@ Template rostemplate by dieghernan, based on Bootstrapious.
About
About
About
About
About
About
About
About
About
About
About
About
About
About
About
About