tabulapdf icon indicating copy to clipboard operation
tabulapdf copied to clipboard

Installation Problem -tabulizer package

Open suk-g opened this issue 7 years ago • 1 comments

Hello, I am not able to install tabulizer package in my system.Please help

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

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] docxtractr_0.2.0 pdftools_1.5

loaded via a namespace (and not attached): [1] Rcpp_0.12.14 dplyr_0.7.4 assertthat_0.2.0 slam_0.1-42 R6_2.2.2 magrittr_1.5 [7] git2r_0.21.0 rlang_0.1.4 ghit_0.2.18 NLP_0.1-11 bindrcpp_0.2 xml2_1.1.1 [13] tools_3.4.2 glue_1.2.0 purrr_0.2.4 yaml_2.1.15 parallel_3.4.2 compiler_3.4.2 [19] pkgconfig_2.0.1 tm_0.7-3 bindr_0.1 tibble_1.3.4

ghit::install_github(c("ropenscilabs/tabulizerjars", "ropenscilabs/tabulizer"), INSTALL_opts = "--no-multiarch") ropenscilabs/tabulizerjars ropenscilabs/tabulizer NA NA Warning messages: 1: running command '"C:/PROGRA1/R/R-341.2/bin/x64/R" CMD INSTALL --no-multiarch -l "C:\Users\sgarg\Documents\R\win-library\3.4" C:\Users\sgarg\AppData\Local\Temp\RtmpCIVDeb/downloaded_packages/testthat_2.0.0.tar.gz' had status 1 2: In utils::install.packages(suggests, type = type, repos = repos, : installation of package ‘testthat’ had non-zero exit status 3: running command '"C:/PROGRA1/R/R-341.2/bin/x64/R" CMD INSTALL --no-multiarch -l "C:\Users\sgarg\Documents\R\win-library\3.4" C:\Users\sgarg\AppData\Local\Temp\RtmpCIVDeb/ghitdrat/src/contrib/tabulizerjars_0.9.2.tar.gz' had status 1 4: In utils::install.packages(to_install, type = type, repos = repos, : installation of package ‘tabulizerjars’ had non-zero exit status 5: running command '"C:/PROGRA1/R/R-341.2/bin/x64/R" CMD INSTALL --no-multiarch -l "C:\Users\sgarg\Documents\R\win-library\3.4" C:\Users\sgarg\AppData\Local\Temp\RtmpCIVDeb/ghitdrat/src/contrib/tabulizer_0.1.24.tar.gz' had status 1 6: In utils::install.packages(to_install, type = type, repos = repos, : installation of package ‘tabulizer’ had non-zero exit status

suk-g avatar Feb 15 '18 17:02 suk-g

Seems like the installation of testthat package fails. Could you try installing it first by running install.packages("testthat")?

tpaskhalis avatar Apr 09 '18 23:04 tpaskhalis