Fixed dependencies

This commit is contained in:
Waldir Leoncio 2021-09-03 11:17:00 +02:00
parent c06943d1b4
commit 8b44947ecb
4 changed files with 6 additions and 3 deletions

View file

@ -3,6 +3,7 @@
#' @param format Format of the data c("FASTA", "VCF" ,"SAM", or "GenePop")
#' @param verbose if \code{TRUE}, prints extra output information
#' @importFrom utils read.delim
#' @importFrom vcfR read.vcfR
#' @export
greedyMix <- function(data, format, verbose = TRUE) {
format <- tolower(format)