Displaying 3 results from an estimated 3 matches for "biocontuctor".
Did you mean:
bioconductor
2018 Jan 11
2
R CMD build then check fails on R-devel due to serialization version
This change poses difficulties for automated build systems such as
travis-ci, which is widely used in the R community. In particular
because this is a WARNING and not a NOTE this causes all R-devel
builds with vignettes to fail, as the default settings fail the build
if R CMD check issues a WARNING.
The simplest change would be for R-core to change this message to be a
NOTE rather than a WARNING,
2018 Jan 13
1
R CMD build then check fails on R-devel due to serialization version
...still be triggered by
> data files serialized with R-devel's default version = 3.
>
> Please do remember that the 'devel' in R-devel means exactly that:
> things will at times be unstable. There are currently a lot of balls
> flying around with changes in R-devel and also Biocontuctor, and the
> CRAN maintainers are working hard to keep things all up in the
> air. Please be patient.
>
> Best,
>
> luke
>
> On Thu, 11 Jan 2018, Jim Hester wrote:
>
>> This change poses difficulties for automated build systems such as
>> travis-ci, which is wid...
2018 Jan 11
0
R CMD build then check fails on R-devel due to serialization version
...ing a vignette. It will still be triggered by
data files serialized with R-devel's default version = 3.
Please do remember that the 'devel' in R-devel means exactly that:
things will at times be unstable. There are currently a lot of balls
flying around with changes in R-devel and also Biocontuctor, and the
CRAN maintainers are working hard to keep things all up in the
air. Please be patient.
Best,
luke
On Thu, 11 Jan 2018, Jim Hester wrote:
> This change poses difficulties for automated build systems such as
> travis-ci, which is widely used in the R community. In particular
> b...