Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
Minor updates to Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed May 29, 2024
1 parent 6335d67 commit f93ec33
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Notes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit f93ec33

Please sign in to comment.