Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablobarbera/POIR613-2017
2017 version of the PhD-level course POIR 613 - Computational Social Science
https://github.com/pablobarbera/POIR613-2017
Last synced: 16 days ago
JSON representation
2017 version of the PhD-level course POIR 613 - Computational Social Science
- Host: GitHub
- URL: https://github.com/pablobarbera/POIR613-2017
- Owner: pablobarbera
- Created: 2019-09-07T21:06:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T17:45:26.000Z (about 5 years ago)
- Last Synced: 2024-08-01T01:00:59.314Z (3 months ago)
- Language: Makefile
- Homepage: http://pablobarbera.com/POIR613-2017
- Size: 83.7 MB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: docs/support.html
Awesome Lists containing this project
README
# POIR 613 (Fall 2017)
Repository containing materials and the website for POIR 613: Measurement Models and Statistical Computing (University of Southern California, Fall 2017).
Course website is at http://pablobarbera.com/POIR613-2017/
To see 2019 edition of course, see http://pablobarbera.com/POIR613/
This website is built with [Rmarkdown](http://rmarkdown.rstudio.com/rmarkdown_websites.html#overview).
The layout for this website was designed by [Jeffrey Arnold](http://www.jrnold.me/) (thanks!).
## Usage
To build the site,
```rconsole
> source("build.R")
```To serve the site locally and rebuild it dynamically with changes, run:
```rconsole
> source("serve.R")
```