Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.6 KB

cran-comments.md

File metadata and controls

33 lines (21 loc) · 1.6 KB

Release summary

Same-version update to fix UBSAN and valgrind errors, first release attempt on April 19. Changes compared to the last release attempt: tidyverse#3563.

Bug fixes, minor changes, now importing the tidyselect package.

Test environments

  • local OS X install, R 3.4.4
  • ubuntu 12.04 (on travis-ci), R 3.4.4, R-oldrel, R-devel.
  • win-builder (devel)

R CMD check results

0 ERRORs | 0 WARNINGs | 1 NOTE

  • checking installed package size ... NOTE

    This is all compiled code in the libs/ directory.

Reverse dependencies

We checked more than 900 reverse dependencies by running R CMD check twice, once with the CRAN version installed, and once with this version installed. We saw new problems. We failed to check about 50 packages. Issues are summarised below.

New problems

  • amt: Package invokes operation that was always broken but now gives an error. Notified author, an update has been submitted to CRAN.
  • bioset, replyr: Defines an n() function which is now called, instead of doing hybrid evaluation: randomchars42/bioset#1, WinVector/replyr#10. Both packages have been updated on CRAN.
  • desctable: Already fixed in devel, desctable/desctable#8.
  • ddpcr: Calling select() with NA in a column name, daattali/ddpcr#22.
  • fold, PPforest: Unknown reason, reported to maintainer.
  • keyholder, ruler: Fixed in devel: echasnovski/keyholder#3.
  • purrr: spurious test failure, fixed in devel: tidyverse/purrr#494