library(rJava), library(tabulizerjars) successfully loads but not library(tablulizer)
ambijat opened this issue · 0 comments
ambijat commented
Please specify whether your issue is about:
- [* ] a possible bug
- a question about package functionality
- a suggested code or documentation change, improvement to the code, or feature request
If you are reporting (1) a bug or (2) a question about code, please supply:
- ensure that you can install and successfully load rJava
- a fully reproducible example using a publicly available dataset (or provide your data)
- if an error is occurring, include the output of
traceback()
run immediately after the error occurs - the output of
sessionInfo()
Put your code here:
## rJava loads successfully
# install.packages("rJava")
library("rJava")
## load package
library("tabulizer")
## code goes here
## session info for your system
sessionInfo()
I am facing a typical problem where rJava, tabulizerjars successfully loads but tabulizer gives the following error.
Error in library(tablulizer) : there is no package called ‘tablulizer’
I am on Linux Mint 19.2