You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the first example in the README fails here with
> cp_map(.x = 1:50, .f = avg_n, .data = iris,
+ .col = Sepal.Length,
+ name = "iris_mean") |>
+ head(3)
Error in checkForRemoteErrors(val) :
5 nodes produced errors; first error: cannot open the connection
I'm the author of {job}. When releasing new versions of {job} to CRAN, I need to check that all reverse dependencies run with the new version of {job}. Since {currr} doesn't have a test suite and the README example doesn't run, I can't do the revdepcheck. So it would be great if you could include a test suite, e.g., using testthat, so revdepchecks can be automated :-)
I'm trying to start a Linux VM to verify, but my VM crashes right now. I'll update this issue if I succeed.
Running the first example in the README fails here with
I'm the author of
{job}
. When releasing new versions of{job}
to CRAN, I need to check that all reverse dependencies run with the new version of{job}
. Since{currr}
doesn't have a test suite and the README example doesn't run, I can't do the revdepcheck. So it would be great if you could include a test suite, e.g., usingtestthat
, so revdepchecks can be automated :-)I'm trying to start a Linux VM to verify, but my VM crashes right now. I'll update this issue if I succeed.
My sessioninfo:
The text was updated successfully, but these errors were encountered: