Colin Fay
Colin Fay
Mmh, yeah I think there is a confusion in what this test considers as a running app. Technically speaking, even with `stop("")`, the process launching the application is in a...
Hey, `data-raw` is supposed to contain the script to build the internal dataset, so this is not where you'll put your external resources. In a golem app, if you have...
Currently working on it
- It should produce the R code (xyzOutput / renderXYZ / updateXYZ) - Be careful about the naming
Hey, I think @shahryary started to work on this in https://github.com/ThinkR-open/golem/pull/185 @shahryary, what we need here would be this — not printing in red the text, but adding a red...
Mmh, so the convention in usethis is : - The user doesn't have anything else to do => print the info with a green tick - The user still have...
The idea with this issue is to check all the times golem prints things to the console, and check that it follows this convention : - green tick: the user...
@RichardPilbery the red dot are mainly generated by `{usethis}` right now :) The idea with this issue would be to go other the messages printed by `{golem}` itself and add...
Everything in `www` is made available at `/` ``` Shiny provides two ways of serving static files (i.e., resources): Static files under the www/ directory are automatically made available under...
@rbcavanaugh I've been trying to solve that, I think @DivadNojnarg has a "hack" around this that he might be able to share. I seem to remember that the idea is...