Message-ID: <CAAmySGOuAg6-ZDaC5V8q844hPCFwuEZrKNssSTZkH2yfASUaeQ@mail.gmail.com>
Date: 2012-09-15T21:53:09Z
From: R. Michael Weylandt
Subject: R CMD check and browser
In-Reply-To: <5054DD6D.5010706@sunrise.ch>
On Sat, Sep 15, 2012 at 8:56 PM, Christian Hoffmann
<c-w.hoffmann at sunrise.ch> wrote:
> Hi,
>
> Every time I do
>
> system("R CMD check mypackckage"
>
> the process executes a help.start(). Why does this happen?
>
Hi Christian,
I'm afraid I can't replicate this with the packages I keep local
copies of and installed version of R: could you perhaps make the
package source available (or point us to it if its own GitHub,
r-forge, etc.?) and give us your sessionInfo() so we can try to
reproduce? If the package is sensitive, perhaps work up a minimal
"non-working" example?
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example
My immediate guess is that something in the package accesses the help
system, but obviously I can't be sure without having something to play
with.
Cheers,
Michael