readr 1.2.0 automatically skips blank lines, so they are no longer
included in the count of the skip parameter. Unfortunately this broke
fastqcr.
readr 1.2.0 will be submitted to CRAN soon, once it is these changes will fix fastqcr to work with the new readr version. Once readr is on CRAN you can remove the Remotes: lines in the DESCRIPTION.
readr 1.2.0 automatically skips blank lines, so they are no longer included in the count of the
skip
parameter. Unfortunately this broke fastqcr.readr 1.2.0 will be submitted to CRAN soon, once it is these changes will fix fastqcr to work with the new readr version. Once readr is on CRAN you can remove the
Remotes:
lines in theDESCRIPTION
.Sorry for the breakage!