eddelbuettel / rcppsimdjson

Rcpp Bindings for the 'simdjson' Header Library
115 stars 13 forks source link

LENGTH_1 errors #76

Closed eddelbuettel closed 2 years ago

eddelbuettel commented 2 years ago

Note from CRAN:

RcppSimdJson SISIR TESS brunnermunzel crseEventStudy denpro egcm ergm expectreg fitdc fitdistrplus lhs nLTT oce oops pracma rfordummies tcpl tframePlus

See their entries at

https://www.stats.ox.ac.uk/pub/bdr/LENGTH1_self/

which has reproduction instructions in 00README.txt (and after r81758 this will also be seen in Rdev CMD check --as-cran). These were missed by --as-cran in the past as the package was misidentified.

Most, maybe all, of the issues are that && and || act on logical scalars.

Please correct before 2022-03-04 to safely retain your package on CRAN.

I updated my r-devel build and can/will take care of it.

eddelbuettel commented 2 years ago

Turns out it was two lines in one unit test file ...

Will prepare a new release.