ropensci / tabulapdf

Bindings for Tabula PDF Table Extractor Library
https://docs.ropensci.org/tabulapdf/
Apache License 2.0
541 stars 70 forks source link

Installation Problem #72

Open syedhelaluddin opened 6 years ago

syedhelaluddin commented 6 years ago

library("tabulizer") Error in library("tabulizer") : there is no package called ‘tabulizer’

I am using Windows 10. I have installed java on my computer then try the following code to install tabulizer.

if(!require("ghit")){ install.packages("ghit") }

on 64-bit Windows

ghit::install_github(c("ropenscilabs/tabulizerjars", "ropenscilabs/tabulizer"), INSTALL_opts = "--no-multiarch")

elsewhere

ghit::install_github(c("ropenscilabs/tabulizerjars", "ropenscilabs/tabulizer"))

suk-g commented 6 years ago

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:/PROGRA~1/R/R-34~1.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:/PROGRA~1/R/R-34~1.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:/PROGRA~1/R/R-34~1.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

tpaskhalis commented 6 years ago

Hard to say without more details. @helal06, could you provide the output of sessionInfo() and specific error message that you get?