You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: other.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,22 @@ title: Other Resources
4
4
permalink: /other/
5
5
---
6
6
7
-
## Configuring R and Rstudio (Linux)
7
+
## Configuring R and RStudio (Linux)
8
8
9
9
-[Installing xlsx and XML packages on Debian Wheezy](http://allanino.me/blog/programming/installing-some-r-packages/)
10
-
-[Installing Some Basic R Packages in Ubuntu; Ibrahim El Merehbi](http://elmerehbi.wordpress.com/2014/09/09/installing-some-basic-r-packages-in-ubuntu)
10
+
-[Installing Some Basic R Packages in Ubuntu; Ibrahim El Merehbi](http://elmerehbi.wordpress.com/2014/09/09/installing-some-basic-r-packages-in-ubuntu)
11
+
-[Using Projects in RStudio](https://support.rstudio.com/hc/en-us/articles/200526207-Using-Projects)
12
+
-[Using Version Control with RStudio](https://support.rstudio.com/hc/en-us/articles/200532077-Version-Control-with-Git-and-SVN)
11
13
14
+
### Ignoring R & RStudio files
15
+
-[gitignore template for R](https://github.com/github/gitignore/blob/master/R.gitignore) (source:[gitignore](https://github.com/github/gitignore))
16
+
-[Github Help - Using Git / Ignoring files](https://help.github.com/articles/ignoring-files/)
12
17
13
18
## Troubleshooting
14
19
-[Windows batch file to work around RStudio startup issues](https://github.com/stepds/contrib-DataScienceSpecialization/blob/master/README.md)
15
20
16
21
## 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.
22
+
-[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
23
19
24
-[Data Science Appliance](http://datascienceappliance.com/) - A perfectly provisioned virtual machine for data scientists.
0 commit comments