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

2016-03-30 Thread arilamstein
Uwe, Based on what you report, it seems at least possible that the bug is related to some changes in R between versions. I just submitted an updated version of the package to CRAN that moves the acs package from "import" to "depends'. This solves the problem because it forces users to load the ac

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

2016-03-28 Thread arilamstein
I am using R 3.2.4 for mac. Here is my sessionInfo(): > sessionInfo() R version 3.2.4 (2016-03-10) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: OS X 10.10.5 (Yosemite) locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats g

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

2016-03-28 Thread Uwe Ligges
I just tried your code with acs 2.0 and choroplethr 3.5.1 under R-3.3.0 alpha and got a result rather than an error... Are you using a different version of anything? Best, Uwe Ligges On 28.03.2016 22:49, arilamst...@gmail.com wrote: Unfortunately I am still getting the same error: install.

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

2016-03-28 Thread arilamstein
Unfortunately I am still getting the same error: install.packages(c("choroplethr", "acs")) library(acs) api.key.install("f8b2a6df01479981aef39577b3c4466f5a4c8274") detach("package:acs", unload=TRUE) library(choroplethr) get_state_demographics() Error in (function (classes, fdef, mtable) :

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

2016-03-27 Thread Uwe Ligges
Has this been resolved now? I cannot reproduce the problem as I get: > library(choroplethr) > > ?get_state_demographics starting httpd help server ... done > > get_state_demographics() Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘geography’ for