ackage (the actual code that crashes is here
<https://github.com/arilamstein/choroplethr/blob/master/R/get_state_demograhpics.R#L42>).
But I am still not sure how to fix this problem.. Any help would be
appreciated.
[[alternative HTML version deleted]]
_
was introduced by version 2.0 of the acs
>> package,
>> which was just released. I suspect that choroplethr is either not
>> importing
>> something that it should be importing, or acs is not exporting something
>> that it should be exporting. For example, the problem ca
t;> acs package,
>> which was just released. I suspect that choroplethr is either
>> not importing
>> something that it should be importing, or acs is not exporting
>> something
>> that it should be exporting. For
s example to
>>> "work".
>>> See here
>>> <
>>> https://cran.r-project.org/web/packages/choroplethr/vignettes/e-mapping-us-census-data.html
>>> >
>>>
ercion to 'logical(1)'
Environment variable R_CHECK_LENGTH_1_LOGIC2 no longer has any effect.
The specific line which broke is this:
https://github.com/arilamstein/choroplethr/blob/master/R/usa.R#L24
The bug can be reproduced like this:
zoom = c("arizona", "arkans
Background: An old package that I maintain on CRAN recently stopped working
due to changes in R 4.3.0. In a previous post (
https://stat.ethz.ch/pipermail/r-package-devel/2023q2/009268.html) people
here helped me find the best solution to the crash bug.
I would like to push this fix to CRAN as qui