-
Notifications
You must be signed in to change notification settings - Fork 7
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
single R script to install remotes #56
base: main
Are you sure you want to change the base?
Conversation
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.
Oh, that would be a nice change for installing R packages.
I think it's missing a step to copy the install script into the container before running.
Adds script copy Co-authored-by: Alex Kerney <[email protected]>
And need to copy |
Co-authored-by: Alex Kerney <[email protected]>
Hmm, I just tried running it locally with a fake package name to see how it failed, and it just kept going instead. |
Hmmm is right. I’ll have to look in am.
On Mon, Aug 15, 2022 at 10:18 PM Alex Kerney ***@***.***> wrote:
Hmm, I just tried running it locally with a fake package name to see how
it failed, and it just kept going instead.
—
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABG4SPYIVERHPHOUESIEGDTVZL26TANCNFSM56S5S4TQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Ben Tupper Bigelow Laboratory for Ocean Sciences https://www.bigelow.org/
Tick forecast https://eco.bigelow.org/
|
OK - looks like a brainless call to I'll patch it up and try again. |
Script iterates through the packages identified in the YAML, returns non-zero early if an issue is encountered.