r-lib / revdepcheck

R package reverse dependency checking
https://revdepcheck.r-lib.org
Other
99 stars 31 forks source link

NA entries in cloud_summary() #323

Closed kevinushey closed 2 years ago

kevinushey commented 2 years ago

E.g.

> revdepcheck::cloud_summary()
✔ Most recent cloud job `job_name`: "763bd10f-44b1-45af-bbdb-21fd2f540cdf"
ℹ Syncing results to revdep/cloud.noindex/763bd10f-44b1-45af-bbdb-21fd2f540cdf
ℹ Comparing results
✔ aif360 0.1.0                           ── E: 0     | W: 0     | N: 1
✔ altair 4.1.1                           ── E: 0     | W: 0     | N: 1
✔ analysisPipelines 1.0.2                ── E: 0     | W: 0     | N: 2
✔ anndata 0.7.5.3                        ── E: 0     | W: 0     | N: 0
✔ arrow 6.0.1                            ── E: 0     | W: 0     | N: 1
✔ autokeras 1.0.12                       ── E: 0     | W: 0     | N: 1
✔ azuremlsdk 1.10.0                      ── E: 0     | W: 0     | N: 0
E NA NA                                  ── E: 1/1   | W: 1/1   | N: 1/1
E NA NA                                  ── E: 1/1   | W: 1/1   | N: 1/1
✔ botor 0.3.0                            ── E: 0     | W: 0     | N: 0
E NA NA                                  ── E: 1/1   | W: 1/1   | N: 1/1

Is there a way of knowing what went from with these NA entries? Are these jobs that failed to run?

kevinushey commented 2 years ago

Duplicate of https://github.com/r-lib/revdepcheck/issues/295.