Skip to content

revdep issue template

Toby Dylan Hocking edited this page Jul 18, 2024 · 3 revisions

Hi @MAINTAINER After installing data.table from github master,

data.table::update_dev_pkg()

And then running R CMD check on YOUR_PACKAGE, I get the following new failure, (which is not present if you use data.table from CRAN) https://github.com/Rdatatable/data.table/issues/REVDEP_ISSUE_NUMBER

OUTPUT_FROM_FAILING_CHECK

Before uploading new versions to CRAN, data.table needs to ensure that updates do not break CRAN checks in dependent packages like YOUR_PACKAGE. So can you please submit an updated version of YOUR_PACKAGE to CRAN, that fixes this check issue? In particular, I would suggest to avoid DOING_WHAT_YOU_ARE_DOING_CURRENTLY, and instead DOING_SOMETHING_MORE_ROBUST.