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?
How can I install the package 'tabulizer'?
2.1k views Asked by Francisco Villablanca At
1
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.: