Skip to content
Prev 47629 / 63424 Next

path.package() versus system.file() for locating installed package folders

On 12/02/2014 16:28, Marc Schwartz wrote:
I don't think path.package() ever was the right tool: find.package() 
looks a closer match, and system.file() is a wrapper for it (which was 
all that was made available for many years: up to R 2.13.0 AFAIR).