Adding adegenet to imports

This commit is contained in:
Waldir Leoncio 2022-01-27 11:19:10 +01:00
parent 1832ad7a45
commit 9d1e8f7ae6
2 changed files with 3 additions and 1 deletions

View file

@ -40,4 +40,4 @@ RoxygenNote: 7.1.2
Suggests:
testthat (>= 2.1.0)
Imports:
methods, ape, vcfR, Rsamtools
methods, ape, vcfR, Rsamtools, adegenet

View file

@ -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)