Colin Fay
Colin Fay
On the other hand: ``` MacBook-Air-de-colin:plop colin$ Rscript -e "golem::amend_golem_config('x', 'y')" MacBook-Air-de-colin:plop colin$ cat inst/golem-config.yml default: golem_name: plop golem_version: 0.0.0.9000 app_prod: no x: 'y' production: app_prod: yes dev: golem_wd: !expr...
Issue is that set_golem_name() uses `set_golem_things()` which doesn't `use golem::amend_golem_config()` ``` Rscript -e "golem:::set_golem_things" function (key, value, path, talkative, config = "default") { conf_path
Thank you @dpprdan !! So there is a windows specific issue here, thanks a lot for your help!
``` colin@colin golem % cd /tmp colin@colin /tmp % Rscript -e "golem::create_golem('plop')" ── [.Rprofile] Sourcing user-wide rprofile ───────────────────── ── Checking package name ───────────────── ✔ Valid package name ── Creating dir...
Hey, I cloned your repo and did : - golem::run_dev(), and the modal works - remotes::install_local(), quitted R, & `RScript -e "testes::run_app()"`, and the modal works Am I missing something...
@gioneves any update ?
hello! Sure thing, you can do: ```r golem::add_rstudioconnect_file() shinytest::recordTest() ``` See https://engineering-shiny.org/step-secure.html#shinytest for more information
Hey @AlexandraKapp, This is a known bug that should now be solved in the latest version of golem (git version). Can you try the following in your app: ``` remotes::install_github("thinkr-open/golem",...
Thanks!! I'm on the same page as it might relates to https://github.com/ThinkR-open/golem/issues/124, I'm not sure issuing warning would be the way. I think we should natively `ns` all `ids`, as...
Might be needed for https://github.com/ThinkR-open/golem/issues/693