SofieVG / FlowSOM

Using self-organizing maps for visualization and interpretation of cytometry data
61 stars 26 forks source link

getIndiceMat not exported by new flowWorkspace version #28

Closed DillonHammill closed 4 years ago

DillonHammill commented 4 years ago

Thanks for a great package!

Just a heads up, looks like getIndiceMat is no longer exported by the new version of flowWorkspace which is causing build errors. This is using the current GitHub version from the trunk branch 3.33.10.

Error: object 'getIndiceMat' is not exported by 'namespace:flowWorkspace'
Execution halted
ERROR: lazy loading failed for package 'FlowSOM'

Cheers, Dillon

SofieVG commented 4 years ago

Hi Dillon,

If you try the devel branch, it should work with the new version of flowWorkspace. If it is released now, I will bring this update to the master branch soon.

All the best, Sofie

On Tue, 15 Oct 2019, 05:04 Dillon Hammill, notifications@github.com wrote:

Thanks for a great package!

Just a heads up, looks like getIndiceMat is no longer exported by the new version of flowWorkspace which is causing build errors. This is using the current GitHub version from the trunk branch 3.33.10.

Error: object 'getIndiceMat' is not exported by 'namespace:flowWorkspace' Execution halted ERROR: lazy loading failed for package 'FlowSOM'

Cheers, Dillon

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SofieVG/FlowSOM/issues/28?email_source=notifications&email_token=AAOS726IHE6G3HDHOX4KRXDQOUXMRA5CNFSM4JAWRTB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HRX2ZCQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOS727MTMCMQJNM353P6DLQOUXMRANCNFSM4JAWRTBQ .

DillonHammill commented 4 years ago

Excellent! Thanks!

Sithara85 commented 4 years ago

Hi, I am still experiencing issue with 'getIndiceMat' in flowWOrkspace. Is there any other function replaced this one?