티스토리 뷰
R
GeomRasterAnn was built with an incompatible version of ggproto. 문제 해결
Data Management 28 2018. 6. 27. 22:06문제
R Studio에서 install.packages()로 "ggmap" 설치하고 ggmap()함수를 사용하면 GeomRasterAnn was built with an incompatible version of ggproto. 에러가 나온다.
해결
install.packages("ggmap", type = "source") 를 콘솔창에 입력한다. "ggmap"이 설치되면 library()로 불러와서 사용하면 된다.
이후에는 함수가 잘 작동해서 지도가 그려진다.
원인
패키지가 호환성이 없는 버전이여서 생기는 문제이다.
환경
macOS 10.13
R 3.3
R Studio 1.1
참고
https://stackoverflow.com/questions/40642850/ggmap-error-geomrasterann-was-built-with-an-incompatible-version-of-ggproto
'R' 카테고리의 다른 글
make: gfortran-4.8: No such file or directory 문제 해결 (1) | 2018.06.27 |
---|---|
1: Setting LC_CTYPE failed, using "C" 문제 해결 (1) | 2018.05.25 |
댓글
최근에 올라온 글
최근에 달린 댓글