Minor changes for clean check

This commit is contained in:
Waldir Leoncio 2021-08-23 14:34:20 +02:00
parent cabb3318dd
commit db760fe899
7 changed files with 22159 additions and 6 deletions

View file

@ -50,7 +50,10 @@ export(uigetfile)
export(uiputfile)
export(writeMixtureInfo)
import(utils)
importFrom(ape,as.DNAbin)
importFrom(ape,read.FASTA)
importFrom(methods,is)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,read.delim)
importFrom(utils,write.table)