This is fixed in r75946
https://stat.ethz.ch/pipermail/r-devel/2019-January/077155.html
Martin
On 1/3/19, 12:06 PM, "Erik Fasterius" wrote:
Ah, okey! Very good to know, thank you! Is there a way I can keep track of
this, to see when it gets fixed?
Erik
> On 3 Jan 2019,
Ah, okey! Very good to know, thank you! Is there a way I can keep track of
this, to see when it gets fixed?
Erik
> On 3 Jan 2019, at 14:00, Martin Morgan wrote:
>
> This seems to be a regression in R-devel, and has been reported.
>
> Previously (at least svn r75833, I think)
>
> df <- data.
This seems to be a regression in R-devel, and has been reported.
Previously (at least svn r75833, I think)
df <- data.frame(vers= package_version("1.2"))
rbind(df, df)$vers
returned
[1] '1.2' '1.2'
now (r75945) we have
> rbind(df, df)$vers
[[1]]
[1] 1 2
[[2]]
[1] 1 2
Martin
On 1/3
Hi,
I’m currently updating my package `seqCAT` with some new code, and I always run
it through Travis CI before pushing changes to Bioconductor. The last build
errors with the following message:
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Error: invalid version