Skip to content

Commit 6f2e407

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 2035298 + 3169146 commit 6f2e407

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

curated.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ permalink: /curated/
6161
### Reproducible Research
6262
- [Markdown live demo](http://markdown-here.com/livedemo.html)
6363
- [Boosting Slides by Ron Meir](https://github.com/Aratinga/Misc/blob/master/BoostingTutorial.pdf)
64+
- [Reproducible Research website](http://reproducibleresearch.net/)
6465

6566
### Machine Learning
6667
- [UC Irvine Machine Learning Data Repository](http://archive.ics.uci.edu/ml/)

ddp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ permalink: /ddp/
66

77
- [Slidify to Github walkthrough](http://rpubs.com/thoughtfulbloke/25103)
88
- [ggvis and rmarkdown slides with interactive plots](http://qua.st/ggvis-shiny-html5-slides/)
9+
10+
## Shiny
911
- [Shiny app to simulate 401K growth with interactive plots](http://www.mephistosoftware.com/shiny/401k_simulator/)
1012
- [Shiny Video Tutorials Playlist on Youtube](http://www.youtube.com/playlist?list=PL6wLL_RojB5xNOhe2OTSd-DPkMLVY9DfB)
1113
- [Tutorial on writing Shiny simulation apps](https://github.com/homerhanumat/shinyTutorials)
14+
- [Dockerize a Shiny App](http://www.rmining.net/2015/04/30/dockerizing-a-shiny-app/)
15+
- [Git pushing Shiny Apps with Docker/Dokku](http://www.rmining.net/2015/05/11/git-pushing-shiny-apps-with-docker-dokku/)
16+
- [Share your Shiny Apps with Docker and Kitematic](http://www.rmining.net/2015/08/10/share-your-shiny-apps-with-docker-and-kitematic/)
1217

1318
## Comprehensive Notes
1419

getclean.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permalink: /getclean/
1515
- [Pre-processing Excel files before loading them into R](https://github.com/alkashef/cleaningexceldata)
1616
- [Codebook template that can be used in the Getting and Cleaning Data project](https://gist.github.com/JorisSchut/dbc1fc0402f28cad9b41)
1717
- ["Real world" example - reading American Community Survey 2000 PUMS Data:](https://github.com/lgreski/acsexample) Demonstrates how to extract records of a given type from a data file containing multiple record types, and how to use an Excel-based code book to specify arguments for reading a fixed-width file.
18+
- [18 Months of CTA advice](https://thoughtfulbloke.wordpress.com/2015/08/31/hello-world)
1819

1920
## Comprehensive Notes
2021

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: page
44

55
## Table of Contents
66

7-
This is site is meant to serve as a directory for the amazing content the
7+
This site is meant to serve as a directory for the amazing content the
88
community has created around the Data Science Specialization. If you are
99
interested in contributing [click here](https://github.com/DataScienceSpecialization/DataScienceSpecialization.github.io#contributing).
1010

other.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ permalink: /other/
2525
- [Data Science Toolbox](http://datasciencetoolbox.org/) - A virtual environment that allows you to start doing data science in a matter of minutes.
2626

2727
- [Virtual machine with RStudio server and github setup](https://github.com/tboloo/vagrant-rstudio) - A VirtualBox, Vagrant & chef-solo managed virtual machine which provides RStudio server with git & github setup
28+
29+
## Deploying and sharing Shiny Apps with Docker
30+
- [Dockerize a Shiny App](http://www.rmining.net/2015/04/30/dockerizing-a-shiny-app/)
31+
- [Git pushing Shiny Apps with Docker/Dokku](http://www.rmining.net/2015/05/11/git-pushing-shiny-apps-with-docker-dokku/)
32+
- [Share your Shiny Apps with Docker and Kitematic](http://www.rmining.net/2015/08/10/share-your-shiny-apps-with-docker-and-kitematic/)

0 commit comments

Comments
 (0)