There are milions case of error when install R packages.
Most popular package install error with crush of Onedrive is posted in the other posting.
The error of Package install with directory Lock problem will be posted in this time.
This error can be noticed by "00LOCK" message during package install.
See below.
![](https://blog.kakaocdn.net/dn/7pmbm/btrQWlL6B7a/RVbgwECXE9VIV3t3zjxK70/img.png)
The reason of this error is that you probably force terminated the R program before.
So, specific directory or installing directory is Locked.
Soultion Below.
1. Unlock
options("install.lock"=FALSE)
2. Re-install package what you want.
install.packages("pheatmap")
Quite easy?
'R > R_error [Eng.]' 카테고리의 다른 글
R Error: JAVA_HOME cannot be determined from the Registry [Solution] (0) | 2022.11.16 |
---|---|
Error: invalid multibyte string at '<b9><f8>ȣ' _ Rstudio (0) | 2022.10.28 |
Rstudio Package install Onedrive Error (0) | 2022.10.28 |