sqlpetr
sqlpetr copied to clipboard
Functions to accompany the SQL Pet book
This is a bug in `remotes` - see https://github.com/r-lib/remotes/issues/326. Meanwhile, we need to change the install command to ``` remotes::install_github("smithjd/sqlpetr", build = FALSE, force = TRUE) ``` everywhere in the...
Materialized views are a PostgreSQL extension - they should appear to the user as an ordinary view.
Is that in our function or just the way Rstudio did it?
I've run into some Pandoc problems knitting the vignette on Windows. See https://github.com/jgm/pandoc/issues/5037 Everything seems to be working on Linux, so I made a test branch for the RStudio /...