Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
If you’re getting the following error when you’ve installed R 3.4.0 on Windows, you’re not alone.
Error in if (file.exists(dest) && file.mtime(dest) > file.mtime(lib) && :
missing value where TRUE/FALSE needed
The R team have released a patched version but right now it’s a little difficult to find out about. If you need/want the patched version, it’s available at:
cran.r-project.org/bin/windows/base/rpatched.html
This resolved the issue for me.
If you want more info on the issue and the resolution process, check out the r-help archive.
Hope this helps!
The post Error installing latest R version (3.4.0) on Windows appeared first on Locke Data. Locke Data are a data science consultancy aimed at helping organisations get ready and get started with data science.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.