Skip to content

Commit 67cf76b

Browse files
committed
updated to match teachers
2 parents 18a576c + 89a253d commit 67cf76b

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

curated.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,22 @@ permalink: /curated/
77
## Analytics
88

99
- [OLAP Operation in R](http://architects.dzone.com/articles/olap-operation-r)
10-
- [Journal of Statical Software: Tidy data](http://www.jstatsoft.org/v59/i10/paper)
10+
- [Journal of Statistical Software: Tidy data](http://www.jstatsoft.org/v59/i10/paper)
1111

12+
### Command Line
13+
14+
- [explainshell.com - match command-line arguments to their help text](http://explainshell.com/)
15+
- [The Command Line Crash Course - Quick course in using the command line](http://cli.learncodethehardway.org/book/)
1216

1317
### GitHub
1418

19+
- [Official Git Tutorial](http://git-scm.com/docs/gittutorial)
1520
- [Git - Simple Guide](http://rogerdudler.github.io/git-guide/)
21+
- [Git Immersion - A guided tour through the fundamentals of Git](http://gitimmersion.com/)
1622
- [GitHub - Dealing with Multiple Accounts](http://hmkcode.com/git-tutorial/how-to-deal-with-multiple-github-accounts-on-one-computer/)
23+
24+
25+
## Further Reading
26+
27+
- [Linkedin - Top 10 Big Data and Analytics References](https://www.linkedin.com/pulse/article/20140810194033-111366377-top-10-big-data-and-analytics-references)
28+
- [Linkedin - Let's Get Nerdy: Data Analtyics for Business Leaders Explained](https://www.linkedin.com/pulse/article/20140918162814-111366377-let-s-get-nerdy-data-analytics-for-business-leaders-explained)

getclean.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@ permalink: /getclean/
88
- [Apples to Oranges Data Organisation Challenge](https://github.com/thoughtfulbloke/faoexample)
99
- [dplyr Video Tutorial](https://www.youtube.com/watch?v=jWjqLW-u3hc) and [R Markdown document](http://rpubs.com/justmarkham/dplyr-tutorial): An [update](http://blog.rstudio.org/2014/01/17/introducing-dplyr/) to the plyr package, useful for subsetting, sorting, summarizing, and merging data using a more intuitive syntax than plyr or base R.
1010
- [Downloading files general advice](http://rpubs.com/thoughtfulbloke/downloadtips)
11+
<<<<<<< HEAD
1112
- [Codebook sample](https://gist.github.com/kirstenfrank/218c36a1938055d0f4e4)
1213
- [Second Codebook sample](https://gist.github.com/kirstenfrank/699abe3e16fd1dc36e5d)
14+
=======
15+
- [Query string (and other fields-within-fields) unrolling](http://rpubs.com/schnee/32988)
16+
17+
>>>>>>> 89a253d761447641cb7a05338057d73a26a5959d

other.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ permalink: /other/
1212

1313
## Troubleshooting
1414
- [Windows batch file to work around RStudio startup issues](https://github.com/stepds/contrib-DataScienceSpecialization/blob/master/README.md)
15+
16+
## Pre-built virtual machines for R development.
17+
- [Here's a pre-built lightweight Linux machine with R and Rstudio already installed](https://github.com/queirozfcom/r-box). You just need to install [vagrant](https://www.vagrantup.com/downloads.html), download (or clone) the github repository and you'll get a clean ubuntu machine with the tools you'll need for the assignments.
18+
19+
- [Data Science Appliance](http://datascienceappliance.com/) - A perfectly provisioned virtual machine for data scientists.
20+
21+
- [Data Science Toolbox](http://datasciencetoolbox.org/) - A virtual environment that allows you to start doing data science in a matter of minutes.

0 commit comments

Comments
 (0)