golem
golem copied to clipboard
A Framework for Building Robust Shiny Apps
## User - Validation + [ ] The repo up to date at https://github.com/ThinkR-open/golemmetrics + [ ] The app is avaiable and up to date at The app is avaiable...
Hello, I am a new user of `{golem}` so apologies for the likely simple issue. **Describe the bug** Starting from an empty project (and following the instructions [provided](https://thinkr-open.github.io/golem/articles/a_start.html)), running `golem::run_dev()`...
[BUG]
**Cannot use the fonts with golem nor the FEATURE unit with the choice of libraries and their description ** I have tried to change: 1. some paths - I have...
## User - Validation + [ ] url check are OK ## Dev - Tech ``` Found the following (possibly) invalid URLs: URL: https://r-pkgs.org/Metadata.html#sec-description From: inst/doc/a_start.html Status: 404 Message: Not...
I am having two tabs in the navigation bar (I am trying to keep it simple, I have more, but won't matter). Now, I get my info tab the way...
**Describe the bug** I try to build a shiny app with a database connection to a MSSQL Server via DBI and odic libraries. I can call the functions by hand...
**Is your feature request related to a problem?** The coverage status badge always reports code coverage for the `master` branch (as the links are hard-coded) even when switching to a...
**Is your feature request related to a problem? Please describe.** A pain point I have is needing to manually set up GitHub Actions YAML files for deploying Shiny apps developed...
Via https://github.com/ThinkR-open/golem/commit/9ad97753a585ca1ec418025f3ff08db629592702 a test fix for `test-use_readme()` is done that skips the test in non-interactive mode. However, when eliminating the `devtools:::build_readme()` call at the very end, the test passes successfully...
 golem::create_golem() doesnt with `path = "."` if `package_name` is missing. According to the function documentation, this should be doable. 