I am new in R and my tidymodels
have been giving me issues
lately so from one of stckoverflow post I got to know about updating "tune" packages from github
but this was giving issues so I reinstalled rtools
.
- I have reinstalled
rtools
, have setpath variables
.
Issues
Now whenever I try
devtools::install_github("tidymodels/tune")
I get errorError: package ‘digest’ does not have a namespace
.I have tried reinstalling
rlang
and there I getPermission denied
:problem copying C:\R\R-4.0.3\library\00LOCK\rlang\libs\x64\rlang.dll to C:\R\R-4.0.3\library\rlang\libs\x64\rlang.dll: Permission denied
As in another post I read about reinstalling
glue
I getPermission denied
for same as well:problem copying C:\R\R-4.0.3\library\00LOCK\glue\libs\x64\glue.dll to C:\R\R-4.0.3\library\glue\libs\x64\glue.dll: Permission denied Warning in install.packages : restored ‘glue’
Is this normal with R or do I need to fix something and how do I fix it? Appreciate any suggestions or help !!