[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 qui

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

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

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

2016-03-30 Thread arilamstein
s 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
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

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

2016-03-28 Thread arilamstein
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

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

2016-03-25 Thread arilamstein
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]] _