mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
21 lines
601 B
Plaintext
21 lines
601 B
Plaintext
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 = SYSTEM
|
|
|
|
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'
|