Re: [voidlinux/void-packages] R and CRAN packages: updates and questions (#14686)

Michael Gehring at Thu, 24 May 2018 13:17:17 -0700
Commit order is neither respected by travis nor by the actual builder. If all the CRAN packages _directly_depend on R at least the builder should dtrt.
Florian Wagner at Fri, 25 May 2018 00:49:23 -0700
All of the CRAN packages depend on R of course, but not on any explicit version. Should I add that?
Michael Gehring at Fri, 25 May 2018 02:58:26 -0700
The issue for this failure is the dependency chain: R-cran-scales -> R-cran-munsell -> R-cran-colorspaces. xbps-src only tracks dependencies only one level deep. So R-cran-colorspaces isn't necessarily built before R-cran-scales. The usual "fix" is to push the updates in the correct order, or as a workaround make R-cran-scales directly depend on R-cran-colorspaces.
Michael Gehring at Wed, 30 May 2018 07:01:09 -0700
``` https://cran.r-project.org/src/contrib/utf8_1.1.3.tar.gz: Not Found => ERROR: R-cran-utf8-1.1.3_2: failed to fetch utf8_1.1.3.tar.gz. ```
Florian Wagner at Mon, 04 Jun 2018 07:12:35 -0700
They were updating packages faster than I could follow. Finally caught up!
Michael Gehring at Mon, 04 Jun 2018 10:05:23 -0700
Merged #14686.