This package contains Steph Locke's materials for various presentations and hands-on labs about R. View the training materials on stephlocke.github.io/Rtraining.
Rtraining is also available for you to download, play with, and amend as you see fit. To get a local copy, use git clone or via Rstudio create a New Project from source control and use https://github.com/stephlocke/Rtraining.git
You can install Rtraining if you choose:
if (!require(devtools)) install.packages("devtools")
devtools::install_github("stephlocke/Rtraining")
Many useful packages will be downloaded when this package of R training notes downloads. These are all contained in a separate package that acts a regularly update-able manifest - whenever I think a new package deserves to go on the list, the package version will be incremented so running install_github("stephlocke/pkgRecommendations")
will get you the latest packages.
if (!require(devtools)) install.packages("devtools")
devtools::install_github("stephlocke/pkgRecommendations")
inst/slidedecks
for presentationsinst/handouts
for standalone docs on topicsinst/workshops
for any longer materials