new file: r/RStudio/RStudio-0.99.903.eb

new file:   r/RStudio/RStudio-1.0.143.eb
This commit is contained in:
Lukáš Krupčík 2017-05-31 09:34:30 +02:00
parent b4cb9b70bf
commit 08167e057e
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,20 @@
easyblock = 'PackedBinary'
name = 'RStudio'
version = '0.99.903'
homepage = 'https://www.rstudio.com'
description = "RStudio is a set of integrated tools designed to help you be more productive with R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management."
toolchain = {'name': 'dummy', 'version': ''}
sources = ['rstudio-0.99.903-x86_64-fedora.tar.gz']
source_urls = ['https://s3.amazonaws.com/rstudio-dailybuilds/']
sanity_check_paths = {
'files': ['bin/rstudio'],
'dirs': ['R']
}
moduleclass = 'tools'

View File

@ -0,0 +1,20 @@
easyblock = 'PackedBinary'
name = 'RStudio'
version = '1.0.143'
homepage = 'https://www.rstudio.com'
description = "RStudio is a set of integrated tools designed to help you be more productive with R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management."
toolchain = {'name': 'dummy', 'version': ''}
sources = ['rstudio-1.0.143-x86_64-fedora.tar.gz']
source_urls = ['https://s3.amazonaws.com/rstudio-dailybuilds/']
sanity_check_paths = {
'files': ['bin/rstudio'],
'dirs': ['R']
}
moduleclass = 'tools'