golem icon indicating copy to clipboard operation
golem copied to clipboard

A Framework for Building Robust Shiny Apps

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

## User - Validation + [ ] `grkstyle`' style is apply at each commit ## Dev - Tech Using pre-commit in the golem package ensures high code quality and consistency....

PR opened :eyeglasses:

I feel like the browser_button function is a "hack" and shouldn't be allowed in production apps, so I think it should be Deprecated.

We might want to rethink how create_if_needed works in non interactive mode (it fails, but should it?)

**Describe the bug** I am currently researching the development of a Shiny application (embedding Rmarkdown files) using the golem package. I have encountered a problem where after developing the Shiny...

bug

**To Reproduce** 1. Open a new Golem project and replace the `get_golem_config()` file paramer (`file = app_sys("golem-config.yml")` ) with the following: `file = Sys.getenv("CONFIG_PATH", app_sys("golem-config.yml"))`. 2. Run `golem::run_dev` The following...

bug

Related to #1178 **To Reproduce** 1. Add a function with a call to `system.file()` to `app_config.R` in a new golem project. (or even just a comment with the word system.file()...

bug

When creating a golem, we don't need to use usethis::create_projetct, as we then copy a skeleton for a package.

## Describe the bug In 03_deploy : ```r > rhub::check_for_cran() This function is deprecated and defunct since rhub v2. Please see `?rhubv2` on transitioning to the new rhub functions. ```

bug