vincent guyader
vincent guyader
hi, (sorry for the looong delay) do you have any reproductible example ? Regards
reprex : ``` remotes::install_github("thinkr-open/golem@dev") golem::create_golem(path = ".",overwrite = TRUE) usethis::use_package("chromote") golem::add_dockerfile_with_renv(output_dir = "deploy",document = FALSE) ```
easy way to deal with it : `golem::add_dockerfile_with_renv(output_dir = "deploy",document = FALSE, expand = TRUE)` use `expand = TRUE` instead of `expand = FALSE`
wiil be fixed by : https://github.com/ThinkR-open/dockerfiler/pull/54
Hi Do you have a link to your app ?
thanks, it's seems to be a mission for https://github.com/ThinkR-open/lozen (the lozen documentation It's quite... humm .. hard to foloow i have planed to refactor it, but i need some time...
HI, i prefer `overwrite = TRUE`, instead of `replace = TRUE`. ok for you @ColinFay ?
Thank you for this interesting bug report. It's not so much an issue specific to golem itself, but rather about how to create a function that uses foreach in a...
> > it works, but as far as i know if you change your renv.lock.prod fie it's not possible to only rerun final. > > Is that a problem? If...
> `golem::add_shinyserver_file()` should add mygolempackage/app.R. It looks like you're missing that file. yes, the app.R file is missing in your server. Regards