Skip to content
Prev 47687 / 63424 Next

Admin manual bug: packages installed on OS X

The administration manual for the current release of R says in section 4.2, Uninstalling under OS X:

"The installation consisted of three Apple packages: org.r-project.R.Leopard.fw.pkg, org.r-project.R.Leopard.GUI.pkg and org.r-project.x86_64.tcltk.x11?.

This is not the case with R 3.0.2 on OS X 10.9.2:

$ pkgutil --pkgs='.*r-project.*?
org.r-project.R.x86_64.fw.pkg
org.r-project.R.x86_64.GUI.pkg
org.r-project.x86_64.tcltk.x11

It looks like ?Leopard? should be replaced with ?x86_64?.

Davor