elbamos / largeVis

An implementation of the largeVis algorithm for visualizing large, high-dimensional datasets, for R
340 stars 62 forks source link

ubuntu 64 #40

Closed chupvl closed 7 years ago

chupvl commented 7 years ago

Hello! I have tried to install from git and from the R-lib. In both cases got following error: "Error : object ‘opticsXi’ is not exported by 'namespace:dbscan'". System: ubuntu 16.04 (64bit). What I am missing?

elbamos commented 7 years ago

A week ago the author of the dbscan package updated it and changed the name of the function. Thanks for letting me know. I'm surprised I didn't get a notification, I thought CRAN handled testing for this. Anyway I'll roll a fix into the next largeVis update, which is overdue anyway. For right now, I suggest using the prior version of dbscan.

On Feb 10, 2017, at 2:19 AM, Vladimir Chupakhin notifications@github.com wrote:

Hello! I have tried to install from git and from the R-lib. In both cases got following error: "Error : object ‘opticsXi’ is not exported by 'namespace:dbscan'". System: ubuntu 16.04 (64bit). What I am missing?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

chupvl commented 7 years ago

Many thanks! waiting for the fix and will test then.

elbamos commented 7 years ago

@chupvl Try the version in my develop branch, should be fixed now.

elbamos commented 7 years ago

@chupvl The updated version should be on cran now -- let me know if you have any issues. I'm going to close this for now.