-
R library 설치 오류프로그램밍 2020. 10. 29. 16:55
R library 설치시 LOCK으로 인한 설치 실패
ERROR: failed to lock directory 'C:/Program Files/R/R-3.6.3/library' for modifying
Try removing 'C:/Program Files/R/R-3.6.3/library/00LOCK-rJava'
Warning in install.packages :
installation of package ‘rJava’ had non-zero exit status
The downloaded source packages are in
‘C:\Users\uuhu\AppData\Local\Temp\RtmpsZi0qG\downloaded_packages’아래 명령어로 lock을 해제한 후 설치 진행
> unlink('C:/Program Files/R/R-3.6.3/library/00LOCK-rJava', recursive = TRUE)
'프로그램밍' 카테고리의 다른 글
Vertica table row count (0) 2023.01.25 OHDSI WebAPI 2.11.0 배포 (0) 2022.06.23 Postgresql dump restore 백업 복구 (0) 2020.07.03 MBR to GPT (0) 2020.06.22 OHDSI Atlas Generate 오류 (0) 2020.04.09