I ran the command update.packages(checkBuilt = TRUE, ask = FALSE)
.
However my html directories were not writable and I got a lot of:
Warning in file.create(f.tg) :
cannot create file '/usr/share/doc/R-3.0.1/html/packages.html', reason 'Permission denied'
Is there a way to force reinstall all packages now that I've fixed my permissions issues, so I get those HTML files? The code part got installed correctly, so update.packages
doesn't work anymore.