-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add docker #126
Comments
That sounds great! |
👋 @moldach! Still interested in a PR? :-) |
Hi @maelle I actually just started looking into this last night and had a few questions before I descend too far into the Rabbit hole. My thinking is that this feature should be added to The second question is:
I know the |
I'd actually view this as an alternative packagedeps option? Yes |
Okay I spent quite a bit of time learning about Docker/Rocker the past few days; making docker image and creating containers and looking into Concerning the creation of the Dockerfile,
Excuse my ignorance about alternative packagedeps - I googled a bit but couldn't find out much. I think the |
They give the same output for me too but I wonder whether one of them is more robust? I'll try to get some information about that. I do not understand your question about alternative packagedeps? |
When you say alternative package dependencies I thought you meant an install command which would include |
cc @stephlocke |
The
benmarwick/rrtools
package has a function (rrtools::use_dockerfile
) which creates a dockerfile along with a project template. I'm wondering if a similar function forstarters
would be desired as a function argument (e.g. docker = FALSE)?If so, I'd like to take a crack at it
The text was updated successfully, but these errors were encountered: