-
Notifications
You must be signed in to change notification settings - Fork 718
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
{lang}[gfbf/2023a] R v4.3.1 #18221
{lang}[gfbf/2023a] R v4.3.1 #18221
Conversation
@boegelbot please test @ generoso |
@verdurin: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1612741931 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
@boegelbot please test @ generoso |
@verdurin: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1612813073 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
@boegelbot please test @ generoso |
@verdurin: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1613023203 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
@boegelbot please test @ jsc-zen2 |
@verdurin: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1613303631 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
Would consider adding ggplot2? ggplot2 is a dependency 67 times in R-4.3.0. |
What does it require? |
hmmm, ggplot2 requires 14 dependencies that are not in the current R-4.3.1. I have put ggplot2 into a new easyconfig R-Tidyverse-4.3.1 which is larger than the base R. Started with eight libraries with R-Tidyverse and processed with easy_update. The result is about 130 libraries. |
On Wed, Jul 05, 2023 at 02:55:44AM -0700, Kenneth Hoste wrote:
@boegel requested changes on this pull request.
> @@ -0,0 +1,374 @@
+name = 'R'
+version = '4.3.1'
+
+homepage = 'https://www.r-project.org/'
+description = """R is a free software environment for statistical computing
+ and graphics."""
+
+toolchain = {'name': 'gfbf', 'version': '2022b'}
Since we already have an `R` for `2022b`, shouldn't we bump this to `2023a` (once `foss/2023a` is set in stone)?
Maybe.
We need it now, which is why I went with an existing toolchain.
|
Thanks. Are you happy with that approach then, rather than adding |
Yes, This PR looks good to me. I am using this PR in production at the Hutch. ggplot2 is part of the Tidyverse. For my local site, I am using this PR as the base and adding to it. |
@boegelbot please test @ generoso |
@verdurin: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1675013933 processed Message to humans: this is just bookkeeping information for me, |
@verdurin: Tests failed in GitHub Actions, see https://github.com/easybuilders/easybuild-easyconfigs/actions/runs/5834675806
bleep, bloop, I'm just a bot (boegelbot v20200716.01) |
…asyconfigs into 20230628161627_new_pr_R431
@verdurin: Tests failed in GitHub Actions, see https://github.com/easybuilders/easybuild-easyconfigs/actions/runs/6617574882
bleep, bloop, I'm just a bot (boegelbot v20200716.01) |
('libjpeg-turbo', '2.1.5.1'), # for plottting in R | ||
('LibTIFF', '4.5.0'), | ||
('Java', '11', '', SYSTEM), | ||
('libgit2', '1.7.0'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A newer libgit2
was already merged in #18606
('libgit2', '1.7.0'), | |
('libgit2', '1.7.1'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@verdurin I updated to R 4.3.2, added the required dependencies and updated the extensions in verdurin#8
(created using
eb --new-pr
)