아무리 해보아도 우류가 발생하여
염치불구 하고 질문을 올려 봅니다.
devtools::install_github("cardiomoon/kormaps2014");
Downloading GitHub repo cardiomoon/kormaps2014@master
from URL https://api.github.com/repos/cardiomoon/kormaps2014/zipball/master
Installing kormaps2014
Installing 1 package: stringi
Installing package into ‘C:/Users/sig70/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
There is a binary version available (and will be installed) but the source version is
later:
binary source
stringi 1.1.7 1.2.4
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/stringi_1.1.7.zip'
Content type 'application/zip' length 14368013 bytes (13.7 MB)
downloaded 13.7 MB
package ‘stringi’ successfully unpacked and MD5 sums checked
Warning: cannot remove prior installation of package ‘stringi’
The downloaded binary packages are in
C:\Users\sig70\AppData\Local\Temp\RtmpmoEzg8\downloaded_packages
"C:/PROGRA~1/R/R-35~1.1/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD \
INSTALL \
"C:/Users/sig70/AppData/Local/Temp/RtmpmoEzg8/devtools3300c8b7a2e/cardiomoon-kormaps2014-873f3c5" \
--library="C:/Users/sig70/Documents/R/win-library/3.5" --install-tests
ERROR: dependency 'stringi' is not available for package 'kormaps2014'
* removing 'C:/Users/sig70/Documents/R/win-library/3.5/kormaps2014'
In R CMD INSTALL
Installation failed: Command failed (1)
위와 같은 오류 Message가 발생 하는데 원인읋 알수 있을까요?
또...
qtm(kormap1)
Error in if (!is.null(u) && crs$units != u) stop(paste0("units ", u, " not recognized: older GDAL version?"), :
missing value where TRUE/FALSE needed
위와 같은 메시지가 나오는데 어떻게 해야 할까용.....?
Comment 5
-
cardiomoon
2018.09.09 17:46
-
고대유물
2018.09.09 23:01
sessioninfo();한 결과 입니다.----------------------------------------------------------------------------R version 3.5.1 (2018-07-02)Platform: x86_64-w64-mingw32/x64 (64-bit)Running under: Windows >= 8 x64 (build 9200)Matrix products: defaultlocale:[1] LC_COLLATE=Korean_Korea.949 LC_CTYPE=Korean_Korea.949 LC_MONETARY=Korean_Korea.949[4] LC_NUMERIC=C LC_TIME=Korean_Korea.949attached base packages:[1] stats graphics grDevices utils datasets methods baseloaded via a namespace (and not attached):[1] compiler_3.5.1 tools_3.5.1 -
cardiomoon
2018.09.10 08:19
에러 메시지를 다시 보니 기존에 설치되어있는 stringi패키지기 있어 설치가 안된는 것 같습니다. 먼저 제거후 다시 설치해보시겠어요?
remove.packages("stringi")
install.packages("stringi")
로 해보시겠어요? -
고대유물
2018.09.12 17:37
답변 대한히 감사 합니다.
페키지는 제대로 다 설치된것 같습니다.
하지만
qtm(kormap1);
Error in if (!is.null(u) && crs$units != u) stop(paste0("units ", u, " not recognized: older GDAL version?"), :
TRUE/FALSE가 필요한 곳에 값이 없습니다
와 같은 메시지가 나옵니다.도움 요청 드립니다.Recommend:1 Comment
-
건이두
2019.09.02 11:48
저도 같은 에러가 나네요, 해결하셨으면, 방법 좀 공유 부탁드립니다.
R version이 맞지 않아 stringi 패키지가 설치 안되는 것 같습니다.
sessionInfo()한번 해보시겠어요?