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

Unusual ask: Trouble loading RSQLite #143

Open
andrewtlocke opened this issue May 23, 2018 · 3 comments
Open

Unusual ask: Trouble loading RSQLite #143

andrewtlocke opened this issue May 23, 2018 · 3 comments

Comments

@andrewtlocke
Copy link

andrewtlocke commented May 23, 2018

Probably a question for @VarunKShetty , I need to load RSQLite to deal with some SQL files, but the library isn't opening. Any chance you've had this problem and know how to fix?

Here's the error:

> library("RSQLite")
Error: package or namespace load failed for ‘RSQLite’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘bit’

@VarunKShetty
Copy link
Collaborator

Seems that you have this issue because you are missing a package called "bit". Go ahead and install it, may be?

-VK

@andrewtlocke
Copy link
Author

I've installed 'bit' -- and it executes successfully. But when I try to load the library library(bit) it says the package doesn't exist.

It also warns that bit has a "non-zero exit status" during installation. Any idea?

@andrewtlocke
Copy link
Author

Ah! During installation of bit i received the prompt:

Do you want to install from sources the package which needs compilation? (Yes/no/cancel)

I had said yes but should have said no. Working now! Thanks VK

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

2 participants