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

arules 1.7.3 doesn't seem to work with R 4.2 #73

Closed
pedrocondor opened this issue Jun 10, 2022 · 1 comment
Closed

arules 1.7.3 doesn't seem to work with R 4.2 #73

pedrocondor opened this issue Jun 10, 2022 · 1 comment

Comments

@pedrocondor
Copy link

After installing using the lastest binaries, R cannot import with error

Error in library(arules) : there is no package called 'arules'

any clue?

@mhahsler
Copy link
Owner

Looks like your R installation might have an issue. Try the following:

R> install.packages("arules")
R> library(arules)

If that does not work, then please post the output of the following command here:

R> sessionInfo()

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