Skip to content

Commit d0ffbf2

Browse files
chore(pre-commit): ✏️ automatic fixes
1 parent 933e602 commit d0ffbf2

24 files changed

+83
-87
lines changed

CODE_OF_CONDUCT.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributor Code of Conduct
22

3-
As contributors and maintainers of this project, we pledge to respect all people who
3+
As contributors and maintainers of this project, we pledge to respect all people who
44
contribute through reporting issues, posting suggestions, updating any material,
55
submitting pull requests, and other activities.
66

@@ -13,13 +13,13 @@ imagery, derogatory comments or personal attacks, trolling, public or private ha
1313
insults, or other unprofessional conduct.
1414

1515
Project maintainers have the right and responsibility to remove, edit, or reject comments,
16-
commits, code, wiki edits, issues, and other contributions that are not aligned to this
17-
Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed
16+
commits, code, wiki edits, issues, and other contributions that are not aligned to this
17+
Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed
1818
from the project team.
1919

20-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by
20+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by
2121
opening an issue or contacting one or more of the project maintainers.
2222

23-
This Code of Conduct is adapted from the Contributor Covenant
24-
(https://contributor-covenant.org), version 1.0.0, available at
23+
This Code of Conduct is adapted from the Contributor Covenant
24+
(https://contributor-covenant.org), version 1.0.0, available at
2525
https://contributor-covenant.org/version/1/0/0/

CONTRIBUTING.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
Check out the [Contributing
44
Guide](https://guides.rostools.org/contributing) for more details on how
55
to contribute.
6-

DESCRIPTION

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Type: Website
33
Title: "Advanced Course for Reproducible Research in R"
44
Version: 2024.12.10
55
URL: https://github.com/rostools/r-cubed-advanced
6-
Depends:
6+
Depends:
77
R (>= 4.0.0),
88
tidymodels,
99
tidyverse
10-
Imports:
10+
Imports:
1111
broom,
1212
cli,
1313
commonmark,
@@ -34,14 +34,14 @@ Imports:
3434
tidyr,
3535
workflows,
3636
xml2
37-
Suggests:
37+
Suggests:
3838
gert,
3939
gitcreds,
4040
rmarkdown,
4141
tarchetypes,
4242
usethis
4343
Encoding: UTF-8
4444
LazyData: true
45-
Remotes:
45+
Remotes:
4646
rostools/r3admin
4747
License: CC BY 4.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For Linux users (and maybe Mac?), you will probably need to install
6868
extra dependencies:
6969

7070
``` bash
71-
sudo apt install libglpk-dev libpoppler-cpp-dev
71+
sudo apt install libglpk-dev libpoppler-cpp-dev
7272
```
7373

7474
## Contributing

_extensions/quarto-ext/fontawesome/assets/css/all.css

+3-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
.fa-regular,
1717
.fab,
1818
.fa-brands,
19-
.fal,
19+
.fal,
2020
.fa-light,
2121
.fat,
2222
.fa-thin,
@@ -6694,7 +6694,7 @@ readers do not read off random characters that represent icons */
66946694
.fa-centos:before {
66956695
content: "\f789"; }
66966696

6697-
.fa-adn:before {
6697+
.fa-and:before {
66986698
content: "\f170"; }
66996699

67006700
.fa-cloudsmith:before {
@@ -7258,7 +7258,7 @@ readers do not read off random characters that represent icons */
72587258
.fa-spotify:before {
72597259
content: "\f1bc"; }
72607260

7261-
.fa-optin-monster:before {
7261+
.fa-option-monster:before {
72627262
content: "\f23c"; }
72637263

72647264
.fa-fly:before {
@@ -7968,4 +7968,3 @@ readers do not read off random characters that represent icons */
79687968
font-display: block;
79697969
src: url("../webfonts/FontAwesome6Free-Regular-400.woff2") format("woff2"), url("../../webfonts/FontAwesome6Free-Regular-400.ttf") format("truetype");
79707970
unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }
7971-

_extensions/quarto-ext/fontawesome/fontawesome.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ return {
4444
group = icon
4545
icon = pandoc.utils.stringify(args[2])
4646
end
47-
47+
4848
local title = pandoc.utils.stringify(kwargs["title"])
4949
if not isEmpty(title) then
5050
title = " title=\"" .. title .. "\""
@@ -58,7 +58,7 @@ return {
5858
end
5959

6060
local size = pandoc.utils.stringify(kwargs["size"])
61-
61+
6262
-- detect html (excluding epub which won't handle fa)
6363
if quarto.doc.is_format("html:js") then
6464
ensureHtmlDeps()

_extensions/rostools/r3-theme/_extensions/quarto-ext/fontawesome/assets/css/all.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -6700,7 +6700,7 @@ readers do not read off random characters that represent icons */
67006700
.fa-centos:before {
67016701
content: "\f789"; }
67026702

6703-
.fa-adn:before {
6703+
.fa-and:before {
67046704
content: "\f170"; }
67056705

67066706
.fa-cloudsmith:before {
@@ -7291,7 +7291,7 @@ readers do not read off random characters that represent icons */
72917291
.fa-spotify:before {
72927292
content: "\f1bc"; }
72937293

7294-
.fa-optin-monster:before {
7294+
.fa-option-monster:before {
72957295
content: "\f23c"; }
72967296

72977297
.fa-fly:before {

_extensions/rostools/r3-theme/_extensions/quarto-ext/fontawesome/assets/css/all.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_quarto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ book:
4242
- text: "Code of Conduct"
4343
href: "https://guides.rostools.org/conduct.html"
4444

45-
bibliography:
45+
bibliography:
4646
- "includes/references.bib"
4747
- "includes/packages.bib"
4848

appendix/model-variability.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Use this code as a guide for the function.
308308

309309
``` r
310310
calculate_variation <- function(___) {
311-
___ |>
311+
___ |>
312312
# Code from above.
313313
___
314314
}

0 commit comments

Comments
 (0)