Skip to content
Back to formatted view

Raw Message

Message-ID: <CABtg=K=vJT3M5G1nEtgQ_kyYR8pKk_tttZjJnOAZ=LFSWXP5Jw@mail.gmail.com>
Date: 2020-02-10T08:58:16Z
From: Gábor Csárdi
Subject: [R-pkg-devel] revdepcheck::revdep_check interpretation problem
In-Reply-To: <286af54d-2756-073c-d3b2-39e41f33f320@effectivedefense.org>

On Mon, Feb 10, 2020 at 8:24 AM Spencer Graves
<spencer.graves at effectivedefense.org> wrote:
[...]
>              1.  What does the "E: 1" for "gamclass" mean?  It sounds
> like an error to me, but that contradicts the final message,
> "OK: 16, BROKEN: 0".

? gamclass 0.58                          ?? E: 1     | W: 0     | N: 0

means that gamclass triggered the same error for both the CRAN version
and the dev version of your package. Which is fine for you, hence the
tick mark.

>              2.  How can I even find gamclass?  It's not available on
> CRAN.
[...]

It was probably still on CRAN when you started the checks, but then it
was archived in the meanwhile. If you run `revdep_report()` then AFAIR
there is a link there to the package.

Gabor

[...]