Skip to content

Commit fe23c65

Browse files
committed
Merge pull request DataScienceSpecialization#43 from elmerehbi/master
Modified other.md & .gitignore
2 parents e7550ab + 536ca14 commit fe23c65

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
_site
22
.DS_Store
3+
.Rhistory

other.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@ title: Other Resources
44
permalink: /other/
55
---
66

7-
## Configuring R and Rstudio (Linux)
7+
## Configuring R and RStudio (Linux)
88

99
- [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)
1113

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/)
1217

1318
## Troubleshooting
1419
- [Windows batch file to work around RStudio startup issues](https://github.com/stepds/contrib-DataScienceSpecialization/blob/master/README.md)
1520

1621
## 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.
1823

1924
- [Data Science Appliance](http://datascienceappliance.com/) - A perfectly provisioned virtual machine for data scientists.
2025

0 commit comments

Comments
 (0)