You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My package depends on both tibble and sjstats, both of which had a new release on CRAN. So once I bumped up versions for these dependencies, my Appveyor builds rely on source versions of these packages.
But the builds are failing with the following error-
Does this have something to do with the order in which source versions of packages are being downloaded? sjstats is attempted to download before tibble and since sjstats relies on tibble, it fails?
If that's the case, is this a bug? Should Appveyor figure out the dependency structure within the source versions of packages?
The text was updated successfully, but these errors were encountered:
IndrajeetPatil
changed the title
build failing with recent versions of tibble and sjstats
mix up in the package installation order in the presence of source packages
Feb 20, 2019
My package depends on both
tibble
andsjstats
, both of which had a new release onCRAN
. So once I bumped up versions for these dependencies, myAppveyor
builds rely onsource
versions of these packages.But the builds are failing with the following error-
Does this have something to do with the order in which
source
versions of packages are being downloaded?sjstats
is attempted to download beforetibble
and sincesjstats
relies ontibble
, it fails?If that's the case, is this a bug? Should
Appveyor
figure out the dependency structure within the source versions of packages?The text was updated successfully, but these errors were encountered: