EDePasquale / DoubletDecon

A tool for removing doublets from single-cell RNA-seq data
69 stars 19 forks source link

Functions in NAMESPACE not exported #23

Closed nlawlor closed 4 years ago

nlawlor commented 4 years ago

Hello,

Thank you for developing DoubletDecon! I installed your package successfully via

devtools::install_github('EDePasquale/DoubletDecon')

But noticed that no functions were being exported in the NAMESPACE (https://github.com/EDePasquale/DoubletDecon/blob/master/NAMESPACE)

After cloning the package and re-documenting with:

devtools::document()

This fixed the issue :) I just wanted to note this in case any one else ran into the same problem

EDePasquale commented 4 years ago

ahh, thank you for pointing this out! I had trouble getting the document function to work for this patch and guess I just missed that it wiped the namespace. Will fix asap!

nlawlor commented 4 years ago

Happy to help :) and thank you for the quick fix!