golemexamples icon indicating copy to clipboard operation
golemexamples copied to clipboard

Gathering in one place some {golem} examples

Results 7 golemexamples issues
Sort by recently updated
recently updated
newest added

The clock is not updated during the processing of the observeEvent. This could be related to package versioning. I tested with `{future}` 1.33.0. A working example using `promises::future_promise()` could be...

Hi @ColinFay There is a missing namespace when accessing the return function "dt" from the server: https://github.com/ColinFay/golemexamples/blob/46379d0cd9fc0a0bdef31257e94608faf78300b6/golemshinydash/R/mod_name_of_module2.R#L14 It should be: ```r DT::DTOutput(ns("dt")) ``` Best regards

I noted that `app_server` in the [shinymanager ](https://github.com/ColinFay/golemexamples/tree/master/golemshinymanager) example is called twice, once before the login screen and once after. Since `global.R` is not considered state-of-the art, where should I...

Hey Colin! Thanks for the great repo! Do you have any examples for implementing oauth authentication with golem? My code works locally, but when I run it in a docker...

This is an excellent idea to collect {golem} examples in this repo! Just a quick check: Are these examples listed here meant to only demonstrate using a {golem} app with...

Hi Colin, I was struggling with the communication between Shiny modules using R6. I found your example, thanks for that! The only thing is why is it not working if...

Hi @ColinFay, I was wondering, whether there is an easy way to incorporate "scrollspy" or something similar in an R Shiny app made with the great golem package. I have...