yujyy1

yujyy1

R
yujyy1yujyy1· 2년

질문뭐가 잘못된건가요..?

ccc<-NbClust(Z,distance="euclidean", min.nc = 2, max.nc = 8, method = "kmeans", index = "ccc") solve.default(W)에서 다음과 같은 에러가 발생했습니다: system is computationally singular: reciprocal condition number = 1.242e-16
354
1
0
피토니
피토니·2023-06-13
solve.default(W)의 W가 특이행렬인 경우 발생하는 오류 같은데 W를 확인해보시면 좋을 것 같습니다.
yujyy1yujyy1· 2년

질문dplyr패키지 오류

안녕하세요. R을 공부하고 있는 학생입니다. dplyr패키지 설치해서 rename함수를 사용하려는데 자꾸 오류가 떠서 질문 드립니다. 어떻게 해결해야하나요? install.packages("dplyr") WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding: https://cran.rstudio.com/bin/windows/Rtools/ Warning in install.packages : 패키지 ‘dplyr’가 사용중이므로 설치되지 않을 것입니다 install.packages("dplyr") Error in install.packages : Updating loaded packages Restarting R session... install.packages("dplyr") WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding: https://cran.rstudio.com/bin/windows/Rtools/ ‘C:/Users/Yun_ji1/AppData/Local/R/win-library/4.2’의 위치에 패키지(들)을 설치합니다. (왜냐하면 ‘lib’가 지정되지 않았기 때문입니다) trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.2/dplyr_1.1.2.zip' Content type 'application/zip' length 1555567 bytes (1.5 MB) downloaded 1.5 MB 패키지 ‘dplyr’를 성공적으로 압축해제하였고 MD5 sums 이 확인되었습니다 Warning in install.packages : 패키지 ‘dplyr’의 이전설치를 삭제할 수 없습니다 Warning in install.packages : problem copying C:\Users\Yun_ji1\AppData\Local\R\win-library\4.2\00LOCK\dplyr\libs\x64\dplyr.dll to C:\Users\Yun_ji1\AppData\Local\R\win-library\4.2\dplyr\libs\x64\dplyr.dll: Permission denied Warning in install.packages : ‘dplyr’를 복구하였습니다 다운로드된 바이너리 패키지들은 다음의 위치에 있습니다 C:\Users\Yun_ji1\AppData\Local\Temp\RtmpekHQAs\downloaded_packages library(dplyr) 다음의 패키지를 부착합니다: ‘dplyr’ The following objects are masked from ‘package:stats’: filter, lag The following objects are masked from ‘package:base’: intersect, setdiff, setequal, union Warning message: 패키지 ‘dplyr’는 R 버전 4.2.3에서 작성되었습니다
2.8K
2
0
피토니
피토니·2023-05-30
일단 에러 메시지를 보시면 Rtools를 설치해야 한다고 나오는 것 같습니다. Rtools는 R 패키지를 빌드하는 데 필요한 도구들을 제공하는 소프트웨어입니다. Rtools가 없으면 몇몇 패키지의 설치가 어려울 수 있습니다. Rtools를 다음의 과정으로 설치할 수 있습니다. https://cran.rstudio.com/bin/windows/Rtools...