Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Sep 4, 2024
1 parent e19ae23 commit 8924026
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eed39ead
27ec9f32
9 changes: 7 additions & 2 deletions day2-remote_server.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ <h2 id="toc-title">On this page</h2>
<li><a href="#cli-practice" id="toc-cli-practice" class="nav-link" data-scroll-target="#cli-practice"><strong>CLI Practice</strong></a></li>
<li><a href="#bonuses" id="toc-bonuses" class="nav-link" data-scroll-target="#bonuses">Bonuses</a>
<ul class="collapse">
<li><a href="#vim-text-editor" id="toc-vim-text-editor" class="nav-link" data-scroll-target="#vim-text-editor">vim text editor</a></li>
<li><a href="#hear-more-about-the-unix-revolution-directly-from-its-creators" id="toc-hear-more-about-the-unix-revolution-directly-from-its-creators" class="nav-link" data-scroll-target="#hear-more-about-the-unix-revolution-directly-from-its-creators">Hear more about the unix revolution directly from its creators</a></li>
<li><a href="#vim-text-editor" id="toc-vim-text-editor" class="nav-link" data-scroll-target="#vim-text-editor">Vim text editor</a></li>
</ul></li>
<li><a href="#advanced-cli" id="toc-advanced-cli" class="nav-link" data-scroll-target="#advanced-cli">Advanced CLI</a></li>
<li><a href="#aknowledgements" id="toc-aknowledgements" class="nav-link" data-scroll-target="#aknowledgements">Aknowledgements</a></li>
Expand Down Expand Up @@ -690,8 +691,12 @@ <h2 class="anchored" data-anchor-id="cli-practice"><a href="https://github.com/E
</section>
<section id="bonuses" class="level2">
<h2 class="anchored" data-anchor-id="bonuses">Bonuses</h2>
<section id="hear-more-about-the-unix-revolution-directly-from-its-creators" class="level3">
<h3 class="anchored" data-anchor-id="hear-more-about-the-unix-revolution-directly-from-its-creators">Hear more about the unix revolution directly from its creators</h3>
<p><a href="https://www.youtube.com/watch?v=tc4ROCJYbm0" class="uri">https://www.youtube.com/watch?v=tc4ROCJYbm0</a></p>
</section>
<section id="vim-text-editor" class="level3">
<h3 class="anchored" data-anchor-id="vim-text-editor">vim text editor</h3>
<h3 class="anchored" data-anchor-id="vim-text-editor">Vim text editor</h3>
<p>This section is optional depending of our progress and interest. Vim is still the default text editor on many Linux distribution and it is good to know about its basics.</p>
<p><a href="vim.html">Vim</a></p>
</section>
Expand Down
2 changes: 1 addition & 1 deletion day4-sharing_things.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ <h2 class="anchored" data-anchor-id="session-info">Session info</h2>
collate C.UTF-8
ctype C.UTF-8
tz UTC
date 2024-09-01
date 2024-09-04
pandoc 2.9.2.1 @ /usr/bin/ (via rmarkdown)

─ Packages ───────────────────────────────────────────────────────────────────
Expand Down
4 changes: 2 additions & 2 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@
"href": "day4-sharing_things.html#session-info",
"title": "Sharing Things",
"section": "Session info",
"text": "Session info\nYour analysis was done with specific versions both of the program used but also of all the packages involved, as well as the specifications of Operating System (OS) that was used. The good use is that there ar tools to let you capture this information in a systematic manner.\n\nsessionInfo()\n\nR version 4.3.1 (2023-06-16)\nPlatform: x86_64-pc-linux-gnu (64-bit)\nRunning under: Ubuntu 22.04.4 LTS\n\nMatrix products: default\nBLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 \nLAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.20.so; LAPACK version 3.10.0\n\nlocale:\n [1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8 \n [4] LC_COLLATE=C.UTF-8 LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8 \n [7] LC_PAPER=C.UTF-8 LC_NAME=C LC_ADDRESS=C \n[10] LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C \n\ntime zone: UTC\ntzcode source: system (glibc)\n\nattached base packages:\n[1] stats graphics grDevices utils datasets methods base \n\nloaded via a namespace (and not attached):\n [1] htmlwidgets_1.6.4 compiler_4.3.1 fastmap_1.2.0 cli_3.6.3 \n [5] tools_4.3.1 htmltools_0.5.8.1 yaml_2.3.10 rmarkdown_2.28 \n [9] knitr_1.48 jsonlite_1.8.8 xfun_0.47 digest_0.6.37 \n[13] rlang_1.1.4 evaluate_0.24.0 \n\n\nor even better:\n\ndevtools::session_info()\n\n─ Session info ───────────────────────────────────────────────────────────────\n setting value\n version R version 4.3.1 (2023-06-16)\n os Ubuntu 22.04.4 LTS\n system x86_64, linux-gnu\n ui X11\n language (EN)\n collate C.UTF-8\n ctype C.UTF-8\n tz UTC\n date 2024-09-01\n pandoc 2.9.2.1 @ /usr/bin/ (via rmarkdown)\n\n─ Packages ───────────────────────────────────────────────────────────────────\n package * version date (UTC) lib source\n cachem 1.1.0 2024-05-16 [1] CRAN (R 4.3.1)\n cli 3.6.3 2024-06-21 [1] CRAN (R 4.3.1)\n devtools 2.4.5 2022-10-11 [1] any (@2.4.5)\n digest 0.6.37 2024-08-19 [1] CRAN (R 4.3.1)\n ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.3.1)\n evaluate 0.24.0 2024-06-10 [1] CRAN (R 4.3.1)\n fastmap 1.2.0 2024-05-15 [1] CRAN (R 4.3.1)\n fs 1.6.4 2024-04-25 [1] CRAN (R 4.3.1)\n glue 1.7.0 2024-01-09 [1] CRAN (R 4.3.1)\n htmltools 0.5.8.1 2024-04-04 [1] CRAN (R 4.3.1)\n htmlwidgets 1.6.4 2023-12-06 [1] CRAN (R 4.3.1)\n httpuv 1.6.15 2024-03-26 [1] CRAN (R 4.3.1)\n jsonlite 1.8.8 2023-12-04 [1] CRAN (R 4.3.1)\n knitr 1.48 2024-07-07 [1] CRAN (R 4.3.1)\n later 1.3.2 2023-12-06 [1] CRAN (R 4.3.1)\n lifecycle 1.0.4 2023-11-07 [1] CRAN (R 4.3.1)\n magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.3.1)\n memoise 2.0.1 2021-11-26 [1] CRAN (R 4.3.1)\n mime 0.12 2021-09-28 [1] CRAN (R 4.3.1)\n miniUI 0.1.1.1 2018-05-18 [1] CRAN (R 4.3.1)\n pkgbuild 1.4.4 2024-03-17 [1] CRAN (R 4.3.1)\n pkgload 1.4.0 2024-06-28 [1] CRAN (R 4.3.1)\n profvis 0.3.8 2023-05-02 [1] CRAN (R 4.3.1)\n promises 1.3.0 2024-04-05 [1] CRAN (R 4.3.1)\n purrr 1.0.2 2023-08-10 [1] CRAN (R 4.3.1)\n R6 2.5.1 2021-08-19 [1] CRAN (R 4.3.1)\n Rcpp 1.0.13 2024-07-17 [1] CRAN (R 4.3.1)\n remotes 2.5.0 2024-03-17 [1] CRAN (R 4.3.1)\n rlang 1.1.4 2024-06-04 [1] CRAN (R 4.3.1)\n rmarkdown 2.28 2024-08-17 [1] any (@2.28)\n sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.3.1)\n shiny 1.9.1 2024-08-01 [1] CRAN (R 4.3.1)\n stringi 1.8.4 2024-05-06 [1] CRAN (R 4.3.1)\n stringr 1.5.1 2023-11-14 [1] CRAN (R 4.3.1)\n urlchecker 1.0.1 2021-11-30 [1] CRAN (R 4.3.1)\n usethis 3.0.0 2024-07-29 [1] CRAN (R 4.3.1)\n vctrs 0.6.5 2023-12-01 [1] CRAN (R 4.3.1)\n xfun 0.47 2024-08-17 [1] CRAN (R 4.3.1)\n xtable 1.8-4 2019-04-21 [1] CRAN (R 4.3.1)\n yaml 2.3.10 2024-07-26 [1] CRAN (R 4.3.1)\n\n [1] /home/runner/work/_temp/Library\n [2] /opt/R/4.3.1/lib/R/site-library\n [3] /opt/R/4.3.1/lib/R/library\n\n──────────────────────────────────────────────────────────────────────────────\n\n\nYou can save all this content to an session_info.txt file and upload it to your repository.\nIn python, using pip freeze &gt; requirements.txt or conda list --export &gt; requirements.txt will create a text file listing all the libraries (and their versions) used in a specific python environment. You can actually use this file to (re)install all the packages and specific versions into a new python environment. It is also great practice to add this file to your repository."
"text": "Session info\nYour analysis was done with specific versions both of the program used but also of all the packages involved, as well as the specifications of Operating System (OS) that was used. The good use is that there ar tools to let you capture this information in a systematic manner.\n\nsessionInfo()\n\nR version 4.3.1 (2023-06-16)\nPlatform: x86_64-pc-linux-gnu (64-bit)\nRunning under: Ubuntu 22.04.4 LTS\n\nMatrix products: default\nBLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 \nLAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.20.so; LAPACK version 3.10.0\n\nlocale:\n [1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8 \n [4] LC_COLLATE=C.UTF-8 LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8 \n [7] LC_PAPER=C.UTF-8 LC_NAME=C LC_ADDRESS=C \n[10] LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C \n\ntime zone: UTC\ntzcode source: system (glibc)\n\nattached base packages:\n[1] stats graphics grDevices utils datasets methods base \n\nloaded via a namespace (and not attached):\n [1] htmlwidgets_1.6.4 compiler_4.3.1 fastmap_1.2.0 cli_3.6.3 \n [5] tools_4.3.1 htmltools_0.5.8.1 yaml_2.3.10 rmarkdown_2.28 \n [9] knitr_1.48 jsonlite_1.8.8 xfun_0.47 digest_0.6.37 \n[13] rlang_1.1.4 evaluate_0.24.0 \n\n\nor even better:\n\ndevtools::session_info()\n\n─ Session info ───────────────────────────────────────────────────────────────\n setting value\n version R version 4.3.1 (2023-06-16)\n os Ubuntu 22.04.4 LTS\n system x86_64, linux-gnu\n ui X11\n language (EN)\n collate C.UTF-8\n ctype C.UTF-8\n tz UTC\n date 2024-09-04\n pandoc 2.9.2.1 @ /usr/bin/ (via rmarkdown)\n\n─ Packages ───────────────────────────────────────────────────────────────────\n package * version date (UTC) lib source\n cachem 1.1.0 2024-05-16 [1] CRAN (R 4.3.1)\n cli 3.6.3 2024-06-21 [1] CRAN (R 4.3.1)\n devtools 2.4.5 2022-10-11 [1] any (@2.4.5)\n digest 0.6.37 2024-08-19 [1] CRAN (R 4.3.1)\n ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.3.1)\n evaluate 0.24.0 2024-06-10 [1] CRAN (R 4.3.1)\n fastmap 1.2.0 2024-05-15 [1] CRAN (R 4.3.1)\n fs 1.6.4 2024-04-25 [1] CRAN (R 4.3.1)\n glue 1.7.0 2024-01-09 [1] CRAN (R 4.3.1)\n htmltools 0.5.8.1 2024-04-04 [1] CRAN (R 4.3.1)\n htmlwidgets 1.6.4 2023-12-06 [1] CRAN (R 4.3.1)\n httpuv 1.6.15 2024-03-26 [1] CRAN (R 4.3.1)\n jsonlite 1.8.8 2023-12-04 [1] CRAN (R 4.3.1)\n knitr 1.48 2024-07-07 [1] CRAN (R 4.3.1)\n later 1.3.2 2023-12-06 [1] CRAN (R 4.3.1)\n lifecycle 1.0.4 2023-11-07 [1] CRAN (R 4.3.1)\n magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.3.1)\n memoise 2.0.1 2021-11-26 [1] CRAN (R 4.3.1)\n mime 0.12 2021-09-28 [1] CRAN (R 4.3.1)\n miniUI 0.1.1.1 2018-05-18 [1] CRAN (R 4.3.1)\n pkgbuild 1.4.4 2024-03-17 [1] CRAN (R 4.3.1)\n pkgload 1.4.0 2024-06-28 [1] CRAN (R 4.3.1)\n profvis 0.3.8 2023-05-02 [1] CRAN (R 4.3.1)\n promises 1.3.0 2024-04-05 [1] CRAN (R 4.3.1)\n purrr 1.0.2 2023-08-10 [1] CRAN (R 4.3.1)\n R6 2.5.1 2021-08-19 [1] CRAN (R 4.3.1)\n Rcpp 1.0.13 2024-07-17 [1] CRAN (R 4.3.1)\n remotes 2.5.0 2024-03-17 [1] CRAN (R 4.3.1)\n rlang 1.1.4 2024-06-04 [1] CRAN (R 4.3.1)\n rmarkdown 2.28 2024-08-17 [1] any (@2.28)\n sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.3.1)\n shiny 1.9.1 2024-08-01 [1] CRAN (R 4.3.1)\n stringi 1.8.4 2024-05-06 [1] CRAN (R 4.3.1)\n stringr 1.5.1 2023-11-14 [1] CRAN (R 4.3.1)\n urlchecker 1.0.1 2021-11-30 [1] CRAN (R 4.3.1)\n usethis 3.0.0 2024-07-29 [1] CRAN (R 4.3.1)\n vctrs 0.6.5 2023-12-01 [1] CRAN (R 4.3.1)\n xfun 0.47 2024-08-17 [1] CRAN (R 4.3.1)\n xtable 1.8-4 2019-04-21 [1] CRAN (R 4.3.1)\n yaml 2.3.10 2024-07-26 [1] CRAN (R 4.3.1)\n\n [1] /home/runner/work/_temp/Library\n [2] /opt/R/4.3.1/lib/R/site-library\n [3] /opt/R/4.3.1/lib/R/library\n\n──────────────────────────────────────────────────────────────────────────────\n\n\nYou can save all this content to an session_info.txt file and upload it to your repository.\nIn python, using pip freeze &gt; requirements.txt or conda list --export &gt; requirements.txt will create a text file listing all the libraries (and their versions) used in a specific python environment. You can actually use this file to (re)install all the packages and specific versions into a new python environment. It is also great practice to add this file to your repository."
},
{
"objectID": "day4-sharing_things.html#containers",
Expand Down Expand Up @@ -1061,7 +1061,7 @@
"href": "day2-remote_server.html#bonuses",
"title": "Working on a remote server",
"section": "Bonuses",
"text": "Bonuses\n\nvim text editor\nThis section is optional depending of our progress and interest. Vim is still the default text editor on many Linux distribution and it is good to know about its basics.\nVim"
"text": "Bonuses\n\nHear more about the unix revolution directly from its creators\nhttps://www.youtube.com/watch?v=tc4ROCJYbm0\n\n\nVim text editor\nThis section is optional depending of our progress and interest. Vim is still the default text editor on many Linux distribution and it is good to know about its basics.\nVim"
},
{
"objectID": "day2-remote_server.html#advanced-cli",
Expand Down
2 changes: 1 addition & 1 deletion site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 8924026

Please sign in to comment.