golem
golem copied to clipboard
A Framework for Building Robust Shiny Apps
## Validation + [ ] If I uninstall some dev dependencies and create a golem, a message is printed to the console advising to install them. ## Dev - Tech...
Is only used in dev, so switch to suggests and check_is_installed() when used
**Describe the bug** I have two functions myfunct1 and myfunct2. myfunct1 uses the myfunct2 function. I want to use these two functions in a foreach()%dopar%{} loop but i get a...
Small fix for `tests/testthat/test-with_opt.R` but improves codecov for `R/with_opt.R` from 9.68% to 100% and overall package covr a bit. Fix #1119
- add_rscignore_file() generates .rscignore at golem top level - call in add_rstudio_files() is used in RStudio connect, shiny server and shinyapps io - can be called directly Refs: #110
When creating an app, the default page is just a title, it would nice to have a page with links to golem docs.
I have two github branches for the app I am developing in golem. On the main branch no issues going into the run_dev.R and running all the steps. golem::document_and_reload() followed...
**Describe the bug** I've built a very simple shiny app with the Golem framework that successfully runs locally within Rstudio. However, when I try deploying it on a shiny-server, I...
The tests in `tests/test-with_opt.R` are defunct as the `run_app()` function is not properly sourced in a dummy-golem. One can add a call to `devtools::load_all()` inside the test so the dummy...
**Quick helper in the spirit of add_XXX** Create R6 boilerplate in a new file **Describe the solution you'd like** `add_r6()` with same interface as `add_fct()` and `add_utils` `R6` comes with...