r-hub / rhub

R-hub API client
https://r-hub.github.io/rhub/
Other
353 stars 51 forks source link

Failure during examples not reported in summary #132

Closed jcheng5 closed 2 years ago

jcheng5 commented 6 years ago

I checked a package before CRAN submission, and a serious error in one of my examples was not reported as an error. You can see the error in the R CMD check log, but the email I received from rhub didn't mention it.

https://builder.r-hub.io/status/promises_1.0.0.tar.gz-088e386aeb594577b9f824e621ddc2d7

In case that link expires, here's a screenshot of the relevant portion (starting at line 271):

image

Here's the package that causes the problem (it's the use of library(future); plan(multisession) in an example that causes the error):

promises_1.0.0.tar.gz

gaborcsardi commented 2 years ago

I am pretty sure that this is gone. :)