From f93ec33d63b7d0d25fcb9cb63882bdf1c5c715ae Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Wed, 29 May 2024 19:08:28 +0000 Subject: [PATCH] Minor updates to Notes --- Notes.Rmd | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Notes.Rmd b/Notes.Rmd index 7dd5677..867791b 100644 --- a/Notes.Rmd +++ b/Notes.Rmd @@ -47,8 +47,9 @@ git config --local --list * Write, Setup, and View RMarkdown * Write title `# RStudio Workshop` * Write some text (your name) - * "Settings (gear)" -> "Preview in Viewer Pane" - * "Settings (gear)" -> "Chunk Output in Console" + * Configure rendering + * "Settings (gear)" -> "Preview in Viewer Pane" + * "Settings (gear)" -> "Chunk Output in Console" * Save file * Knit (Knit to HTML) * Optionally set "Knit on Save" - (runs entire notebook) @@ -59,8 +60,8 @@ git config --local --list * Access *Git menu* via "Tools" -> "Version Control"; or the "GIT" dropdown on the toolbar. * Diff: Check what you have done with (under the Git Menu) * "Diff ..." (you may need to click it twice?!) - * Ignore html files: - * right click `R-Ecology.html` and select ignore - change to `*.html` + * Ignore html files (optional): + * Right click `R-Ecology.html` and select ignore - change to `*.html` * Add files: * Verify changes * Click the "Staged" box to add them