Thanks for the suggestion.
I installed mime succesfully, but then got the same identical error while loading agricolae.
install.packages("mime")
trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/mime_0.11.zip'
Content type 'application/zip' length 47945 bytes (46 KB)
downloaded 46 KB
package ‘mime’ successfully unpacked and MD5 sums checked
Warning in install.packages :
cannot delete reparse point 'C:\Users\TrebbiD\OneDrive - Sensient Technologies Corporation\Documents\R\R-4.1.1\library/mime/libs', reason 'There is a mismatch between the tag specified in the request and the tag present in the reparse point'
Warning in install.packages :
cannot remove prior installation of package ‘mime’
Warning in install.packages :
cannot delete reparse point 'C:\Users\TrebbiD\OneDrive - Sensient Technologies Corporation\Documents\R\R-4.1.1\library/mime/libs', reason 'There is a mismatch between the tag specified in the request and the tag present in the reparse point'
Warning in install.packages :
restored ‘mime’
The downloaded binary packages are in
C:\Users\TrebbiD\AppData\Local\Temp\Rtmp8222Ac\downloaded_packages
install.packages("agricolae")
trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/agricolae_1.3-5.zip'
Content type 'application/zip' length 1273750 bytes (1.2 MB)
downloaded 1.2 MB
package ‘agricolae’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\TrebbiD\AppData\Local\Temp\Rtmp8222Ac\downloaded_packages
library(agricolae)
Error: package or namespace load failed for ‘agricolae’ in library.dynam(lib, package, package.lib):
DLL ‘mime’ not found: maybe not installed for this architecture?
Any other option I should try?