Kyle Walker

Results 96 comments of Kyle Walker

@wiesehahn I've switched to local dependencies for MapLibre and successfully rendered a Quarto doc with all of those dependencies used. Install from GitHub and try this out: ``` --- title:...

It's not high-precision numbers _per se_ - it's really large numbers too.

Hmm. This is something that always worked before. I wonder if this is 1) due to the government shutdown in some capacity, or 2) a new limit imposed server-side. I...

So, I have long resisted supporting geographies that require a non-standard hierarchy to query them (meaning outside state/county) because of the way I originally wrote the package. The refactor always...

Awesome, tigris needs some updates and I think it's time to get this merged.

Hi @elipousson - One thing that may impact where we go with this PR - the Census website is currently blocking all traffic to the TIGER/Line files (except when visited...

@elipousson yeah, I don't know what to make of it yet. I'll hopefully have an answer this week and fingers crossed it's just a temporary thing so we don't need...

hey @elipousson - I'm going to merge my patch into the main branch, the issue still isn't resolved. It's not a huge change, it just adds a new `protocol` param...

@lpbowlingdvm03 perhaps we should handle this internally, but the Census API (and consequently tidycensus) expects capitalized variable and table names: ``` r library(tidycensus) get_acs(geography = "state", table = "B10001", state...