diff --git a/DESCRIPTION b/DESCRIPTION index d5c41ec..04f7a3f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -40,4 +40,4 @@ RoxygenNote: 7.1.2 Suggests: testthat (>= 2.1.0) Imports: - methods, ape, vcfR, Rsamtools + methods, ape, vcfR, Rsamtools, adegenet diff --git a/NAMESPACE b/NAMESPACE index 05595f3..8b111c8 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -51,6 +51,8 @@ export(uiputfile) export(writeMixtureInfo) import(utils) importFrom(Rsamtools,scanBam) +importFrom(adegenet,.readExt) +importFrom(adegenet,read.genepop) importFrom(ape,as.DNAbin) importFrom(ape,read.FASTA) importFrom(methods,is)