-
```r
Sys.Date()
[1] "2020-07-07"
```
```r
purrr::map_df(list.files(pattern = ".Rmd"), cloc::cloc_by_file) %>%
dplyr::mutate(lines = loc + blank_lines + comment_lines) %>%
dplyr::select(…
-
In GitLab by @linogaliana on Jul 1, 2020, 08:59
Questions:
* Faut-il aborder shiny ?
* Si oui, sous quel angle ?
-
Hi @VincentGuyader & @ColinFay,
This might be a noob question as this is our (myself and @kiadso) first time getting the `golem` framework up and running for an existing app, so please forgive me i…
-
Hi all.
I'm trying to get auth0 working on a test app I've deployed on an open source shiny server instance. I've configured nginx routing so that apps can be accessed via `https://hostname.com/ap…
-
https://github.com/signalapp/Signal-Server/commit/3432529f9c018d75774ce89f3207b18051c26fe7 is the last public commit.
Is there any public reason why the server is not open source anymore? Sorry to …
-
This may be an unusual use case, but I have a golem app where I need to snapshot my package itself in its own lockfile. Previously this wasn't a problem, but in trying to upgrade my renv and dependenc…
-
Hi,
I'm working on my first `golem` app post-`rstudio::conf(2020)` and I dug myself into a hole. The use case I have is similar to `iSEE::iSEE()` https://github.com/iSEE/iSEE/blob/master/R/iSEE-mai…
-
This is related to [this discussion](https://twitter.com/felipe_mattioni/status/1174636363808989184) on Twitter.
I have noticed that after deploying my shiny app with shinyproxy (this is currently …
-
Good morning, I'm having trouble incorporating an auth0 authentication package in Golem. It is possible ?
-
I'm helping to develop a complex shiny application that makes use of [modules](http://shiny.rstudio.com/articles/modules.html) to streamline the development. We'd really like to use `rintrojs` as our…