Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-4.0.0-foss-2020a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,21 @@ exts_default_options = {
# !! order of packages is important !!
# packages updated on 23 July 2020
exts_list = [
# include packages that are part of the base installation of R,
# both to make sure they are available (via sanity check),
# and to be able to pass the check for required dependencies when installing extensions in parallel
'base',
'compiler',
'datasets',
'graphics',
'grDevices',
'grid',
'methods',
'parallel',
'splines',
'stats',
'stats4',
'tcltk',
'tools',
'utils',
('Rmpi', '0.6-9', {
Expand Down
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-4.0.3-foss-2020b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,21 @@ exts_default_options = {
# !! order of packages is important !!
# packages updated on 10 Nov 2020
exts_list = [
# include packages that are part of the base installation of R,
# both to make sure they are available (via sanity check),
# and to be able to pass the check for required dependencies when installing extensions in parallel
'base',
'compiler',
'datasets',
'graphics',
'grDevices',
'grid',
'methods',
'parallel',
'splines',
'stats',
'stats4',
'tcltk',
'tools',
'utils',
('Rmpi', '0.6-9', {
Expand Down
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-4.0.4-foss-2020b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,21 @@ exts_default_options = {
# !! order of packages is important !!
# packages updated on 08 Mar 2021
exts_list = [
# include packages that are part of the base installation of R,
# both to make sure they are available (via sanity check),
# and to be able to pass the check for required dependencies when installing extensions in parallel
'base',
'compiler',
'datasets',
'graphics',
'grDevices',
'grid',
'methods',
'parallel',
'splines',
'stats',
'stats4',
'tcltk',
'tools',
'utils',
('Rmpi', '0.6-9.1', {
Expand Down
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-4.0.5-foss-2020b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,21 @@ exts_default_options = {
# !! order of packages is important !!
# packages updated on 07 Apr 2021
exts_list = [
# include packages that are part of the base installation of R,
# both to make sure they are available (via sanity check),
# and to be able to pass the check for required dependencies when installing extensions in parallel
'base',
'compiler',
'datasets',
'graphics',
'grDevices',
'grid',
'methods',
'parallel',
'splines',
'stats',
'stats4',
'tcltk',
'tools',
'utils',
('Rmpi', '0.6-9.1', {
Expand Down
6 changes: 6 additions & 0 deletions easybuild/easyconfigs/r/R/R-4.1.0-foss-2021a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,21 @@ exts_default_options = {
# !! order of packages is important !!
# packages updated on 3rd June 2021
exts_list = [
# include packages that are part of the base installation of R,
# both to make sure they are available (via sanity check),
# and to be able to pass the check for required dependencies when installing extensions in parallel
'base',
'compiler',
'datasets',
'graphics',
'grDevices',
'grid',
'methods',
'parallel',
'splines',
'stats',
'stats4',
'tcltk',
'tools',
'utils',
('Rmpi', '0.6-9.1', {
Expand Down