R:V3.1.1,平台:x86_64-w64-mingw32 / x64(64位),包:choroplethrMaps

时间:2015-04-08 15:17:39

标签: r choropleth choroplethr

这是我对社区的第一个问题。我已经阅读了指南,并尽我所能地提出一个适当的问题,并包括一个最小,完整和可验证的例子。话虽如此,请随时提出我可以提出更好问题的方法。

我遇到了choroplethrMaps软件包,我以前从未使用过。我以前在我的工作计算机上安装软件包时遇到了问题,但是通过将软件包及其依赖项粘贴到我的库目录中来解决这个问题。我的部分问题可能源于此,但我不确定。

以下是在我的计算机上复制问题的代码。

library(choroplethrMaps)
library(choroplethrAdmin1)
library(choroplethr)

data(state.map)
df<-data.frame(region=unique(x = state.map$region),value=rnorm(n = 51,mean = 500,sd = 45))
debug(state_choropleth)
state_choropleth(df = df,title = "", legend = "", num_colors = 1)

调试state_choropleth函数后,看起来代码的“render”部分出现错误。当我执行上面的代码时,我收到以下错误消息。

Error in withCallingHandlers(tryCatch(evalq((function (..., call. = TRUE,  :
object '.rcpp_warning_recorder' not found

请注意,我只使用state_choropleth,因为在运行choroplethr函数时,我建议使用state_choropleth。似乎好莱坞已经过时了。

0 个答案:

没有答案