Message-ID: <CALEXWq1gpMG6a6dgJsWn0sT=K6RrYFOUoAH_XuGevUa01x7jJw@mail.gmail.com>
Date: 2019-06-17T10:13:42Z
From: IƱaki Ucar
Subject: [R-pkg-devel] Unsure how to fix 'Package required but not available: 'dvmisc'' (which is CRAN pkg) error
In-Reply-To: <CADVZz_o=bLCU+w=Qh1y9xJkqRS8Z2-uamSENa1KzWSuM2HpaMA@mail.gmail.com>
On Mon, 17 Jun 2019 at 11:13, Marta Kara? <marta.karass at gmail.com> wrote:
>
> Dear all,
>
> I am trying to submit update to my R package `adept` (GitHub code link
> <https://github.com/martakarass/adept>) and I got pre-test error on Windows
> (error check log link
> <https://win-builder.r-project.org/incoming_pretest/adept_1.1.2_20190616_162134/Windows/00check.log>
> )
>
> - Error says: "Package required but not available: 'dvmisc'"
>
> Note:
>
> - `dvmisc` is a R package available on CRAN (link
> <https://cran.r-project.org/web/packages/dvmisc/index.html>)
> - My `adept` package has `dvmisc` package listed in DESCRIPTION file (
> link <https://github.com/martakarass/adept/blob/master/DESCRIPTION>)
> - My `adept` package does pass AppVeyor tests on R versions release,
> devel (link <https://ci.appveyor.com/project/martakarass/adept>)
>
> Please kindly advice how I may fix the error to make it CRAN-submittable.
This is probably a race condition, sometimes happens. Just try again.
I?aki