Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

library(rJava), library(tabulizerjars) successfully loads but not library(tablulizer) #109

Open
2 tasks
ambijat opened this issue Sep 17, 2019 · 0 comments
Open
2 tasks

Comments

@ambijat
Copy link

ambijat commented Sep 17, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant