deplearning icon indicating copy to clipboard operation
deplearning copied to clipboard

error True/False Needed

Open verajosemanuel opened this issue 7 years ago • 3 comments

anytime i execute deplearning::depl_check(source_path = '.') i get this error message:


Error in if (any(unlist(R_spec_match) == 1)) { : 
  missing value where TRUE/FALSE needed

verajosemanuel avatar Nov 08 '17 15:11 verajosemanuel

Thanks for reporting. Could you post the output of sessionInfo()?

MilesMcBain avatar Nov 08 '17 23:11 MilesMcBain

Sorry I'M away from my workplace right now (windows 10). Now at home got an error on mac OS. I'll open a new issue for now and tomorrow will post the work sessionInfo()

verajosemanuel avatar Nov 09 '17 10:11 verajosemanuel

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

Matrix products: default

locale: [1] LC_COLLATE=Spanish_Spain.1252 LC_CTYPE=Spanish_Spain.1252 LC_MONETARY=Spanish_Spain.1252 LC_NUMERIC=C LC_TIME=Spanish_Spain.1252

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

other attached packages: [1] corrplot_0.77 janitor_0.3.0 clickR_0.3.29 Hmisc_4.0-3 Formula_1.2-2 survival_2.41-3 lattice_0.20-35 magrittr_1.5 dplyr_0.7.4
[10] purrr_0.2.4 readr_1.1.1 tidyr_0.7.1 tibble_1.3.4 tidyverse_1.1.1 readxl_1.0.0 FactoMineR_1.36 factoextra_1.0.5 ggplot2_2.2.1
[19] densityClust_0.3 bindrcpp_0.2 shiny_1.0.5 CRANsearcher_1.0.0 installr_0.20.0 stringr_1.2.0 fcuk_0.1.21

loaded via a namespace (and not attached): [1] nlme_3.1-131 lubridate_1.6.0 RColorBrewer_1.1-2 httr_1.3.1 SnowballC_0.5.1 backports_1.1.1 tools_3.4.1 R6_2.2.2
[9] DT_0.2 rpart_4.1-11 lazyeval_0.2.0 colorspace_1.3-2 nnet_7.3-12 gridExtra_2.3 mnormt_1.5-5 curl_2.8.1
[17] compiler_3.4.1 rvest_0.3.2 htmlTable_1.9 flashClust_1.01-2 xml2_1.1.1 NLP_0.1-11 shinyjs_0.9.1 packup_0.0.2
[25] labeling_0.3 slam_0.1-40 checkmate_1.8.4 scales_0.5.0 tm_0.7-1 psych_1.7.8 deplearning_0.4.0 digest_0.6.12
[33] foreign_0.8-69 rio_0.5.5 stringdist_0.9.4.6 base64enc_0.1-3 pkgconfig_2.0.1 htmltools_0.3.6 htmlwidgets_0.9 rlang_0.1.2
[41] rstudioapi_0.7 FNN_1.1 bindr_0.1 jsonlite_1.5 acepack_1.4.1 leaps_3.0 Matrix_1.2-11 Rcpp_0.12.13
[49] munsell_0.4.3 scatterplot3d_0.3-40 stringi_1.1.5 likert_1.3.6 yaml_2.1.14 MASS_7.3-47 Rtsne_0.13 plyr_1.8.4
[57] grid_3.4.1 parallel_3.4.1 ggrepel_0.7.0 forcats_0.2.0 miniUI_0.1.1 haven_1.1.0 splines_3.4.1 hms_0.3
[65] knitr_1.17 ggpubr_0.1.5 reshape2_1.4.2 glue_1.1.1 latticeExtra_0.6-28 data.table_1.10.4 modelr_0.1.1 httpuv_1.3.5
[73] cellranger_1.1.0 gtable_0.2.0 assertthat_0.2.0 openxlsx_4.0.17 mime_0.5 xtable_1.8-2 broom_0.4.2 memoise_1.1.0
[81] cluster_2.0.6

verajosemanuel avatar Nov 10 '17 09:11 verajosemanuel