From 7afe52f982e17643bb07c48f498ca6173aeac0a1 Mon Sep 17 00:00:00 2001 From: Ghislain Durif <gd.dev@libertymail.net> Date: Wed, 11 Oct 2023 09:08:07 +0200 Subject: [PATCH] remove useless rendering metadata (for quarto) and useless package install to copy-paste code --- 10_network_and_ssh.Rmd | 18 ------------------ 11_install_system_programs.Rmd | 18 ------------------ 12_virtualization.Rmd | 18 ------------------ 1_understanding_a_computer.Rmd | 18 ------------------ 2_using_the_ifb_cloud.Rmd | 18 ------------------ 3_first_steps_in_a_terminal.Rmd | 18 ------------------ 4_unix_file_system.Rmd | 18 ------------------ 5_users_and_rights.Rmd | 18 ------------------ 6_unix_processes.Rmd | 18 ------------------ 7_streams_and_pipes.Rmd | 18 ------------------ 8_text_manipulation.Rmd | 18 ------------------ 9_batch_processing.Rmd | 18 ------------------ 12 files changed, 216 deletions(-) diff --git a/10_network_and_ssh.Rmd b/10_network_and_ssh.Rmd index 8d40669..eb4ec93 100644 --- a/10_network_and_ssh.Rmd +++ b/10_network_and_ssh.Rmd @@ -1,33 +1,15 @@ --- title: SSH author: "Laurent Modolo" -output: - rmdformats::downcute: - self_contain: true - use_bookdown: true - default_style: "light" - lightbox: true - css: "./www/style_Rmd.css" --- ```{r include = FALSE} - if (!require("fontawesome")) { install.packages("fontawesome") } -if (!require("klippy")) { - install.packages("remotes") - remotes::install_github("rlesur/klippy") -} library(fontawesome) knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(comment = NA) -klippy::klippy( - position = c("top", "right"), - color = "white", - tooltip_message = "Click to copy", - tooltip_success = "Copied !" -) ``` [](http://creativecommons.org/licenses/by-sa/4.0/) diff --git a/11_install_system_programs.Rmd b/11_install_system_programs.Rmd index 5b57f06..b97bd50 100644 --- a/11_install_system_programs.Rmd +++ b/11_install_system_programs.Rmd @@ -1,33 +1,15 @@ --- title: Install system programs author: "Laurent Modolo" -output: - rmdformats::downcute: - self_contain: true - use_bookdown: true - default_style: "light" - lightbox: true - css: "./www/style_Rmd.css" --- ```{r include = FALSE} - if (!require("fontawesome")) { install.packages("fontawesome") } -if (!require("klippy")) { - install.packages("remotes") - remotes::install_github("rlesur/klippy") -} library(fontawesome) knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(comment = NA) -klippy::klippy( - position = c('top', 'right'), - color = "white", - tooltip_message = 'Click to copy', - tooltip_success = 'Copied !') - ``` [](http://creativecommons.org/licenses/by-sa/4.0/) diff --git a/12_virtualization.Rmd b/12_virtualization.Rmd index e6e442c..6eb8b1b 100644 --- a/12_virtualization.Rmd +++ b/12_virtualization.Rmd @@ -1,33 +1,15 @@ --- title: Virtualization author: "Laurent Modolo" -output: - rmdformats::downcute: - self_contain: true - use_bookdown: true - default_style: "light" - lightbox: true - css: "./www/style_Rmd.css" --- ```{r include = FALSE} - if (!require("fontawesome")) { install.packages("fontawesome") } -if (!require("klippy")) { - install.packages("remotes") - remotes::install_github("rlesur/klippy") -} library(fontawesome) knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(comment = NA) -klippy::klippy( - position = c('top', 'right'), - color = "white", - tooltip_message = 'Click to copy', - tooltip_success = 'Copied !') - ``` [](http://creativecommons.org/licenses/by-sa/4.0/) diff --git a/1_understanding_a_computer.Rmd b/1_understanding_a_computer.Rmd index 2e03d54..48793b6 100644 --- a/1_understanding_a_computer.Rmd +++ b/1_understanding_a_computer.Rmd @@ -1,33 +1,15 @@ --- title: Understanding a computer author: "Laurent Modolo" -output: - rmdformats::downcute: - self_contain: true - use_bookdown: true - default_style: "light" - lightbox: true - css: "./www/style_Rmd.css" --- ```{r include = FALSE} - if (!require("fontawesome")) { install.packages("fontawesome") } -if (!require("klippy")) { - install.packages("remotes") - remotes::install_github("rlesur/klippy") -} library(fontawesome) knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(comment = NA) -klippy::klippy( - position = c('top', 'right'), - color = "white", - tooltip_message = 'Click to copy', - tooltip_success = 'Copied !') - ``` <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> diff --git a/2_using_the_ifb_cloud.Rmd b/2_using_the_ifb_cloud.Rmd index 8a6c5a5..d4facc6 100644 --- a/2_using_the_ifb_cloud.Rmd +++ b/2_using_the_ifb_cloud.Rmd @@ -1,33 +1,15 @@ --- title: IFB (Institut Français de bio-informatique) Cloud author: "Laurent Modolo" -output: - rmdformats::downcute: - self_contain: true - use_bookdown: true - default_style: "light" - lightbox: true - css: "./www/style_Rmd.css" --- ```{r include = FALSE} - if (!require("fontawesome")) { install.packages("fontawesome") } -if (!require("klippy")) { - install.packages("remotes") - remotes::install_github("rlesur/klippy") -} library(fontawesome) knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(comment = NA) -klippy::klippy( - position = c('top', 'right'), - color = "white", - tooltip_message = 'Click to copy', - tooltip_success = 'Copied !') - ``` <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> diff --git a/3_first_steps_in_a_terminal.Rmd b/3_first_steps_in_a_terminal.Rmd index 607e08e..897738d 100644 --- a/3_first_steps_in_a_terminal.Rmd +++ b/3_first_steps_in_a_terminal.Rmd @@ -1,33 +1,15 @@ --- title: First step in a terminal author: "Laurent Modolo" -output: - rmdformats::downcute: - self_contain: true - use_bookdown: true - default_style: "light" - lightbox: true - css: "./www/style_Rmd.css" --- ```{r include = FALSE} - if (!require("fontawesome")) { install.packages("fontawesome") } -if (!require("klippy")) { - install.packages("remotes") - remotes::install_github("rlesur/klippy") -} library(fontawesome) knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(comment = NA) -klippy::klippy( - position = c("top", "right"), - color = "white", - tooltip_message = "Click to copy", - tooltip_success = "Copied !" -) ``` <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> diff --git a/4_unix_file_system.Rmd b/4_unix_file_system.Rmd index 3470a92..20cfa85 100644 --- a/4_unix_file_system.Rmd +++ b/4_unix_file_system.Rmd @@ -1,33 +1,15 @@ --- title: GNU/Linux file system author: "Laurent Modolo" -output: - rmdformats::downcute: - self_contain: true - use_bookdown: true - default_style: "light" - lightbox: true - css: "./www/style_Rmd.css" --- ```{r include = FALSE} - if (!require("fontawesome")) { install.packages("fontawesome") } -if (!require("klippy")) { - install.packages("remotes") - remotes::install_github("rlesur/klippy") -} library(fontawesome) knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(comment = NA) -klippy::klippy( - position = c("top", "right"), - color = "white", - tooltip_message = "Click to copy", - tooltip_success = "Copied !" -) ``` <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> diff --git a/5_users_and_rights.Rmd b/5_users_and_rights.Rmd index e859b55..8f9413c 100644 --- a/5_users_and_rights.Rmd +++ b/5_users_and_rights.Rmd @@ -1,33 +1,15 @@ --- title: Users and rights author: "Laurent Modolo" -output: - rmdformats::downcute: - self_contain: true - use_bookdown: true - default_style: "light" - lightbox: true - css: "./www/style_Rmd.css" --- ```{r include = FALSE} - if (!require("fontawesome")) { install.packages("fontawesome") } -if (!require("klippy")) { - install.packages("remotes") - remotes::install_github("rlesur/klippy") -} library(fontawesome) knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(comment = NA) -klippy::klippy( - position = c('top', 'right'), - color = "white", - tooltip_message = 'Click to copy', - tooltip_success = 'Copied !') - ``` [](http://creativecommons.org/licenses/by-sa/4.0/) diff --git a/6_unix_processes.Rmd b/6_unix_processes.Rmd index a2fa43f..1d53323 100644 --- a/6_unix_processes.Rmd +++ b/6_unix_processes.Rmd @@ -1,33 +1,15 @@ --- title: Unix Processes author: "Laurent Modolo" -output: - rmdformats::downcute: - self_contain: true - use_bookdown: true - default_style: "light" - lightbox: true - css: "./www/style_Rmd.css" --- ```{r include = FALSE} - if (!require("fontawesome")) { install.packages("fontawesome") } -if (!require("klippy")) { - install.packages("remotes") - remotes::install_github("rlesur/klippy") -} library(fontawesome) knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(comment = NA) -klippy::klippy( - position = c("top", "right"), - color = "white", - tooltip_message = "Click to copy", - tooltip_success = "Copied !" -) ``` # Unix Processes diff --git a/7_streams_and_pipes.Rmd b/7_streams_and_pipes.Rmd index a0ccd7f..4c0dc46 100644 --- a/7_streams_and_pipes.Rmd +++ b/7_streams_and_pipes.Rmd @@ -1,33 +1,15 @@ --- title: Unix Streams and pipes author: "Laurent Modolo" -output: - rmdformats::downcute: - self_contain: true - use_bookdown: true - default_style: "light" - lightbox: true - css: "./www/style_Rmd.css" --- ```{r include = FALSE} - if (!require("fontawesome")) { install.packages("fontawesome") } -if (!require("klippy")) { - install.packages("remotes") - remotes::install_github("rlesur/klippy") -} library(fontawesome) knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(comment = NA) -klippy::klippy( - position = c('top', 'right'), - color = "white", - tooltip_message = 'Click to copy', - tooltip_success = 'Copied !') - ``` [](http://creativecommons.org/licenses/by-sa/4.0/) diff --git a/8_text_manipulation.Rmd b/8_text_manipulation.Rmd index 09b76ee..9bfa451 100644 --- a/8_text_manipulation.Rmd +++ b/8_text_manipulation.Rmd @@ -1,33 +1,15 @@ --- title: Text manipulation author: "Laurent Modolo" -output: - rmdformats::downcute: - self_contain: true - use_bookdown: true - default_style: "light" - lightbox: true - css: "./www/style_Rmd.css" --- ```{r include = FALSE} - if (!require("fontawesome")) { install.packages("fontawesome") } -if (!require("klippy")) { - install.packages("remotes") - remotes::install_github("rlesur/klippy") -} library(fontawesome) knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(comment = NA) -klippy::klippy( - position = c("top", "right"), - color = "white", - tooltip_message = "Click to copy", - tooltip_success = "Copied !" -) ``` [](http://creativecommons.org/licenses/by-sa/4.0/) diff --git a/9_batch_processing.Rmd b/9_batch_processing.Rmd index 8d817ce..8318f35 100644 --- a/9_batch_processing.Rmd +++ b/9_batch_processing.Rmd @@ -1,33 +1,15 @@ --- title: Batch processing author: "Laurent Modolo" -output: - rmdformats::downcute: - self_contain: true - use_bookdown: true - default_style: "light" - lightbox: true - css: "./www/style_Rmd.css" --- ```{r include = FALSE} - if (!require("fontawesome")) { install.packages("fontawesome") } -if (!require("klippy")) { - install.packages("remotes") - remotes::install_github("rlesur/klippy") -} library(fontawesome) knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(comment = NA) -klippy::klippy( - position = c('top', 'right'), - color = "white", - tooltip_message = 'Click to copy', - tooltip_success = 'Copied !') - ``` [](http://creativecommons.org/licenses/by-sa/4.0/) -- GitLab