https://github.com/averissimo/rstudio-download
Download and install latest rstudio preview
https://github.com/averissimo/rstudio-download
Last synced: 8 months ago
JSON representation
Download and install latest rstudio preview
- Host: GitHub
- URL: https://github.com/averissimo/rstudio-download
- Owner: averissimo
- Created: 2020-05-13T21:26:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T16:45:51.000Z (about 3 years ago)
- Last Synced: 2025-04-03T04:15:12.471Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RStudio downloader
> download and install latest rstudio preview
This works by scrapping the [download page](https://www.rstudio.com/products/rstudio/download/preview/) and finding the Ubuntu installer.
It then uses `dpkg` to install the `.deb` file.
_note:_ It keeps the latest deb in the downloads folder and every time it runs it deletes any other file there by using the checksum to keep only the latest version.
## Instructions
You need to have node installed, then:
```
$ git clone https://github.com/averissimo/rstudio-download
$ cd rstudio-download
$ npm install
$ npm start
```
That's it