chrk623/svydb

new rlang compatibility issue

Closed this issue · 6 comments

Charco,

The rlang's new version seems to have introduce a number of issues in the code.
Could you check that?

Thanks for the package: svydb is amazing!

clould i get your sessionInfo with the packages loaded? Thanks

Sure. Ran it right after the error:

R version 3.5.3 (2019-03-11)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.2 LTS

Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.7.1
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.7.1

locale:
 [1] LC_CTYPE=pt_BR.UTF-8       LC_NUMERIC=C               LC_TIME=pt_BR.UTF-8        LC_COLLATE=pt_BR.UTF-8     LC_MONETARY=pt_BR.UTF-8   
 [6] LC_MESSAGES=pt_BR.UTF-8    LC_PAPER=pt_BR.UTF-8       LC_NAME=C                  LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=pt_BR.UTF-8 LC_IDENTIFICATION=C       

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

other attached packages:
 [1] svydb_0.1.0       ggplot2_3.2.1     survey_3.36       survival_2.42-6   Matrix_1.2-14     rlang_0.4.0.9002  dplyr_0.8.3       R6_2.4.0         
 [9] DBI_1.0.0         MonetDBLite_0.6.0

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.2       rstudioapi_0.8   magrittr_1.5     splines_3.5.3    munsell_0.5.0    tidyselect_0.2.5 colorspace_1.3-2 lattice_0.20-35  tools_3.5.3     
[10] packrat_0.5.0    gtable_0.3.0     dbplyr_1.4.2     withr_2.1.2      mitools_2.4      lazyeval_0.2.2   assertthat_0.2.1 digest_0.6.20    tibble_2.1.3    
[19] crayon_1.3.4     purrr_0.3.2      codetools_0.2-15 glue_1.3.1.9000  compiler_3.5.3   pillar_1.4.2     scales_1.0.0     pkgconfig_2.0.2

Seems like its a rlang problem, there is already an issue at #808. This is similar but not exactly the same. I'm not sure if i'm missing anything, I might open an issue if i still can't figure it out. The fix could possibly be delayed.

@guilhermejacob svydb has now been updated, I only fixed the statistical computation module, it should work now. Let me know if there are any problems. I still need to test the graphics module.

Thank you!

@guilhermejacob sorry been busy. Everything should be fine now, but i will keep this issue open for a few more days just incase.