Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomaztk/Install_setup_R_using_Powershell
Installing R and RStudio and setup R using Powershell
https://github.com/tomaztk/Install_setup_R_using_Powershell
Last synced: 3 months ago
JSON representation
Installing R and RStudio and setup R using Powershell
- Host: GitHub
- URL: https://github.com/tomaztk/Install_setup_R_using_Powershell
- Owner: tomaztk
- Created: 2019-02-13T19:32:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T07:46:46.000Z (over 5 years ago)
- Last Synced: 2024-06-05T02:34:22.926Z (5 months ago)
- Language: R
- Size: 6.22 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - tomaztk/Install_setup_R_using_Powershell - Installing R and RStudio and setup R using Powershell (R)
README
# Install R using Powershell and setting up R environment
Installing R and RStudio and setup R using Powershell for the purposes of testing different R versions.
Reference to blog: (https://tomaztsql.wordpress.com/2019/02/18/installing-r-using-powershell/).## Structure
1. Downloading R Studio and R
1. Download Programs with Powershell
1. Silent install
1. Downloading additional R Packages
1. Download additional packages from the package list on CRAN
1. Download additional packages from the package list saved locally
1. Setting up the environment
1. Helper functions and files
1. Initialization
1. Start using R## Clone the repository
Basic git steps:
```
git clone https://github.com/tomaztk/Install_setup_R_using_Powershell```
If you already cloned the code, update the code with:
```
git pull remote https://github.com/tomaztk/Install_setup_R_using_Powershell```
Once you created your part, add, commit and push with following:
```
git add .
git commit -m 'your comment'
git push
```## License
[![ForTheBadge makes-people-smile](http://ForTheBadge.com/images/badges/makes-people-smile.svg)](http://ForTheBadge.com)