Easy package loading and installation #1413
aspencoyle
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Curious how this portion of code works: if(length(new.packages)) install.packages(new.packages) It seems clear that it's assessing the length of the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Here's that chunk of code I mentioned that I put at the top of all my scripts!
For scripts that don't require BiocManager, remove those lines. Otherwise, should just add a few seconds to running each script!
Also all credit to @laurahspencer for coming up with this!
Beta Was this translation helpful? Give feedback.
All reactions