ropensci / tabulapdf

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

Unable to install in tabulizer #157

Closed Dhwani-2410 closed 1 year ago

Dhwani-2410 commented 1 year ago

Put your code here:

## rJava loads successfully
# install.packages("rJava")
library("rJava")
## code goes here
 install.packages("tabulizer")
Installing package into ‘/home/dhwani/R/x86_64-pc-linux-gnu-library/4.2’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘tabulizer’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
## session info for your system
sessionInfo()

R version 4.2.1 (2022-06-23)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.5 LTS

Matrix products: default
BLAS:   /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3

locale:
 [1] LC_CTYPE=en_IN.UTF-8       LC_NUMERIC=C               LC_TIME=en_IN.UTF-8        LC_COLLATE=en_IN.UTF-8    
 [5] LC_MONETARY=en_IN.UTF-8    LC_MESSAGES=en_IN.UTF-8    LC_PAPER=en_IN.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C             LC_MEASUREMENT=en_IN.UTF-8 LC_IDENTIFICATION=C       

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

other attached packages:
[1] RJDBC_0.2-10   DBI_1.1.3      rJava_1.0-6    remotes_2.4.2  pdftools_3.3.2

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.9      fansi_1.0.3     utf8_1.2.2      lifecycle_1.0.2 magrittr_2.0.3  pillar_1.8.1    rlang_1.0.6    
 [8] cli_3.4.1       curl_4.3.2      vctrs_0.4.1     qpdf_1.3.0      tools_4.2.1     glue_1.6.2      compiler_4.2.1 
[15] askpass_1.1     pkgconfig_2.0.3 tibble_3.1.8   
pachadotdev commented 1 year ago

you need to install from github

remotes::install_github("ropensci/tabulizer")