Cory McCartan
Cory McCartan
Some things that I think would make menus more user-friendly but which may (probably?) be harder to implement consistently across all terminal types/environments. These would also go beyond just minor...
Thank you, that makes sense! Just to be clear (and this may not change the doability / priority of it), for 2 the cursor itself wouldn't need to move, you'd...
would it get the first plan in the object or the first _sampled_ plan?
Not quite sure the use case. Ref plans (& the init plan for MCMC) are right at the top and labeled nicely. last_plan() gets you the end of shortburst/ an...
Preferred approach to resolve: add handlers to `add_reference` & `rbind.redist_plans`. Use of `left_join()` is extremely rare outside 50-states (and even there we can / should just use `bind_cols()`)
Hi Michael! This is a weird one. Looks like there may be an issue with your shapefile. When I try to get the perimeter of each ward with `st_length()` I...
Yeah, should be a list rather than a data frame probably One entry of the list would be e.g. rhats Others would be acceptance rate, various efficiency stats, etc.
Yes, there is no `year` argument to `cens_get_dec()` currently. Will work on adding this in the next version once the DHC API is up and running! With recent features, you...
Thanks, will fix this. The error in the reprex is because of the column name, but there's still an error when you pass the correct name `bedrooms`. As a fix...