-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move to new theme and major updates (#1) - Update the theme of the website to the typography theme - Move to GitHub Actions - Rebuild site - Clean-up - General improvements * turn off umami for dev * lint project * update workflows and add linter * update workflows * add branches to actions * update actions * update theme * update submodule * remove gitmodules * remove submodule * readd submodule * update branch * update submodule * update theme * update theme * add highlight style option * move data files * lint, style, and add sidenotes * update theme * remove large file * add lfs * add rds files to lfs * update submodule * update submodule branch * trigger * add requirements for nyt books post * fix conflicts * readd leaflet
- Loading branch information
1 parent
5d7f3b0
commit 1043ce7
Showing
71 changed files
with
5,981 additions
and
3,604 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.rds filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Lint project | ||
|
||
on: | ||
push: | ||
|
||
jobs: | ||
lint-project: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 🛎 Check out repo | ||
uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
|
||
- name: 🏗️ Setup R | ||
uses: r-lib/actions/setup-r@v2 | ||
with: | ||
use-public-rspm: true | ||
|
||
- name: 🛠️ Install lintr | ||
run: install.packages("lintr") | ||
shell: Rscript {0} | ||
|
||
- name: ✨ Lint root directory | ||
run: lintr::lint_dir() | ||
shell: Rscript {0} | ||
env: | ||
LINTR_ERROR_ON_LINT: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
linters: linters_with_defaults( | ||
line_length_linter(80), | ||
commented_code_linter = NULL | ||
) | ||
exclusions: list( | ||
"content/blog/2021-easy-map-norway/save_splmaps_data.R", | ||
"content/blog/2022-dutch-performance-olympic-speed-skating/index.qmd", | ||
"content/blog/2023-sunrise-sunset-differences/index.qmd", | ||
"renv/" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git LFS file not shown
Git LFS file not shown
Binary file modified
BIN
+7.93 KB
(110%)
...-bach/index.markdown_strict_files/figure-markdown_strict/colplot-key-cat1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+50 Bytes
(100%)
...ing-bach/index.markdown_strict_files/figure-markdown_strict/lollipop-cat1-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+22.4 KB
(110%)
...bach/index.markdown_strict_files/figure-markdown_strict/tileplot-key-cat2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.