Jakob Gutschlhofer

Results 4 issues of Jakob Gutschlhofer

### System details Output of `sessionInfo()`: ``` shiny_1.7.1 ``` ### Example application ```R library(shiny) # Define UI for application that draws a histogram ui

Including a .css file via YAML header and runtime: shiny does not work when the **filename of the .Rmd contains a space**. After ages of searching for the bug of...

bug
theme: paths

This db query is not working at least in my Postgres database as the table name needs to be without quotations: https://github.com/news-r/auritus/blob/b743f27c09f59987cd15b83d619bec5ea462e4c5/R/03-crawl.R#L104 Should be: `... FROM articles; ...`

Hello! I was just trying to play around and set everything up, was using `"Postgres"` as my db type, just like the web page suggests to do, but then I...