1

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?

2
  • You likely need to update R. Commented Mar 25, 2022 at 15:14
  • 1
    Please check readme github.com/ropensci/tabulizer - requirements for Java on Windows. Commented Mar 30, 2022 at 21:10

1 Answer 1

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.:

pak::pkg_install('ropensci/tabulizer') 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.