error message with as_data_pronoun and %>% arrange()

Split from error message with as_data_pronoun and %>% arrange()


Ditto on this. I've had to do things like installing a dev version of rlang and I also had the as_data_pronoun error when using %>% arrange()

Couldn't really make my code reproducible as my data's pretty big, but here's my session info:

R version 3.3.3 (2017-03-06)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)

locale:
[1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252    LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C                           LC_TIME=English_United States.1252    

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

other attached packages:
[1] reprex_0.2.1   bindrcpp_0.2.2 dplyr_0.7.4    plotly_4.8.0   ggplot2_3.1.0  sp_1.2-4      

loaded via a namespace (and not attached):
 [1] purrr_0.2.4         lattice_0.20-34     colorspace_1.3-2    htmltools_0.3.6     viridisLite_0.3.0  
 [6] yaml_2.1.14         utf8_1.1.3          rlang_0.3.0.9000    pillar_1.3.0        glue_1.2.0         
[11] withr_2.1.2         bindr_0.1.1         plyr_1.8.4          stringr_1.2.0       munsell_0.5.0      
[16] gtable_0.2.0        devtools_1.13.6     htmlwidgets_1.3     memoise_1.0.0       evaluate_0.10.1    
[21] knitr_1.17          labeling_0.3        httpuv_1.3.5        crosstalk_1.0.0     curl_2.3           
[26] fansi_0.2.2         Rcpp_0.12.16        xtable_1.8-2        clipr_0.4.1         scales_0.5.0       
[31] backports_1.1.2     leaflet_2.0.2       jsonlite_1.5        mime_0.5            fs_1.2.2           
[36] digest_0.6.12       stringi_1.1.2       shiny_1.0.3         grid_3.3.3          rprojroot_1.3-2    
[41] cli_1.0.1           tools_3.3.3         magrittr_1.5        lazyeval_0.2.0      tibble_1.4.2       
[46] whisker_0.3-2       crayon_1.3.4        tidyr_0.8.0         pkgconfig_2.0.1     data.table_1.10.4-3
[51] assertthat_0.2.0    rmarkdown_1.9       httr_1.3.1          rstudioapi_0.8      R6_2.2.2           
[56] git2r_0.21.0

Could you walk through what you're doing to lead to your issue, any error messages or extra context that would be helpful in reproducing or identifying the issue, and what you've done already?

1 Like