Results 2 comments of Jordan Adamson

Same issue on Fedora 32. Other install's work fine. E.g., `install.packages("nloptr")` passes. This solution worked > ``` > wget https://cran.r-project.org/src/contrib/polyclip_1.10-0.tar.gz > tar -zxvf polyclip_1.10-0.tar.gz > Rscript -e "library('devtools'); devtools::install('polyclip')" >...

Thank you for this package. I'd like to request geometries for years 2008 to 2012 `purrr::map(state_fips, tigris::pumas, class="sf", cb=TRUE, year=2012) %>% purrr::reduce(rbind)`