Jan 11:
When you register for a free individual GitHub account, request a student discount to obtain a few private repositories as well as unlimited public repositories. Please use something similar to first_name_last_name as your username when you register with GitHub. For example, my username on GitHub is alanarnholt. If you have a popular name such as John Smith, you may need to provide some other distinquishing characteristic in your username. Please use the same username for your account on Rpubs.
Once you have a GitHub account, send an email to arnholtat@appstate.edu with a Subject line of MAT4010 - GitHub Username, and tell me in the body of your email your first name, last name, and your GitHub username. I will then manually add you as a team member to the repository in the STAT-ATA-ASU organization that has your name (Last_name-First_name). This repository will be where you store all of your work for this course. I will also change your repository to a private repository.
Watch the following Videos:
Become familiar with the Appstate RStudio server. You will use your Appstate user name and password to log in to the server. You must be registered in the class to access the server.
Follow the directions from Jenny Bryan’s STAT 545 to Introduce yourself to Git, Make sure you can communicate with GitHub, Test drive RStudio and GitHub, and Cache your GitHub credentials.
Watch this video which provides some background on asking questions. This stackoverflow thread details how to create a minimal R reproducible example. Please read How To Ask Questions The Smart Way by Eric Raymond and Rick Moen and heed their advice.
Read pages 1-37 (Chapters one and two) of Hands-On Programming with R. Create an Rscripts
folder inside your private repository and store all code in the Rscripts
folder for Project 1
.
Jan 18: No Class
Jan 25:
Feb 1:
shuffle
to your personal packagedevtools::install_github()
)Feb 8:
Feb 15:
Feb 22:
Feb 29:
Mar 7 - Mar 11 No Class - Spring Break
Mar 14:
Mar 21:
Mar 28: No Class
Apr 4:
bookdown
documentation see https://bookdown.org/yihui/bookdown/. To install the development version of bookdown
type the code below at the R
prompt.devtools::install_github('rstudio/bookdown')
Apr 11:
Apr 18:
Apr 25:
May 2: