Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
39 lines (34 sloc)
660 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [TITLE]: R-basic | |
# [DESCRIPTION]: Run R language programs for statistical computing and data analysis. | |
# [STATUS]: Active | |
# [CAPABILITIES]: | |
# [TAGS]: Programming Languages, Data Science, R | |
# [MAINTAINER]: Victor Rodriguez <victor.rodriguez.bahena@intel.com> | |
include(libX11client) | |
# | |
# R base packages | |
# | |
clr-R-helpers | |
R | |
include(devpkg-R) | |
# | |
# Required for performance reasons | |
# | |
glibc-lib-avx2 | |
gcc-libs-math | |
# runtime deps (plotting, help navigation, etc) | |
clear-font | |
include(less) | |
# | |
# Not listed because these are part of the R core above | |
# | |
# R-foreign | |
# R-nnet | |
# R-lattice | |
# R-MASS | |
# R-Matrix | |
# R-survival | |
# | |
# broadly useful R utilities | |
# | |
R-languageserver |