Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README doesn't run #2

Open
lindeloev opened this issue May 4, 2024 · 0 comments
Open

README doesn't run #2

lindeloev opened this issue May 4, 2024 · 0 comments

Comments

@lindeloev
Copy link

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.

My sessioninfo:

> sessionInfo()
R version 4.3.3 (2024-02-29 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 11 x64 (build 22631)

Matrix products: default


locale:
[1] LC_COLLATE=English_Denmark.utf8  LC_CTYPE=English_Denmark.utf8    LC_MONETARY=English_Denmark.utf8 LC_NUMERIC=C                    
[5] LC_TIME=English_Denmark.utf8    

time zone: Europe/Copenhagen
tzcode source: internal

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
 [1] currr_0.1.2     lubridate_1.9.3 forcats_1.0.0   stringr_1.5.1   dplyr_1.1.4     purrr_1.0.2     readr_2.1.5     tidyr_1.3.1     tibble_3.2.1   
[10] ggplot2_3.5.1   tidyverse_2.0.0

loaded via a namespace (and not attached):
 [1] gtable_0.3.5      compiler_4.3.3    tidyselect_1.2.1  parallel_4.3.3    scales_1.3.0      R6_2.5.1          generics_0.1.3    munsell_0.5.1    
 [9] pillar_1.9.0      tzdb_0.4.0        rlang_1.1.3       utf8_1.2.4        stringi_1.8.3     pkgload_1.3.4     timechange_0.3.0  cli_3.6.2        
[17] withr_3.0.0       magrittr_2.0.3    tictoc_1.2.1      grid_4.3.3        rstudioapi_0.16.0 hms_1.1.3         lifecycle_1.0.4   vctrs_0.6.5      
[25] glue_1.7.0        fansi_1.0.6       colorspace_2.1-0  pacman_0.5.1      tools_4.3.3       pkgconfig_2.0.3  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant