ipums / ipumsr

Request, download, and read IPUMS data in R
https://tech.popdata.org/ipumsr/
Mozilla Public License 2.0
20 stars 4 forks source link

Update DBI/RSQLite chunk eval logic #63

Closed robe2037 closed 10 months ago

robe2037 commented 10 months ago

Uses NOT_CRAN env var to suppress certain chunks in ipums-bigdata.Rmd that may produce CRAN check errors until vroom "bad value" (#519) bug is fixed.

We want to run these when building pkgdown site, but not when building vignettes for R CMD Check. Set NOT_CRAN = "true" to allow vignettes to be built and checked with these chunks included. Otherwise, these chunks are suppressed.