-
Notifications
You must be signed in to change notification settings - Fork 2
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
optigrab #15
Comments
I had tried setting that up with a dependencies=TRUE clause but it wasn’t working for me. Not sure if I was missing something in proper usage. Ideally, yes I would prefer it to install all dependencies but not sure how R handles that with some packages being cran, bioconductor, or github based. |
Unfortunately those suggestions still won't help. First, it would require a user to manually install both devtools and BiocInstaller. Then, I'm still not sure how you would specify a github repo for the install command. Any other thoughts? |
Just found this: https://cran.r-project.org/web/packages/miniCRAN/index.html Maybe an option. |
Using So this works, but only if the requirements of the requirements already exist:
Still need to keep playing around with options here. |
Can we make it install dependencies automatically? It worked after I did:
first. But it would be better if it did this automatically.
The text was updated successfully, but these errors were encountered: