How can I install the package 'tabulizer'?

2.1k views Asked by At

I need to work with the "tabulizer" library in R but when installing the package it shows me the following message: "Installing package into 'C:/Users/Usuario/Documents/R/win-library/4.1' (as 'lib' is unspecified) Warning in install.packages : package 'tabulizer' is not available for this version of R". Has anyone been able to fix this problem?

1

There are 1 answers

0
Konrad Rudolph On

The package has been archived on CRAN due to issues with Java. For the time being, you can’t install it using install.packages.

As an alternative you can use ‘pak’, ‘remotes’ or similar to install it, e.g.:

pak::pkg_install('ropensci/tabulizer')