sanealytics / recommenderlabrats

Some recommendation algorithms and research
12 stars 6 forks source link

Error : unable to load R code in package ‘recommenderlabrats’ #6

Open manches opened 5 years ago

manches commented 5 years ago

Hi,

I am try to do this:

require(recommenderlab) require(devtools) install_github("sanealytics/recommenderlabrats")

and i am getting this:

installing to /Library/Frameworks/R.framework/Versions/3.5/Resources/library/recommenderlabrats/libs R byte-compile and prepare package for lazy loading Error : Entry already in registry. Error : unable to load R code in package ‘recommenderlabrats’ ERROR: lazy loading failed for package ‘recommenderlabrats’ *removing ‘/Library/Frameworks/R.framework/Versions/3.5/Resources/library/recommenderlabrats’ Error in i.p(...) : (convertido del aviso) installation of package ‘/var/folders/4n/1fr9ptl52ks7cvcz61dthcyw0000gn/T//RtmpL56jP0/fileb0e92ba37c2a/recommenderlabrats_1.0.tar.gz’ had non-zero exit status`

can you help me?

sanealytics commented 5 years ago

This is probably very late... but. I am no longer actively developing this.

I should probably figure out what to do with the code. Here is what you should do - pick the algorithms you want, then copy the source and run it yourself.

Let me know if you run into issues.