Fixed dependencies
This commit is contained in:
parent
c06943d1b4
commit
8b44947ecb
4 changed files with 6 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue