Skip to content

Commit

Permalink
Editing narrative of the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmerman committed Oct 2, 2023
1 parent fdae014 commit 79b3bc5
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .Rproj.user/7D780DDE/sources/prop/2B3954DB
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"tempName": "Untitled1",
"source_window_id": "",
"Source": "Source",
"cursorPosition": "0,0",
"scrollLine": "0",
"cursorPosition": "57,253",
"scrollLine": "51",
"last_setup_crc32": ""
}
10 changes: 5 additions & 5 deletions .Rproj.user/7D780DDE/sources/session-86301621/39657677
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"path": "C:/Users/zimmer43/Sync/Github/AAAR2023-tutorial/index.Rmd",
"project_path": "index.Rmd",
"type": "r_markdown",
"hash": "3697768045",
"hash": "4213431816",
"contents": "",
"dirty": false,
"created": 1696232689723.0,
Expand All @@ -13,16 +13,16 @@
"tempName": "Untitled1",
"source_window_id": "",
"Source": "Source",
"cursorPosition": "0,0",
"scrollLine": "0",
"cursorPosition": "57,253",
"scrollLine": "51",
"last_setup_crc32": ""
},
"folds": "",
"lastKnownWriteTime": 1696232910,
"lastKnownWriteTime": 1696233531,
"encoding": "UTF-8",
"collab_server": "",
"source_window": "",
"last_content_update": 1696232910033,
"last_content_update": 1696233531946,
"read_only": false,
"read_only_alternatives": []
}
10 changes: 10 additions & 0 deletions .Rproj.user/7D780DDE/sources/session-86301621/39657677-contents
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ Other notes:
* All the data, codes and markdown files are available in the Github repository [(Click here to access)](https://github.com/nzimmerman-ubc/AAAR2023-tutorial)
* If you just want the R Markdown file, you can download it from the upper right corner of the page.

# Part 0: Version Control
In developing this tutorial, I used version control using Git and Github. If you're in academia, Github is great because you can get access to many paid features for free (making pages from private repositories, creating organizations, etc.). You can interact with Git in RStudio very easily after it's installed (see links from the Introduction). Once you've successfully installed Git and made it accessible in RStudio, you'll see a little "Git" tab in the top right panel. We can use this panel to quickly Commit changes to our repository, view file additions or deletions, etc.

Those who are familiar with Git may prefer to use the command line - that's outside of the scope of our tutorial today, but you can access the terminal from RStudio in the "Terminal" tab of the bottom left panel.

I will now quickly demonstrate making a change, committing that change, and pushing my change to Github.

## Forking the directory
If you want to follow along in real-time with this tutorial, navigate to this tutorial's repository [(Click here to access)](https://github.com/nzimmerman-ubc/AAAR2023-tutorial) and create a fork (which will create a local copy in your own repository).

# Part 1: SQL Set-up and Logistics
So first things first, we're going to make sure we have set up and configured MySQL on our machine. We'll do this part live, so follow along. We can interact with MySQL in a few ways:

Expand Down
10 changes: 10 additions & 0 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ Other notes:
* All the data, codes and markdown files are available in the Github repository [(Click here to access)](https://github.com/nzimmerman-ubc/AAAR2023-tutorial)
* If you just want the R Markdown file, you can download it from the upper right corner of the page.

# Part 0: Version Control
In developing this tutorial, I used version control using Git and Github. If you're in academia, Github is great because you can get access to many paid features for free (making pages from private repositories, creating organizations, etc.). You can interact with Git in RStudio very easily after it's installed (see links from the Introduction). Once you've successfully installed Git and made it accessible in RStudio, you'll see a little "Git" tab in the top right panel. We can use this panel to quickly Commit changes to our repository, view file additions or deletions, etc.

Those who are familiar with Git may prefer to use the command line - that's outside of the scope of our tutorial today, but you can access the terminal from RStudio in the "Terminal" tab of the bottom left panel.

I will now quickly demonstrate making a change, committing that change, and pushing my change to Github.

## Forking the directory
If you want to follow along in real-time with this tutorial, navigate to this tutorial's repository [(Click here to access)](https://github.com/nzimmerman-ubc/AAAR2023-tutorial) and create a fork (which will create a local copy in your own repository).

# Part 1: SQL Set-up and Logistics
So first things first, we're going to make sure we have set up and configured MySQL on our machine. We'll do this part live, so follow along. We can interact with MySQL in a few ways:

Expand Down
Loading

0 comments on commit 79b3bc5

Please sign in to comment.