vincent guyader

Results 43 comments of vincent guyader

I'm thinking about something do we have to set `here::here("dev/run_dev.R")` to be more defensive ? (what if someone using fusen launch `golem::run_dev()` from `dev/flat_file.Rmd`)

Hi all, Do you have an example where doing "library(mypkg);run_app()" does not solve all the problems with data? in my opinion (but I may be wrong) if you need to...

HI, thanks a lot. I'm working on a new way to create Dockerfile (based on renv), you may want to do a PR on the branch https://github.com/ThinkR-open/golem/tree/renv_wip too :) and...

hi @psolymos we just release the 0.3.3 golem version this include some renv based dockerfile creation see https://github.com/ThinkR-open/golem/blob/master/R/add_dockerfiles_renv.R I missed the opportunity to implement your request, which seems relevant to...

Will still have an issue using `golem::set_golem_name("HOP")` it transform : ``` default: golem_name: golemcran032 golem_version: 0.0.0.9000 app_prod: no production: app_prod: yes dev: golem_wd: golem_wd: !expr here::here() ``` to ``` default:...

Hi Dean Thanks for your message! We well know {shinyjs}, and invoke_js try to help people to use java script in shiny (from beginner with prebuilded js function to expert..),...

And be sure that we are constant :)

Et attachement :)

why do not replace ../../../volumes/proxy/certs with an absolute path such as /folder/folder/folder/volumes/proxy/certs ?

Hi I need to have the log of the docker build -t ciaone . To see why you cant install your package from source. What is the check output ?