Minor changes for clean check
This commit is contained in:
parent
cabb3318dd
commit
db760fe899
7 changed files with 22159 additions and 6 deletions
|
|
@ -2,12 +2,14 @@ context("Auxiliary functions to greedyMix")
|
|||
|
||||
# Defining the relative path to current inst ------------- #
|
||||
if (interactive()) {
|
||||
path_inst <- "../../inst/ext/"
|
||||
path_inst <- "../../inst/ext/BAPS_format_clustering_diploid.txt"
|
||||
} else {
|
||||
path_inst <- "inst/ext/"
|
||||
path_inst <- system.file(
|
||||
"ext", "BAPS_format_clustering_diploid.txt", package="rBAPS"
|
||||
)
|
||||
}
|
||||
baps_diploid <- read.delim(
|
||||
file = file.path(path_inst, "BAPS_format_clustering_diploid.txt"),
|
||||
file = path_inst,
|
||||
sep = " ",
|
||||
header = FALSE
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue