Error: isTRUE(gpclibPermitStatus()) is not TRUE

前端 未结 3 1960
梦毁少年i
梦毁少年i 2020-12-29 21:05

This question may be a duplicate of an earlier unanswered one. I still have the problem.

I am trying to use a zipcode shapefile and coming up with the following erro

3条回答
  •  心在旅途
    2020-12-29 21:33

    I learned this answer elsewhere: I had to type

    install.packages("gpclib", type="source")

    and it worked just fine.

提交回复
热议问题