harveyl888 / queryBuilder

R htmlwidget for jQuery QueryBuilder filtering of data frames
12 stars 10 forks source link

yaml.load error #8

Closed MFA-bmayer closed 6 years ago

MFA-bmayer commented 6 years ago

I had previously built a Shiny app that utilized queryBuilder. Now when I run the app I come up with this error:

Error in yaml.load(readLines(con), error.label = error.label, ...) : argument "error.label" is missing, with no default

I have isolated this problem to the portions of the app that utilize queryBuilder.

Here is my session info:

sessionInfo() R version 3.4.3 (2017-11-30) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 7 x64 (build 7601) Service Pack 1

Matrix products: default

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] queryBuilder_0.0.1 devtools_1.13.5 dplyr_0.7.4 plyr_1.8.4 rvest_0.3.2
[6] xml2_1.1.1 rpivotTable_0.3.0 rgdal_1.2-16 geojsonio_0.5.0 leaflet_1.1.0
[11] RODBCext_0.3.1 RODBC_1.3-15 stringr_1.3.0 shinyWidgets_0.4.1 shinydashboard_0.6.1 [16] DT_0.4 htmlwidgets_1.0 shinythemes_1.1.1 shiny_1.0.5 raster_2.6-7
[21] sp_1.2-5

loaded via a namespace (and not attached): [1] lattice_0.20-35 V8_1.5 colorspace_1.3-2 htmltools_0.3.6 yaml_2.1.15 rlang_0.1.6
[7] pillar_1.1.0 foreign_0.8-69 glue_1.2.0 withr_2.0.0 bindrcpp_0.2 bindr_0.1
[13] rgeos_0.3-25 munsell_0.4.3 memoise_1.1.0 httpuv_1.3.5 maptools_0.9-2 crosstalk_1.0.0 [19] curl_2.8.1 Rcpp_0.12.13 xtable_1.8-2 scales_0.5.0 jsonlite_1.5 mime_0.5
[25] digest_0.6.12 stringi_1.1.6 grid_3.4.3 jqr_1.0.0 tools_3.4.3 magrittr_1.5
[31] lazyeval_0.2.0 geojson_0.2.0 tibble_1.4.2 pkgconfig_2.0.1 assertthat_0.2.0 httr_1.3.1
[37] R6_2.2.2 compiler_3.4.3 git2r_0.19.0

harveyl888 commented 6 years ago

Hmmm. It may not be directly be related to the package. I found a similar error on SO (https://stackoverflow.com/questions/47617532/when-i-start-desktop-rstudio-every-time-i-get-an-error-message-asrstudio-error) in relation to yaml v 2.1.15. Could you attach a minimal working example so that I could try to reproduce the error? I checked my installation and I'm running yaml v 2.1.16.

harveyl888 commented 6 years ago

I haven't seen a reproducible example so I'm going to close this issue for now. Please feel free to reopen with an example. Thanks.