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

Benchmark CI fails due to missing gpplot2 #3135

Closed
anonrig opened this issue Dec 21, 2022 · 3 comments
Closed

Benchmark CI fails due to missing gpplot2 #3135

anonrig opened this issue Dec 21, 2022 · 3 comments

Comments

@anonrig
Copy link
Member

anonrig commented Dec 21, 2022

CI logs: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1275/console

00:37:20.501 Error: package or namespace load failed for ‘ggplot2’:
00:37:20.501  package ‘ggplot2’ was installed before R 4.0.0: please re-install it
00:37:20.501 Execution halted
00:37:21.727 Build step 'Execute shell' marked build as failure
00:37:22.552 Sending e-mails to: [email protected] [email protected]
00:37:23.664 Collecting metadata...
00:37:23.664 Metadata collection done.
00:37:23.670 Notifying upstream projects of job completion
00:37:23.671 Finished: FAILURE
@targos
Copy link
Member

targos commented Dec 21, 2022

I'm looking into it.

@targos
Copy link
Member

targos commented Dec 21, 2022

Should be fixed.

I ran:

rm -rf /usr/local/lib/R/site-library

And ran the create playbook to reinstall the dependencies. They are now in /usr/lib/R/site-library and library('ggplot2') no longer throws an error.

@anonrig
Copy link
Member Author

anonrig commented Dec 21, 2022

Thank you @targos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants