mrchypark / multilinguer

Gentle Programming Language Installer (like JDK, conda) for R User
https://mrchypark.github.io/multilinguer/
Other
7 stars 2 forks source link

안녕하십니까? 박박사님. Konlp 설치 오류 문의 올립니다. #54

Closed BaeBJH closed 1 year ago

BaeBJH commented 1 year ago

번거롭게 하여 송구합니다만, 제가 R 4.1.3 번전 설치 후 Konlp 패키지 설치 오류로 텍스트 마이닝이 안됩니다.

  1. 슬통 영상대로 c 하위폴더에 r 폴더 만들고 rtools42 및 Rstudio 설치 하였습니다. 환경변수도 조정하였습니다.
  2. 박박사님 GitHub 참고하여 설치하였습니다.
  3. 김영우 선생님의 "...쉽게 배우는.... " 의 설치 방법도 시도해 보았습니다.
  4. 몇 번을 반복 실행해도 안되어 이렇게 문의 올립니다. 문제가 무엇인지 도저히 모르겠습니다. 도움 부탁드립니다. 감사합니다.

R version 4.1.3 (2022-03-10) -- "One Push-Up" Copyright (C) 2022 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R.

install.packages("multilinguer") also installing the dependency ‘sys’

There is a binary version available but the source version is later: binary source needs_compilation sys 3.4.1 3.4.2 TRUE

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/multilinguer_0.2.4.zip' Content type 'application/zip' length 626122 bytes (611 KB) downloaded 611 KB

package ‘multilinguer’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in C:\Users\com\AppData\Local\Temp\Rtmp4A6Sul\downloaded_packages installing the source package ‘sys’

trying URL 'https://cran.rstudio.com/src/contrib/sys_3.4.2.tar.gz' Content type 'application/x-gzip' length 20169 bytes (19 KB) downloaded 19 KB

arch - i386 "c:/rtools40/mingw32/bin/"gcc -I"C:/R/R-41~1.3/include" -DNDEBUG -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c win32/exec.c -o win32/exec.o /bin/sh: line 1: c:/rtools40/mingw32/bin/gcc: No such file or directory make: [C:/R/R-41~1.3/etc/i386/Makeconf:238: win32/exec.o] Error 127 ERROR: compilation failed for package 'sys'

The downloaded source packages are in ‘C:\Users\com\AppData\Local\Temp\Rtmp4A6Sul\downloaded_packages’

library(multilinguer) Error: package or namespace load failed for ‘multilinguer’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘sys’ install.packages('sys')

There is a binary version available but the source version is later: binary source needs_compilation sys 3.4.1 3.4.2 TRUE

installing the source package ‘sys’

trying URL 'https://cran.rstudio.com/src/contrib/sys_3.4.2.tar.gz' Content type 'application/x-gzip' length 20169 bytes (19 KB) downloaded 19 KB

arch - i386 "c:/rtools40/mingw32/bin/"gcc -I"C:/R/R-41~1.3/include" -DNDEBUG -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c win32/exec.c -o win32/exec.o /bin/sh: line 1: c:/rtools40/mingw32/bin/gcc: No such file or directory make: [C:/R/R-41~1.3/etc/i386/Makeconf:238: win32/exec.o] Error 127 ERROR: compilation failed for package 'sys'

The downloaded source packages are in ‘C:\Users\com\AppData\Local\Temp\Rtmp4A6Sul\downloaded_packages’

install_jdk() Error in install_jdk() : could not find function "install_jdk" install_jdk() Error in install_jdk() : could not find function "install_jdk" install.packages('jdk') Warning in install.packages : package ‘jdk’ is not available for this version of R

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

install.packages(c("stringr", "hash", "tau", "Sejong", "RSQLite", "devtools"), 영어 감성 분석 Error: unexpected symbol in "install.packages(c("stringr", "hash", "tau", "Sejong", "RSQLite", "devtools"), 영어 감성" type = "binary") Error: unexpected ')' in " type = "binary")" install.packages(c("stringr", "hash", "tau", "Sejong", "RSQLite", "devtools"), type = "binary") also installing the dependencies ‘Rcpp’, ‘utf8’, ‘fastmap’, ‘httpuv’, ‘mime’, ‘xtable’, ‘fontawesome’, ‘sourcetools’, ‘later’, ‘promises’, ‘base64enc’, ‘sass’, ‘jquerylib’, ‘fansi’, ‘systemfonts’, ‘textshaping’, ‘tinytex’, ‘xfun’, ‘pillar’, ‘highr’, ‘diffobj’, ‘rematch2’, ‘bit’, ‘cachem’, ‘shiny’, ‘htmltools’, ‘callr’, ‘prettyunits’, ‘processx’, ‘bslib’, ‘digest’, ‘downlit’, ‘httr’, ‘ragg’, ‘rmarkdown’, ‘tibble’, ‘xml2’, ‘htmlwidgets’, ‘xopen’, ‘brew’, ‘commonmark’, ‘knitr’, ‘brio’, ‘evaluate’, ‘praise’, ‘ps’, ‘waldo’, ‘rlang’, ‘stringi’, ‘vctrs’, ‘bit64’, ‘blob’, ‘DBI’, ‘memoise’, ‘pkgconfig’, ‘plogr’, ‘cpp11’, ‘ellipsis’, ‘fs’, ‘miniUI’, ‘pkgbuild’, ‘pkgdown’, ‘pkgload’, ‘profvis’, ‘rcmdcheck’, ‘remotes’, ‘roxygen2’, ‘rversions’, ‘sessioninfo’, ‘testthat’, ‘urlchecker’

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/Rcpp_1.0.10.zip' Content type 'application/zip' length 3291415 bytes (3.1 MB) downloaded 3.1 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/utf8_1.2.3.zip' Content type 'application/zip' length 210162 bytes (205 KB) downloaded 205 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/fastmap_1.1.1.zip' Content type 'application/zip' length 219934 bytes (214 KB) downloaded 214 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/httpuv_1.6.9.zip' Content type 'application/zip' length 1692597 bytes (1.6 MB) downloaded 1.6 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/mime_0.12.zip' Content type 'application/zip' length 48094 bytes (46 KB) downloaded 46 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/xtable_1.8-4.zip' Content type 'application/zip' length 706830 bytes (690 KB) downloaded 690 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/fontawesome_0.5.1.zip' Content type 'application/zip' length 1353198 bytes (1.3 MB) downloaded 1.3 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/sourcetools_0.1.7-1.zip' Content type 'application/zip' length 691426 bytes (675 KB) downloaded 675 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/later_1.3.0.zip' Content type 'application/zip' length 857629 bytes (837 KB) downloaded 837 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/promises_1.2.0.1.zip' Content type 'application/zip' length 2314600 bytes (2.2 MB) downloaded 2.2 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/base64enc_0.1-3.zip' Content type 'application/zip' length 43156 bytes (42 KB) downloaded 42 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/sass_0.4.5.zip' Content type 'application/zip' length 3642600 bytes (3.5 MB) downloaded 3.5 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/jquerylib_0.1.4.zip' Content type 'application/zip' length 525857 bytes (513 KB) downloaded 513 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/fansi_1.0.4.zip' Content type 'application/zip' length 366039 bytes (357 KB) downloaded 357 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/systemfonts_1.0.4.zip' Content type 'application/zip' length 2021580 bytes (1.9 MB) downloaded 1.9 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/textshaping_0.3.6.zip' Content type 'application/zip' length 2168137 bytes (2.1 MB) downloaded 2.1 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/tinytex_0.45.zip' Content type 'application/zip' length 136293 bytes (133 KB) downloaded 133 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/xfun_0.39.zip' Content type 'application/zip' length 443764 bytes (433 KB) downloaded 433 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/pillar_1.9.0.zip' Content type 'application/zip' length 658514 bytes (643 KB) downloaded 643 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/highr_0.10.zip' Content type 'application/zip' length 46574 bytes (45 KB) downloaded 45 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/diffobj_0.3.5.zip' Content type 'application/zip' length 999639 bytes (976 KB) downloaded 976 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/rematch2_2.1.2.zip' Content type 'application/zip' length 47559 bytes (46 KB) downloaded 46 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/bit_4.0.5.zip' Content type 'application/zip' length 1180830 bytes (1.1 MB) downloaded 1.1 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/cachem_1.0.7.zip' Content type 'application/zip' length 79938 bytes (78 KB) downloaded 78 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/shiny_1.7.4.zip' Content type 'application/zip' length 4324054 bytes (4.1 MB) downloaded 4.1 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/htmltools_0.5.5.zip' Content type 'application/zip' length 361526 bytes (353 KB) downloaded 353 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/callr_3.7.3.zip' Content type 'application/zip' length 441006 bytes (430 KB) downloaded 430 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/prettyunits_1.1.1.zip' Content type 'application/zip' length 37966 bytes (37 KB) downloaded 37 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/processx_3.8.1.zip' Content type 'application/zip' length 1476174 bytes (1.4 MB) downloaded 1.4 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/bslib_0.4.2.zip' Content type 'application/zip' length 5061542 bytes (4.8 MB) downloaded 4.8 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/digest_0.6.31.zip' Content type 'application/zip' length 267173 bytes (260 KB) downloaded 260 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/downlit_0.4.2.zip' Content type 'application/zip' length 113538 bytes (110 KB) downloaded 110 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/httr_1.4.5.zip' Content type 'application/zip' length 518008 bytes (505 KB) downloaded 505 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/ragg_1.2.5.zip' Content type 'application/zip' length 2391590 bytes (2.3 MB) downloaded 2.3 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/rmarkdown_2.21.zip' Content type 'application/zip' length 2611154 bytes (2.5 MB) downloaded 2.5 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/tibble_3.2.1.zip' Content type 'application/zip' length 702025 bytes (685 KB) downloaded 685 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/xml2_1.3.3.zip' Content type 'application/zip' length 2912607 bytes (2.8 MB) downloaded 2.8 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/htmlwidgets_1.6.2.zip' Content type 'application/zip' length 811157 bytes (792 KB) downloaded 792 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/xopen_1.0.0.zip' Content type 'application/zip' length 24786 bytes (24 KB) downloaded 24 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/brew_1.0-8.zip' Content type 'application/zip' length 78729 bytes (76 KB) downloaded 76 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/commonmark_1.9.0.zip' Content type 'application/zip' length 275146 bytes (268 KB) downloaded 268 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/knitr_1.42.zip' Content type 'application/zip' length 1501380 bytes (1.4 MB) downloaded 1.4 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/brio_1.1.3.zip' Content type 'application/zip' length 48966 bytes (47 KB) downloaded 47 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/evaluate_0.20.zip' Content type 'application/zip' length 80548 bytes (78 KB) downloaded 78 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/praise_1.0.0.zip' Content type 'application/zip' length 19842 bytes (19 KB) downloaded 19 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/ps_1.7.5.zip' Content type 'application/zip' length 800160 bytes (781 KB) downloaded 781 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/waldo_0.4.0.zip' Content type 'application/zip' length 102322 bytes (99 KB) downloaded 99 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/rlang_1.1.0.zip' Content type 'application/zip' length 1710397 bytes (1.6 MB) downloaded 1.6 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/stringi_1.7.12.zip' Content type 'application/zip' length 16506152 bytes (15.7 MB) downloaded 15.7 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/vctrs_0.6.1.zip' Content type 'application/zip' length 1581321 bytes (1.5 MB) downloaded 1.5 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/bit64_4.0.5.zip' Content type 'application/zip' length 565098 bytes (551 KB) downloaded 551 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/blob_1.2.4.zip' Content type 'application/zip' length 48610 bytes (47 KB) downloaded 47 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/DBI_1.1.3.zip' Content type 'application/zip' length 762555 bytes (744 KB) downloaded 744 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/memoise_2.0.1.zip' Content type 'application/zip' length 50314 bytes (49 KB) downloaded 49 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/pkgconfig_2.0.3.zip' Content type 'application/zip' length 22488 bytes (21 KB) downloaded 21 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/plogr_0.2.0.zip' Content type 'application/zip' length 18937 bytes (18 KB) downloaded 18 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/cpp11_0.4.3.zip' Content type 'application/zip' length 321981 bytes (314 KB) downloaded 314 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/ellipsis_0.3.2.zip' Content type 'application/zip' length 49115 bytes (47 KB) downloaded 47 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/fs_1.5.2.zip' Content type 'application/zip' length 607529 bytes (593 KB) downloaded 593 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/miniUI_0.1.1.1.zip' Content type 'application/zip' length 36696 bytes (35 KB) downloaded 35 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/pkgbuild_1.4.0.zip' Content type 'application/zip' length 177178 bytes (173 KB) downloaded 173 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/pkgdown_2.0.7.zip' Content type 'application/zip' length 802307 bytes (783 KB) downloaded 783 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/pkgload_1.3.2.zip' Content type 'application/zip' length 178932 bytes (174 KB) downloaded 174 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/profvis_0.3.7.zip' Content type 'application/zip' length 193968 bytes (189 KB) downloaded 189 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/rcmdcheck_1.4.0.zip' Content type 'application/zip' length 170329 bytes (166 KB) downloaded 166 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/remotes_2.4.2.zip' Content type 'application/zip' length 399141 bytes (389 KB) downloaded 389 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/roxygen2_7.2.3.zip' Content type 'application/zip' length 1413219 bytes (1.3 MB) downloaded 1.3 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/rversions_2.1.2.zip' Content type 'application/zip' length 67359 bytes (65 KB) downloaded 65 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/sessioninfo_1.2.2.zip' Content type 'application/zip' length 186116 bytes (181 KB) downloaded 181 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/testthat_3.1.7.zip' Content type 'application/zip' length 2575926 bytes (2.5 MB) downloaded 2.5 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/urlchecker_1.0.1.zip' Content type 'application/zip' length 36255 bytes (35 KB) downloaded 35 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/stringr_1.5.0.zip' Content type 'application/zip' length 318818 bytes (311 KB) downloaded 311 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/hash_2.2.6.2.zip' Content type 'application/zip' length 173393 bytes (169 KB) downloaded 169 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/tau_0.0-24.zip' Content type 'application/zip' length 186747 bytes (182 KB) downloaded 182 KB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/Sejong_0.01.zip' Content type 'application/zip' length 1617954 bytes (1.5 MB) downloaded 1.5 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/RSQLite_2.3.1.zip' Content type 'application/zip' length 2637388 bytes (2.5 MB) downloaded 2.5 MB

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/devtools_2.4.5.zip' Content type 'application/zip' length 434938 bytes (424 KB) downloaded 424 KB

package ‘Rcpp’ successfully unpacked and MD5 sums checked package ‘utf8’ successfully unpacked and MD5 sums checked package ‘fastmap’ successfully unpacked and MD5 sums checked package ‘httpuv’ successfully unpacked and MD5 sums checked package ‘mime’ successfully unpacked and MD5 sums checked package ‘xtable’ successfully unpacked and MD5 sums checked package ‘fontawesome’ successfully unpacked and MD5 sums checked package ‘sourcetools’ successfully unpacked and MD5 sums checked package ‘later’ successfully unpacked and MD5 sums checked package ‘promises’ successfully unpacked and MD5 sums checked package ‘base64enc’ successfully unpacked and MD5 sums checked package ‘sass’ successfully unpacked and MD5 sums checked package ‘jquerylib’ successfully unpacked and MD5 sums checked package ‘fansi’ successfully unpacked and MD5 sums checked package ‘systemfonts’ successfully unpacked and MD5 sums checked package ‘textshaping’ successfully unpacked and MD5 sums checked package ‘tinytex’ successfully unpacked and MD5 sums checked package ‘xfun’ successfully unpacked and MD5 sums checked package ‘pillar’ successfully unpacked and MD5 sums checked package ‘highr’ successfully unpacked and MD5 sums checked package ‘diffobj’ successfully unpacked and MD5 sums checked package ‘rematch2’ successfully unpacked and MD5 sums checked package ‘bit’ successfully unpacked and MD5 sums checked package ‘cachem’ successfully unpacked and MD5 sums checked package ‘shiny’ successfully unpacked and MD5 sums checked package ‘htmltools’ successfully unpacked and MD5 sums checked package ‘callr’ successfully unpacked and MD5 sums checked package ‘prettyunits’ successfully unpacked and MD5 sums checked package ‘processx’ successfully unpacked and MD5 sums checked package ‘bslib’ successfully unpacked and MD5 sums checked package ‘digest’ successfully unpacked and MD5 sums checked package ‘downlit’ successfully unpacked and MD5 sums checked package ‘httr’ successfully unpacked and MD5 sums checked package ‘ragg’ successfully unpacked and MD5 sums checked package ‘rmarkdown’ successfully unpacked and MD5 sums checked package ‘tibble’ successfully unpacked and MD5 sums checked package ‘xml2’ successfully unpacked and MD5 sums checked package ‘htmlwidgets’ successfully unpacked and MD5 sums checked package ‘xopen’ successfully unpacked and MD5 sums checked package ‘brew’ successfully unpacked and MD5 sums checked package ‘commonmark’ successfully unpacked and MD5 sums checked package ‘knitr’ successfully unpacked and MD5 sums checked package ‘brio’ successfully unpacked and MD5 sums checked package ‘evaluate’ successfully unpacked and MD5 sums checked package ‘praise’ successfully unpacked and MD5 sums checked package ‘ps’ successfully unpacked and MD5 sums checked package ‘waldo’ successfully unpacked and MD5 sums checked package ‘rlang’ successfully unpacked and MD5 sums checked package ‘stringi’ successfully unpacked and MD5 sums checked package ‘vctrs’ successfully unpacked and MD5 sums checked package ‘bit64’ successfully unpacked and MD5 sums checked package ‘blob’ successfully unpacked and MD5 sums checked package ‘DBI’ successfully unpacked and MD5 sums checked package ‘memoise’ successfully unpacked and MD5 sums checked package ‘pkgconfig’ successfully unpacked and MD5 sums checked package ‘plogr’ successfully unpacked and MD5 sums checked package ‘cpp11’ successfully unpacked and MD5 sums checked package ‘ellipsis’ successfully unpacked and MD5 sums checked package ‘fs’ successfully unpacked and MD5 sums checked package ‘miniUI’ successfully unpacked and MD5 sums checked package ‘pkgbuild’ successfully unpacked and MD5 sums checked package ‘pkgdown’ successfully unpacked and MD5 sums checked package ‘pkgload’ successfully unpacked and MD5 sums checked package ‘profvis’ successfully unpacked and MD5 sums checked package ‘rcmdcheck’ successfully unpacked and MD5 sums checked package ‘remotes’ successfully unpacked and MD5 sums checked package ‘roxygen2’ successfully unpacked and MD5 sums checked package ‘rversions’ successfully unpacked and MD5 sums checked package ‘sessioninfo’ successfully unpacked and MD5 sums checked package ‘testthat’ successfully unpacked and MD5 sums checked package ‘urlchecker’ successfully unpacked and MD5 sums checked package ‘stringr’ successfully unpacked and MD5 sums checked package ‘hash’ successfully unpacked and MD5 sums checked package ‘tau’ successfully unpacked and MD5 sums checked package ‘Sejong’ successfully unpacked and MD5 sums checked package ‘RSQLite’ successfully unpacked and MD5 sums checked package ‘devtools’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in C:\Users\com\AppData\Local\Temp\Rtmp4A6Sul\downloaded_packages

install.packages("remotes") trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/remotes_2.4.2.zip' Content type 'application/zip' length 399141 bytes (389 KB) downloaded 389 KB

package ‘remotes’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in C:\Users\com\AppData\Local\Temp\Rtmp4A6Sul\downloaded_packages

remotes::install_github("haven-jeon/KoNLP",

  • upgrade = "never",
  • INSTALL_opts = c("--no-multiarch")) Downloading GitHub repo haven-jeon/KoNLP@HEAD Installing 2 packages: sys, httr2

There are binary versions available but the source versions are later: binary source needs_compilation sys 3.4.1 3.4.2 TRUE httr2 0.2.2 0.2.3 FALSE

installing the source packages ‘sys’, ‘httr2’

trying URL 'https://cran.rstudio.com/src/contrib/sys_3.4.2.tar.gz' Content type 'application/x-gzip' length 20169 bytes (19 KB) downloaded 19 KB

trying URL 'https://cran.rstudio.com/src/contrib/httr2_0.2.3.tar.gz' Content type 'application/x-gzip' length 123376 bytes (120 KB) downloaded 120 KB

The downloaded source packages are in ‘C:\Users\com\AppData\Local\Temp\Rtmp4A6Sul\downloaded_packages’ -- R CMD build --------------------------------------------------------- WARNING: Rtools is required to build R packages, but no version of Rtools compatible with R 4.1.3 was found. (Only the following incompatible version(s) of Rtools were found: 4.2)

Please download and install Rtools 4.0 from https://cran.r-project.org/bin/windows/Rtools/. v checking for file 'C:\Users\com\AppData\Local\Temp\Rtmp4A6Sul\remotes22c65a7598e\haven-jeon-KoNLP-960fbbc/DESCRIPTION' (412ms)

package ‘rJava’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in C:\Users\com\AppData\Local\Temp\Rtmp4A6Sul\downloaded_packages

rJava::.jinit() Error: .onLoad failed in loadNamespace() for 'rJava', details: call: fun(libname, pkgname) error: JAVA_HOME cannot be determined from the Registry install.packages("multilinguer") also installing the dependency ‘sys’

There is a binary version available but the source version is later: binary source needs_compilation sys 3.4.1 3.4.2 TRUE

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/multilinguer_0.2.4.zip' Content type 'application/zip' length 626122 bytes (611 KB) downloaded 611 KB

package ‘multilinguer’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in C:\Users\com\AppData\Local\Temp\Rtmp4A6Sul\downloaded_packages installing the source package ‘sys’

trying URL 'https://cran.rstudio.com/src/contrib/sys_3.4.2.tar.gz' Content type 'application/x-gzip' length 20169 bytes (19 KB) downloaded 19 KB

arch - i386 "c:/rtools40/mingw32/bin/"gcc -I"C:/R/R-41~1.3/include" -DNDEBUG -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c win32/exec.c -o win32/exec.o /bin/sh: line 1: c:/rtools40/mingw32/bin/gcc: No such file or directory make: [C:/R/R-41~1.3/etc/i386/Makeconf:238: win32/exec.o] Error 127 ERROR: compilation failed for package 'sys'

The downloaded source packages are in ‘C:\Users\com\AppData\Local\Temp\Rtmp4A6Sul\downloaded_packages’

multilinguer::install_jdk() Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘sys’ multilinguer::install_jdk() Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘sys’ install.packages("multilinguer") also installing the dependency ‘sys’

There is a binary version available but the source version is later: binary source needs_compilation sys 3.4.1 3.4.2 TRUE

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/multilinguer_0.2.4.zip' Content type 'application/zip' length 626122 bytes (611 KB) downloaded 611 KB

package ‘multilinguer’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in C:\Users\com\AppData\Local\Temp\Rtmp4A6Sul\downloaded_packages installing the source package ‘sys’

trying URL 'https://cran.rstudio.com/src/contrib/sys_3.4.2.tar.gz' Content type 'application/x-gzip' length 20169 bytes (19 KB) downloaded 19 KB

arch - i386 "c:/rtools40/mingw32/bin/"gcc -I"C:/R/R-41~1.3/include" -DNDEBUG -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c win32/exec.c -o win32/exec.o /bin/sh: line 1: c:/rtools40/mingw32/bin/gcc: No such file or directory make: [C:/R/R-41~1.3/etc/i386/Makeconf:238: win32/exec.o] Error 127 ERROR: compilation failed for package 'sys'

The downloaded source packages are in ‘C:\Users\com\AppData\Local\Temp\Rtmp4A6Sul\downloaded_packages’

multilinguer::install_jdk() Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘sys’ multilinguer::install_jdk() Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘sys’ multilinguer::install_jdk() Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘sys’ install.packages("multilinguer") also installing the dependency ‘sys’

There is a binary version available but the source version is later: binary source needs_compilation sys 3.4.1 3.4.2 TRUE

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/multilinguer_0.2.4.zip' Content type 'application/zip' length 626122 bytes (611 KB) downloaded 611 KB

package ‘multilinguer’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in C:\Users\com\AppData\Local\Temp\Rtmp4A6Sul\downloaded_packages installing the source package ‘sys’

trying URL 'https://cran.rstudio.com/src/contrib/sys_3.4.2.tar.gz' Content type 'application/x-gzip' length 20169 bytes (19 KB) downloaded 19 KB

arch - i386 "c:/rtools40/mingw32/bin/"gcc -I"C:/R/R-41~1.3/include" -DNDEBUG -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c win32/exec.c -o win32/exec.o /bin/sh: line 1: c:/rtools40/mingw32/bin/gcc: No such file or directory make: [C:/R/R-41~1.3/etc/i386/Makeconf:238: win32/exec.o] Error 127 ERROR: compilation failed for package 'sys'

The downloaded source packages are in ‘C:\Users\com\AppData\Local\Temp\Rtmp4A6Sul\downloaded_packages’

install.packages("KoNLP",

  • repos = "https://forkonlp.r-universe.dev",
  • INSTALL_opts = c("--no-multiarch")
  • ) Warning in install.packages : package ‘KoNLP’ is not available for this version of R

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

library("KoNLP") Error in library("KoNLP") : there is no package called ‘KoNLP’ SimplePos09("안녕하신가요?") Error in SimplePos09("안녕하신가요?") : could not find function "SimplePos09"

mrchypark commented 1 year ago

@BaeBJH 안녕하세요, 우선 자세히 살펴보지 않았습니다만, 두 가지가 걱정되네요.

대표적으로 Rtools는 버전 호환을 지켜야 하는 도구입니다. 현재 4.1.3 사용하신다고 했는데, Rtools는 4.2 버전 호환용을 설치하신 것 같네요. 한 가지 더 걱정은 위 설치 스크립트 들은 모두 windows OS의 64bit 버전만 지원합니다.

살펴봐주시고 다시 댓글주세요. 문의주셔서 감사합니다.

BaeBJH commented 1 year ago

감사합니다 ㅜㅜ

다시 지우고, 설치겠습니다.

C 드라이브에 특정 폴더에 R, Rtools, Rstudio 설치하고 환경변수 조정해 주는 것이 적절한 세팅이라면…

  1. R, Rtools 어떤 버전을 설치해야 안정적이겠습니까?
  2. 위의 방식이 적절하지 않다면, 어떤 부분을 참고하여 설치해야 할까요?
  3. 포맷 후 설치해야 하겠습니까?

바쁘신 중에도 답변 주셔서, 다시한번 감사합니다.

2023년 6월 4일 (일) 오후 10:41, ChanYub Park @.***>님이 작성:

@BaeBJH https://github.com/BaeBJH 안녕하세요, 우선 자세히 살펴보지 않았습니다만, 두 가지가 걱정되네요.

대표적으로 Rtools는 버전 호환을 지켜야 하는 도구입니다. 현재 4.1.3 사용하신다고 했는데, Rtools는 4.2 버전 호환용을 설치하신 것 같네요. 한 가지 더 걱정은 위 설치 스크립트 들은 모두 windows OS의 64bit 버전만 지원합니다.

살펴봐주시고 다시 댓글주세요. 문의주셔서 감사합니다.

— Reply to this email directly, view it on GitHub https://github.com/mrchypark/multilinguer/issues/54#issuecomment-1575574296, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4VVTY6SBYL7L5DO7KNFSLXJSGBVANCNFSM6AAAAAAYZX3YBM . You are receiving this because you were mentioned.Message ID: @.***>

mrchypark commented 1 year ago

R과 Rtools는 최신버전이면 되겠습니다. 현재 기준 4.3 이상 인 것으로 알고 있습니다.

포맷까지 필요한지는 제가 직접 보고 있지 않아서 잘 모르겠네요 ㅠ

BaeBJH commented 1 year ago

감사합니다.

2023년 6월 5일 (월) 오전 2:37, ChanYub Park @.***>님이 작성:

R과 Rtools는 최신버전이면 되겠습니다. 현재 기준 4.3 이상 인 것으로 알고 있습니다.

포맷까지 필요한지는 제가 직접 보고 있지 않아서 잘 모르겠네요 ㅠ

— Reply to this email directly, view it on GitHub https://github.com/mrchypark/multilinguer/issues/54#issuecomment-1575651389, or unsubscribe https://github.com/notifications/unsubscribe-auth/AW4VVT6BLMI6XBPRK2BBVLTXJTBXJANCNFSM6AAAAAAYZX3YBM . You are receiving this because you were mentioned.Message ID: @.***>