-
Notifications
You must be signed in to change notification settings - Fork 83
Remove any R package installation from notebooks or scripts, especially with BiocManager #690
Comments
|
I started working on this with some of the notebooks I originally created, I can go ahead and remove the R package installations for all of these listed (and if I find any others). |
I have removed the package installation steps from |
@cbethell No need to change it. I will do multiple PRs for these anyway. I'll keep track of which modules are revised here as I open PRs for them. |
Should I be ignoring deprecated/retired analyses, I assume? |
What is the downside to fixing those? Lots of time to rerun I assume? |
Yes but mainly I’m encountering other errors not related to |
Ah, makes sense - skip 'em! |
Keeping track of the changes I make here as I do them. (TBD means I haven't gotten to it yet.)
|
Context: #689 - which is adding a script to specifically install Bioconductor packages on the project Docker container.
Having logic that checks whether or not a package is installed and if not installs it is reasonable if someone were to run an analysis outside the Docker container. But if we were to miss something in the Docker image and then run an analysis it could end up unpinning versions (as discovered on the journey of #684). So, we should remove any package installation from notebooks or scripts, especially any installation via
BiocManager
.Here's a list from @sjspielman:
The text was updated successfully, but these errors were encountered: