Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stop RStudio-Server 2023.09 from installing R packages (+ move to foss/2023a toolchain) #21175

Merged
merged 2 commits into from
Aug 14, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and then used with:
rserver ... --database-config-file="${MYTMP}/db.conf"
"""

toolchain = {'name': 'gfbf', 'version': '2023a'}
toolchain = {'name': 'foss', 'version': '2023a'}

source_urls = ['https://github.com/rstudio/rstudio/archive']
sources = ['v%(version)s.tar.gz']
Expand All @@ -36,6 +36,7 @@ dependencies = [
('Boost', '1.82.0'),
('Java', '11', '', SYSTEM),
('R', '4.3.2'),
('R-bundle-CRAN', '2023.12'),
('SOCI', '4.0.3'),
('yaml-cpp', '0.7.0'),
]
Expand All @@ -52,7 +53,6 @@ preconfigopts = " && ".join([
"./install-dictionaries",
"./install-mathjax",
"./install-pandoc",
"./install-packages",
"./install-panmirror",
"./install-npm-dependencies)",
""
Expand Down
Loading