Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmedri/roaster
R - Fetch, build and deploy.
https://github.com/dmedri/roaster
build-tool data-science rstats statistical-analysis statistics virtual-environments
Last synced: 3 months ago
JSON representation
R - Fetch, build and deploy.
- Host: GitHub
- URL: https://github.com/dmedri/roaster
- Owner: dmedri
- License: lgpl-2.1
- Created: 2019-12-30T18:29:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T13:53:52.000Z (over 1 year ago)
- Last Synced: 2024-06-17T21:52:31.680Z (5 months ago)
- Topics: build-tool, data-science, rstats, statistical-analysis, statistics, virtual-environments
- Language: Shell
- Homepage:
- Size: 214 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: citation.bib
Awesome Lists containing this project
- jimsghstars - dmedri/roaster - R - Fetch, build and deploy. (Shell)
README
# roaster
![](images/roaster-logo.png)
## Introduction
This project is an attempt to design an easy tool to support
[**R**](http://www.r-project.org), helps its users (**statisticians** and **data
scientists**) and technicians (**sysadmins** and **devops**). It's an independent
project, unlinked to the R Foundation.Most common use-cases:
* get the source code for a stable/unstable R release;
* install all the needed tools and libraries needed for the build;
* build the source code three with different options;
* update and deploy the R environment.Everything rely upon the Bash shell and could run on almost all modern GNU/Linux
distributions. It's the main focus. By the way, there're open tickets to support
Windows, MacOs and other Unix-like Oses.## Documentations
* Basic Usage:
* [Getting started](/docs/GettingStarted.md)
* [Test latest branch and unstable release](/docs/SvnTools.md)