The table above is results of running R CMD CHECK on the package on a combination of different operating systems, R versions and compilers. CRAN maintainers presumably use these as a basis for getting in touch with maintainers when these checks are failing.
I am finding this a very useful tool however I am having an issue with the /history/:date route.
The example you use above works as expected however there appears to be a large number of dates that are returning an error, for example:
x ← jsonlite::stream_in(curl::curl(“https://cranchecks.info/history/2019-09-11”))
Returns:
opening curl input connection.
Error in FUN(X[[i]], …) : invalid multibyte string, element 1
closing curl input connection.
Thanks for your question! I can replicate the problem you show. I am not sure what exactly is going wrong there, but the below seems to work, first downloading the file, then streaming the file in. Seems best to first download, then read in, probably want to replace file paths with non-temporary file paths if you want to keep files after the R session ends.