-
Notifications
You must be signed in to change notification settings - Fork 32
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
R Session aborted #41
Comments
Thanks for the bug report. Will fix this soon, but in the meantime: calling |
Now it should (a) avoid aborting the R session when something like this fails; (b) throw an informative message if the data is not suitable for default option To install the latest version from github: remotes::install_github("david-cortes/cmfrec") |
I already saw the problem with different dimensions and fixed it. |
Thanks for the update. I've now expanded a bit the docs to add that option |
In R Studio I receive the notification "R Session Aborted" when runnung ContentBased()
Additionally it shows:
dim(X): 6043 2416
dim(U): 6038 4
dim(I): 2416 13
The text was updated successfully, but these errors were encountered: