Dependency fixes
This commit is contained in:
parent
1b1999d2b8
commit
be2dbd02b2
3 changed files with 3 additions and 2 deletions
|
|
@ -36,9 +36,8 @@ Description: Partial R implementation of the BAPS software
|
|||
License: GPL-3
|
||||
BugReports: https://github.com/ocbe-uio/rBAPS/issues
|
||||
Encoding: UTF-8
|
||||
LazyData: true
|
||||
RoxygenNote: 7.1.1
|
||||
Suggests:
|
||||
testthat (>= 2.1.0)
|
||||
Imports:
|
||||
methods, ape, vcfR
|
||||
methods, ape, vcfR, Rsamtools
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ export(uigetfile)
|
|||
export(uiputfile)
|
||||
export(writeMixtureInfo)
|
||||
import(utils)
|
||||
importFrom(Rsamtools,scanBam)
|
||||
importFrom(ape,as.DNAbin)
|
||||
importFrom(ape,read.FASTA)
|
||||
importFrom(methods,is)
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
#' @param verbose if \code{TRUE}, prints extra output information
|
||||
#' @importFrom utils read.delim
|
||||
#' @importFrom vcfR read.vcfR
|
||||
#' @importFrom Rsamtools scanBam
|
||||
#' @references Samtools: a suite of programs for interacting
|
||||
#' with high-throughput sequencing data. <http://www.htslib.org/>
|
||||
#' @export
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue