This worked for me with the same error: install.packages("digest", dependencies=TRUE) and then click no for the dialog box that opens with it
Have you tried installing digest on its own?
I can confirm @aslm123 fix works
Most helpful comment
This worked for me with the same error:
install.packages("digest", dependencies=TRUE)
and then click no for the dialog box that opens with it