-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closes #58 fixed appendix #152
Merged
StefanThoma
merged 18 commits into
main
from
58-source-code-and-how-it-works-with-appendixr
May 2, 2024
Merged
Changes from 5 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
6ff5f40
added session info and fixed link to source
StefanThoma 947a5a4
Merge branch 'main' into 58-source-code-and-how-it-works-with-appendixr
StefanThoma 15c1d57
fix category extraction, not sure what for
StefanThoma 33d9bc5
added session info site
StefanThoma ed3e9c6
Merge branch 'main' into 58-source-code-and-how-it-works-with-appendixr
StefanThoma f5256bf
Merge branch 'main' into 58-source-code-and-how-it-works-with-appendixr
StefanThoma 1322add
CICD checks fixed
StefanThoma d37efdc
remove session info at post level
StefanThoma 883135a
update to include roxygen
StefanThoma 53a12f6
added spell_check
StefanThoma 2b22982
added spell_check
StefanThoma 1045459
fix
StefanThoma 4f369c8
update workflow
StefanThoma f41cc2f
new spell check workflow
StefanThoma 0563a7c
UPDATE WORKFLOW
StefanThoma bfef08f
fix styling
StefanThoma 1001aa5
delete other spell check
StefanThoma 8895640
Merge branch 'main' into 58-source-code-and-how-it-works-with-appendixr
StefanThoma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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,25 @@ | ||
R version 4.3.1 (2023-06-16) | ||
Platform: x86_64-pc-linux-gnu (64-bit) | ||
Running under: Ubuntu 22.04.3 LTS | ||
|
||
Matrix products: default | ||
BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 | ||
LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.20.so; LAPACK version 3.10.0 | ||
|
||
locale: | ||
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 | ||
[8] LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C | ||
|
||
time zone: Etc/UTC | ||
tzcode source: system (glibc) | ||
|
||
attached base packages: | ||
[1] stats graphics grDevices datasets utils methods base | ||
|
||
other attached packages: | ||
[1] dplyr_1.1.3 | ||
|
||
loaded via a namespace (and not attached): | ||
[1] utf8_1.2.3 R6_2.5.1 lubridate_1.9.3 tidyselect_1.2.0 xfun_0.40 magrittr_2.0.3 glue_1.6.2 stringr_1.5.0 tibble_3.2.1 knitr_1.44 pkgconfig_2.0.3 | ||
[12] timechange_0.2.0 generics_0.1.3 lifecycle_1.0.3 cli_3.6.1 fansi_1.0.5 sessioninfo_1.2.2 vctrs_0.6.3 renv_1.0.3 compiler_4.3.1 rprojroot_2.0.3 here_1.0.1 | ||
[23] purrr_1.0.2 rstudioapi_0.15.0 tools_4.3.1 pillar_1.9.0 yaml_2.3.7 rlang_1.1.1 fs_1.6.3 stringi_1.7.12 |
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,9 @@ | ||
--- | ||
title: "Session Info" | ||
description: "This page displays the session information for the site." | ||
--- | ||
|
||
```{r} | ||
library(sessioninfo) | ||
session_info() | ||
``` |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure this overwrites!