[R-SIG-Mac] R.app Package Mgr Bug

Witthoft, Carl G UTAS Carl.Witthoft at utas.utc.com
Tue Apr 15 14:07:55 CEST 2014


Just a thought, but what if you overload the defunct function in your .Globalenv ?

.find.package<-function(package, lib.loc = NULL, quiet = FALSE,
             verbose = getOption("verbose") )  find.package(package, lib.loc , quiet,  verbose) 

I don't know whether that workaround will be "recognized" by the package manager.

Message: 1
Date: Tue, 15 Apr 2014 04:17:24 -0700
From: James Eales <jeales at gmail.com>
To: <r-sig-mac at googlegroups.com>
Cc: r-sig-mac at r-project.org
Subject: Re: [R-SIG-Mac] R.app Package Manager Bug?
Message-ID: <d5363dad-c90d-4277-a2de-e20ed2b272e9 at googlegroups.com>
Content-Type: text/plain; charset="utf-8"

+1
I see this too, on both mavericks and ordinary mac build of R.app Its because R 3.1.0 has made ".find.package" a defunct function We'll need to wait for the R.app developers to change the code behind the package manager to use "find.package" instead of ".find.package"
Hopefully it'll be a simple fix



More information about the R-SIG-Mac mailing list