어쩌다 R프로그램을 지우고 새로 설치하게되었는데 사용자계정이 한글이여서 package 설치가 안됩니다.
이전까지 잘쓰다가 이번에 새로 깔았더니 경로가 다 날아갔는지 초기화되었는데 하루종일 붙잡고 있어도 해결이 안되요 도와주세요ㅠㅠ
R과 Rstudio는 D드라이브에 설치했고 onedrive, 백신프로그램 다끄고 관리자 권한으로 실행도 다 해봤습니다.
설치경로, 지정경로에도 한글없도록 폴더를 만들어줬는데 도대체 뭐가 문제인걸까요!!
그리고 "다운로드된 바이너리 패키지들은 다음의 위치에 있습니다" 이건 왜 C드라이브로 가는지 정말 모르겠습니다ㅠㅠ
오류코드입니다.
> install.packages("data.table") Error in install.packages : Updating loaded packages Restarting R session... Warning message: In normalizePath(path.expand(path), winslash, mustWork) : path[1]="C:/Users/???/Documents": 파일 이름, 디렉터리 이름 또는 볼륨 레이블 구문이 잘못되었습니다 Warning message: In normalizePath(path.expand(path), winslash, mustWork) : path[1]="C:/Users/???/Documents": 파일 이름, 디렉터리 이름 또는 볼륨 레이블 구문이 잘못되었습니다 Warning message: In normalizePath(path.expand(path), winslash, mustWork) : path[1]="C:/Users/???/Documents": 파일 이름, 디렉터리 이름 또는 볼륨 레이블 구문이 잘못되었습니다 Warning message: In normalizePath(path.expand(path), winslash, mustWork) : path[1]="C:/Users/???/Documents": 파일 이름, 디렉터리 이름 또는 볼륨 레이블 구문이 잘못되었습니다 > install.packages("data.table") 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/ trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.2/data.table_1.14.2.zip' Content type 'application/zip' length 2240158 bytes (2.1 MB) downloaded 2.1 MB 패키지 ‘data.table’를 성공적으로 압축해제하였고 MD5 sums 이 확인되었습니다 다운로드된 바이너리 패키지들은 다음의 위치에 있습니다 C:\Windows\Temp\RtmpgvLOHC\downloaded_packages
> library(data.table) data.table 1.14.2 using 3 threads (see ?getDTthreads). Latest news: r-datatable.com Warning messages: 1: In normalizePath(path.expand(path), winslash, mustWork) : path[1]="C:/Users/???/Documents": 파일 이름, 디렉터리 이름 또는 볼륨 레이블 구문이 잘못되었습니다 2: In normalizePath(path.expand(path), winslash, mustWork) : path[1]="C:/Users/???/Documents": 파일 이름, 디렉터리 이름 또는 볼륨 레이블 구문이 잘못되었습니다