EDePasquale / DoubletDecon

A tool for removing doublets from single-cell RNA-seq data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functions in NAMESPACE not exported

nlawlor opened this issue · comments

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

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!

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