diff --git a/README.html b/README.html
index da1eeb7..7d40aeb 100644
--- a/README.html
+++ b/README.html
@@ -2,7 +2,7 @@
-
+
@@ -65,7 +65,7 @@
-
+
@@ -198,7 +198,7 @@ Awesome R Package Development Tools
Modified
-
October 21, 2024
+
October 27, 2024
@@ -875,15 +875,15 @@ Session information
version R version 4 .4.1 (2024-06-14 )
os Ubuntu 22 .04.5 LTS
system x86_64, linux- gnu
- hostname fv- az1445-109
+ hostname fv- az1778-713
ui X11
language (EN)
collate C.UTF-8
ctype C.UTF-8
tz UTC
- date 2024-10-21
+ date 2024-10-27
pandoc 3.5 @ / opt/ hostedtoolcache/ pandoc/ 3.5 / x64/ (via rmarkdown)
- quarto 1 .6.28 @ / usr/ local/ bin/ quarto
+ quarto 1 .6.30 @ / usr/ local/ bin/ quarto
─ Packages ───────────────────────────────────────────────────────────────────
package * version date (UTC) lib source
diff --git a/README.md b/README.md
index d5ff12c..daffe03 100644
--- a/README.md
+++ b/README.md
@@ -1117,15 +1117,15 @@ To thank the contributors or maintainers of packages you rely on.
version R version 4.4.1 (2024-06-14)
os Ubuntu 22.04.5 LTS
system x86_64, linux-gnu
- hostname fv-az1445-109
+ hostname fv-az1778-713
ui X11
language (EN)
collate C.UTF-8
ctype C.UTF-8
tz UTC
- date 2024-10-21
+ date 2024-10-27
pandoc 3.5 @ /opt/hostedtoolcache/pandoc/3.5/x64/ (via rmarkdown)
- quarto 1.6.28 @ /usr/local/bin/quarto
+ quarto 1.6.30 @ /usr/local/bin/quarto
─ Packages ───────────────────────────────────────────────────────────────────
package * version date (UTC) lib source
diff --git a/README_files/libs/quarto-html/quarto-syntax-highlighting-3a01e2046221230fdceeea94b1ec5d67.css b/README_files/libs/quarto-html/quarto-syntax-highlighting-3a01e2046221230fdceeea94b1ec5d67.css
new file mode 100644
index 0000000..6a65ea4
--- /dev/null
+++ b/README_files/libs/quarto-html/quarto-syntax-highlighting-3a01e2046221230fdceeea94b1ec5d67.css
@@ -0,0 +1,205 @@
+/* quarto syntax highlight colors */
+:root {
+ --quarto-hl-ot-color: #003B4F;
+ --quarto-hl-at-color: #657422;
+ --quarto-hl-ss-color: #20794D;
+ --quarto-hl-an-color: #5E5E5E;
+ --quarto-hl-fu-color: #4758AB;
+ --quarto-hl-st-color: #20794D;
+ --quarto-hl-cf-color: #003B4F;
+ --quarto-hl-op-color: #5E5E5E;
+ --quarto-hl-er-color: #AD0000;
+ --quarto-hl-bn-color: #AD0000;
+ --quarto-hl-al-color: #AD0000;
+ --quarto-hl-va-color: #111111;
+ --quarto-hl-bu-color: inherit;
+ --quarto-hl-ex-color: inherit;
+ --quarto-hl-pp-color: #AD0000;
+ --quarto-hl-in-color: #5E5E5E;
+ --quarto-hl-vs-color: #20794D;
+ --quarto-hl-wa-color: #5E5E5E;
+ --quarto-hl-do-color: #5E5E5E;
+ --quarto-hl-im-color: #00769E;
+ --quarto-hl-ch-color: #20794D;
+ --quarto-hl-dt-color: #AD0000;
+ --quarto-hl-fl-color: #AD0000;
+ --quarto-hl-co-color: #5E5E5E;
+ --quarto-hl-cv-color: #5E5E5E;
+ --quarto-hl-cn-color: #8f5902;
+ --quarto-hl-sc-color: #5E5E5E;
+ --quarto-hl-dv-color: #AD0000;
+ --quarto-hl-kw-color: #003B4F;
+}
+
+/* other quarto variables */
+:root {
+ --quarto-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
+}
+
+pre > code.sourceCode > span {
+ color: #003B4F;
+}
+
+code span {
+ color: #003B4F;
+}
+
+code.sourceCode > span {
+ color: #003B4F;
+}
+
+div.sourceCode,
+div.sourceCode pre.sourceCode {
+ color: #003B4F;
+}
+
+code span.ot {
+ color: #003B4F;
+ font-style: inherit;
+}
+
+code span.at {
+ color: #657422;
+ font-style: inherit;
+}
+
+code span.ss {
+ color: #20794D;
+ font-style: inherit;
+}
+
+code span.an {
+ color: #5E5E5E;
+ font-style: inherit;
+}
+
+code span.fu {
+ color: #4758AB;
+ font-style: inherit;
+}
+
+code span.st {
+ color: #20794D;
+ font-style: inherit;
+}
+
+code span.cf {
+ color: #003B4F;
+ font-weight: bold;
+ font-style: inherit;
+}
+
+code span.op {
+ color: #5E5E5E;
+ font-style: inherit;
+}
+
+code span.er {
+ color: #AD0000;
+ font-style: inherit;
+}
+
+code span.bn {
+ color: #AD0000;
+ font-style: inherit;
+}
+
+code span.al {
+ color: #AD0000;
+ font-style: inherit;
+}
+
+code span.va {
+ color: #111111;
+ font-style: inherit;
+}
+
+code span.bu {
+ font-style: inherit;
+}
+
+code span.ex {
+ font-style: inherit;
+}
+
+code span.pp {
+ color: #AD0000;
+ font-style: inherit;
+}
+
+code span.in {
+ color: #5E5E5E;
+ font-style: inherit;
+}
+
+code span.vs {
+ color: #20794D;
+ font-style: inherit;
+}
+
+code span.wa {
+ color: #5E5E5E;
+ font-style: italic;
+}
+
+code span.do {
+ color: #5E5E5E;
+ font-style: italic;
+}
+
+code span.im {
+ color: #00769E;
+ font-style: inherit;
+}
+
+code span.ch {
+ color: #20794D;
+ font-style: inherit;
+}
+
+code span.dt {
+ color: #AD0000;
+ font-style: inherit;
+}
+
+code span.fl {
+ color: #AD0000;
+ font-style: inherit;
+}
+
+code span.co {
+ color: #5E5E5E;
+ font-style: inherit;
+}
+
+code span.cv {
+ color: #5E5E5E;
+ font-style: italic;
+}
+
+code span.cn {
+ color: #8f5902;
+ font-style: inherit;
+}
+
+code span.sc {
+ color: #5E5E5E;
+ font-style: inherit;
+}
+
+code span.dv {
+ color: #AD0000;
+ font-style: inherit;
+}
+
+code span.kw {
+ color: #003B4F;
+ font-weight: bold;
+ font-style: inherit;
+}
+
+.prevent-inlining {
+ content: "";
+}
+
+/*# sourceMappingURL=6e035cff77b1ce7bccdb34b2a4b19b48.css.map */
diff --git a/index.html b/index.html
index da1eeb7..7d40aeb 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
-
+
@@ -65,7 +65,7 @@
-
+
@@ -198,7 +198,7 @@ Awesome R Package Development Tools
Modified
-
October 21, 2024
+
October 27, 2024
@@ -875,15 +875,15 @@ Session information
version R version 4 .4.1 (2024-06-14 )
os Ubuntu 22 .04.5 LTS
system x86_64, linux- gnu
- hostname fv- az1445-109
+ hostname fv- az1778-713
ui X11
language (EN)
collate C.UTF-8
ctype C.UTF-8
tz UTC
- date 2024-10-21
+ date 2024-10-27
pandoc 3.5 @ / opt/ hostedtoolcache/ pandoc/ 3.5 / x64/ (via rmarkdown)
- quarto 1 .6.28 @ / usr/ local/ bin/ quarto
+ quarto 1 .6.30 @ / usr/ local/ bin/ quarto
─ Packages ───────────────────────────────────────────────────────────────────
package * version date (UTC) lib source