-
Notifications
You must be signed in to change notification settings - Fork 133
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
[BUG] add_dockerfile_with_renv() does not create a Dockerfile #1180
Comments
Hi, thanks for your issue. I also tried stepping through the contents of the dev files to pinpoint where the problem might occur, but without success, as everything continues to work as expected. I have verified that I am using the same package versions mentioned in the ticket, specifically for dockerfiler, renv, and golem. Could you please try running just these two commands:
And Let me know if the issue occurs with this golem project as well. Additionally, if possible, I would appreciate receiving the contents of an RStudio project that generates the problem (ie , in wich Regards |
Thanks for looking into this issue. I have run the following commands:
That did not produce a dockerfile. These are all the files after running the commands above: This is what I see in the console:
The only thing that happened was this README file that opened:
Here is the GitHub repo for this project: https://github.com/durraniu/golemname Session Info
|
you have to go in : C:/Users/umair/AppData/Local/Temp/RtmpcR4uyN/deploy/ or, specify an output using I will add something more explicit in documentation and console output about this. |
|
Describe the bug
Running
add_dockerfile_with_renv()
does not create a Dockerfile.To Reproduce
Steps to reproduce the behavior:
golem::create_golem("<package name>")
devtools::check()
, rungolem::add_dockerfile_with_renv()
. It produces a README with commands for the terminal but no Dockerfile is created. I am using version 0.5.1 of golem.Expected behavior
golem::add_dockerfile_with_renv()
is expected to create a Dockerfile.session info
Additional context
golem::add_dockerfile()
creates a Dockerfile.The text was updated successfully, but these errors were encountered: