Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephlocke/Rtraining
R training materials developed by Steph Locke
https://github.com/stephlocke/Rtraining
Last synced: 3 months ago
JSON representation
R training materials developed by Steph Locke
- Host: GitHub
- URL: https://github.com/stephlocke/Rtraining
- Owner: stephlocke
- License: other
- Archived: true
- Created: 2015-01-19T19:54:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T10:46:08.000Z (over 7 years ago)
- Last Synced: 2024-05-21T02:12:23.284Z (6 months ago)
- Language: R
- Homepage: http://stephlocke.info/Rtraining
- Size: 73.1 MB
- Stars: 73
- Watchers: 11
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
[![Project Status: Active ? The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Build Status](https://travis-ci.org/stephlocke/Rtraining.svg?branch=master)](https://travis-ci.org/stephlocke/Rtraining)
[![packageversion](https://img.shields.io/badge/Package%20version-1.3.23-orange.svg?style=flat-square)](commits/master)
[![minimal R version](https://img.shields.io/badge/R%3E%3D-3.1.2-6666ff.svg)](https://cran.r-project.org/)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/Rtraining)](https://cran.r-project.org/package=Rtraining)---
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](/commits/master)```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-",
eval = FALSE
)
```
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](http://stephlocke.github.io/Rtraining/).## Get it
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](https://github.com/stephlocke/Rtraining.git)You can install Rtraining if you choose:
```{r}
if (!require(devtools)) install.packages("devtools")
devtools::install_github("stephlocke/Rtraining")
```## Packages
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.
```{r}
if (!require(devtools)) install.packages("devtools")
devtools::install_github("stephlocke/pkgRecommendations")
```## Important Contents
- [`inst/slidedecks`](./inst/slidedecks) for presentations
- [`inst/handouts`](./inst/handouts) for standalone docs on topics
- [`inst/workshops`](./inst/workshops) for any longer materials