From f5c3f06e91456c7b269d71da568660c90fa4031e Mon Sep 17 00:00:00 2001 From: pcinereus Date: Sun, 28 Jul 2024 04:13:34 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20pcinereu?= =?UTF-8?q?s/SUYRs=5Fdocuments@248bbb12d1b5fe6f75c503e2f4506f8d4bf6ae54=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01_introduction.html | 8 ++++---- 10_pres_git.html | 32 ++++++++++++++++++++++++++++---- 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/01_introduction.html b/01_introduction.html index 5ca36541..05b01709 100644 --- a/01_introduction.html +++ b/01_introduction.html @@ -1568,12 +1568,12 @@

Preparations

R

https://github.com/rstudio/cheatsheets/raw/master/base-r.pdf

- +

R studio

https://github.com/rstudio/cheatsheets/raw/master/rstudio-ide.pdf

-
+

R studio

https://github.com/rstudio/cheatsheets/raw/master/rmarkdown-2.0.pdf

-
+

Cheat sheets (ref cards)

https://www.rstudio.com/resources/cheatsheets/

diff --git a/10_pres_git.html b/10_pres_git.html index 37c5b1ad..0fe10452 100644 --- a/10_pres_git.html +++ b/10_pres_git.html @@ -1777,7 +1777,7 @@

Git - new repository

git init

RStudio

-

+

R

library(usethis)
@@ -1811,7 +1811,7 @@ 

Git - adding content

git add analysis.R

RStudio

-

+

gert::git_add('analysis.R')
@@ -1832,7 +1832,7 @@

Git - adding content

Git - .gitignore

RStudio

-

+

Examples

  • .RData all files ending in .RData
  • @@ -1845,7 +1845,7 @@

    Git - committing

    git commit -m 'Initial commit'
    -
    [main (root-commit) da05b90] Initial commit
    +
    [main (root-commit) a1a873c] Initial commit
      1 file changed, 3 insertions(+)
      create mode 100644 analysis.R
    @@ -1858,6 +1858,30 @@

    Git - committing

    nothing to commit, working tree clean
+
+
../resources/git-tikz --git-dir ~/tmp/Test_repo/.git --filename 10_pres_git_Test_repo1.tex
+ls -la 
+#mv 10_pres_git_Test_repo1.pdf resources/10_pres_git_Test_repo1.pdf
+
+
total 9512
+drwxr-xr-x 6 runner docker    4096 Jul 28 04:13 .
+drwxr-xr-x 9 runner docker    4096 Jul 28 04:12 ..
+-rw-r--r-- 1 runner docker 9539405 Jul 28 04:12 01_introduction.html
+-rw-r--r-- 1 runner docker    8475 Jul 27 22:17 01_introduction.qmd
+drwxr-xr-x 3 runner docker    4096 Jul 28 04:12 01_introduction_cache
+-rw-r--r-- 1 runner docker   52787 Jul 28 04:12 10_pres_git.qmd
+-rw-r--r-- 1 runner docker   52916 Jul 28 04:12 10_pres_git.rmarkdown
+-rw-r--r-- 1 runner docker    2835 Jul 28 04:13 10_pres_git_Test_repo1.log
+-rw-r--r-- 1 runner docker    1435 Jul 28 04:13 10_pres_git_Test_repo1.tex
+drwxr-xr-x 3 runner docker    4096 Jul 28 04:12 10_pres_git_cache
+drwxr-xr-x 3 runner docker    4096 Jul 28 04:13 10_pres_git_files
+-rw-r--r-- 1 runner docker    1396 Jul 27 04:36 Makefile
+-rw-r--r-- 1 runner docker     660 Jul 28 04:13 git-draw.dot
+-rw-r--r-- 1 runner docker     203 Jul 27 22:17 pres-style.css
+drwxr-xr-x 2 runner docker    4096 Jul 28 04:13 resources
+-rw-r--r-- 1 runner docker   33657 Jul 28 04:13 tikz2da01b343437.log
+
+