According to the R News for v2.14:
All packages must have a namespace, and one is created on installation if not supplied in the sources. This me
Great thread. I was stuck on the same problem. To finish all that needs to be done you can:
remove.packages(names(pkgNS[!pkgNS])) install.packages(names(pkgNS[!pkgNS]))