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

geniusR and geniusr conflict #13

Closed
TinasheMTapera opened this issue Jul 6, 2018 · 2 comments
Closed

geniusR and geniusr conflict #13

TinasheMTapera opened this issue Jul 6, 2018 · 2 comments

Comments

@TinasheMTapera
Copy link

After installing both geniusR:

devtools::install_github("josiahparry/geniusR")
library(geniusR)

and ewenme's geniusr in one session:

install.packages("geniusr")
library(geniusr)

R seems to only keep one of the two in my packages library /Library/Frameworks/R.framework/Versions/3.5/Resources/library, usually geniusr. I noticed this because functions from geniusr seemed to work fine, but gives this error with geniusR::genius_album():

Error in mutate_impl(.data, dots) : Evaluation error: lazy-load database
'/Library/Frameworks/R.framework/Versions/3.5/Resources/library/geniusR/R/geniusR.rdb' is corrupt.

This is confirmed when I check the directory, when I restart the session, reinstall packages, even when I reinstall R and RStudio. I'm gonna report the same issue on geniusr's github too.

Version:

R.version
_
platform x86_64-apple-darwin15.6.0
arch x86_64
os darwin15.6.0
system x86_64, darwin15.6.0
status
major 3
minor 5.0
year 2018
month 04
day 23
svn rev 74626
language R
version.string R version 3.5.0 (2018-04-23)
nickname Joy in Playing

@TinasheMTapera
Copy link
Author

Addendum: whichever package is installed last is the one that persists

@JosiahParry
Copy link
Owner

Hey @TinasheMTapera, thanks for pointing this out. It's been an unfortunate consequence of having the same idea as @eoppe1022. I will soon be discontinuing development of geniusR in this repository and will be migrating it to another package. I'll keep you updated 😈

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