[R-pkg-devel] New R CMD check warnings for html files

2023-06-30 Thread arilamstein
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

[R-pkg-devel] Package broke with R 4.3.0

2023-06-27 Thread arilamstein
'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", "arkansas", "loui

Re: [R-pkg-devel] “unable to find an inherited method” error in choroplethr package

2016-03-30 Thread arilamstein
(Note: you will need to set a census API key for this example to >>> "work". >>> See here >>> < >>> https://cran.r-project.org/web/packages/choroplethr/vignettes/e-mapping-us-census-data.html >>> > >>>

Re: [R-pkg-devel] “unable to find an inherited method” error in choroplethr package

2016-03-28 Thread arilamstein
e 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 can be fixed by >> simply loadi