rchk can be used to check R
packages with compiled code. Along with other tools, rchk is now
used to check relevant CRAN packages and a related Additional issues page is linked on the the CRAN check results page.
When testing my package using a local installation of rchk I get the
following report:
ERROR: too many states (abstraction error?) in function strptime_internal
I have no idea of what it means. My package does not use any
strptime function.
I have a similar message when I check the dplyr or the jpeg package as installed from the CRAN.