golem icon indicating copy to clipboard operation
golem copied to clipboard

A Framework for Building Robust Shiny Apps

Results 115 golem issues
Sort by recently updated
recently updated
newest added

hello all, I am getting some error `cannot open file 'data-raw/config.yaml': No such file or directory` config.yaml is a file with paths, app version , variable renaming etc. which I...

``` > cat(readLines("inst/golem-config.yml"), sep = "\n") default: golem_name: aa golem_version: 0.0.0.9000 app_prod: no production: app_prod: yes dev: golem_wd: !expr here::here() > golem::amend_golem_config("plop", "plop") > cat(readLines("inst/golem-config.yml"), sep = "\n") default: golem_name:...

hacktoberfest
Difficulty: intermediate
effort: low

```r golem::install_dev_deps

As we do both in a row, every time, these two should be merged

All config manipulation now go through amend_golem_config. This allows to be sure that the !expr are not lost Close #709

As of right now, `options(shiny.autoreload = TRUE)` doesn't work with golem

bug

Hi Thanks for the great work. **Given** I have moved the default "./inst/golem-config.yml" to "./inst/config/golem.yml" **AND** declare the configuration file path in "/R/get_golem_config.R" **When** I run "./dev/run_dev.R" **Then** script fails...

I have been using and modifying the Dockerfiles generated by {golem}. The system and R dependencies are a great help and I had to modify very little, thanks for this...

I created a golem app and tested the deployment on shinyapp.io where it worked smoothly. Then I created a docker file and tried to deploy it but for some reason...