https://github.com/btskinner/rworkshop
Workshop on R
https://github.com/btskinner/rworkshop
r workshop
Last synced: 4 months ago
JSON representation
Workshop on R
- Host: GitHub
- URL: https://github.com/btskinner/rworkshop
- Owner: btskinner
- Created: 2018-01-04T20:22:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T13:07:50.000Z (over 1 year ago)
- Last Synced: 2025-03-10T20:43:51.000Z (10 months ago)
- Topics: r, workshop
- Language: HTML
- Homepage: https://btskinner.io/rworkshop
- Size: 28.2 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workshop on R
Repository holding class materials and website files for R workshop
held on 15/16 January 2018 at the University of Virginia.
## Branches
Setup based on this [gist](https://gist.github.com/chrisjacob/825950).
- `master` branch holds primary files and ignores `_site` subdirectory
(local to machine)
- `gh-pages` branch works in `_site` directory and holds files for
website
## To build
1. On `master` branch in top-level directory, run `bundle exec jekyll build`
2. (on `master` branch) `add`, `commit`, and `push` to remote `master`
3. `cd` into `_site` subdirectory
4. (on `gh-pages` branch now) `add`, `commit`, and `push` to remote
`gh-pages`