golem
golem copied to clipboard
A Framework for Building Robust Shiny Apps
> "We will rename them to Posit Connect, Posit Workbench, and Posit Package Manager so it’s easier for folks to understand that we support more than just R." https://www.rstudio.com/blog/rstudio-is-becoming-posit/ Todo...
IE : ``` golem::fill_desc( pkg_name = "mapit", # The Name of the package containing the App pkg_title = "ttt", # The Title of the package containing the App pkg_description =...
The `run_dev()` docstring says that the default path for the project's `run_dev.R` file is `R/run_dev()`, https://github.com/ThinkR-open/golem/blob/709a382746ce445e6b082691065d6d078add948d/R/run_dev.R#L3 but the default is actually set to `dev/run_dev()`: https://github.com/ThinkR-open/golem/blob/709a382746ce445e6b082691065d6d078add948d/R/run_dev.R#L14 If the user supplies a...
This is a feature request to help users of golem and prevent sending heavy bundles when deploying. Currently, golem suggests to use `rsconnect::deployApp()` but it says nothing about which files...
The `{golem}` package is rather beefy, so I'd rather avoid having it as a dependency. For a number of reasons: it makes the docker image bigger, it make the build...
## Feature I want to be able to upload any file inside www, not juste css or JS ## TODO + [ ] Will behave as other writing functions, except...
In case of subfolders in inst/app/www
Hi, first of all thank you for this extreme usefull package. I'm studying the first example of this section in the book just using different app than _hexmake_ [Engineering Production-Grade...
golem::add_js_input_binding() should build a working input
golem::add_js_output_binding Should build a working widget.