Description Usage Arguments Details Value Author(s) Examples
check if a binary is in the path. Specifically used for bedtools, bedops and tabix.
1 | check.binary(x = "bedtools", verbose = TRUE)
|
x |
a string referring to a binary/executable i.e. bedtools, bedops, tabix |
verbose |
print log |
Used internally to determine functionality selection options.
TRUE or FALSE
Daryl Waggott
1 | check.binary("bedtools")
|
sh: 1: cannot create /dev/null: Permission denied
sh: 1: cannot create /dev/null: Permission denied
sh: 1: cannot create /dev/null: Permission denied
######################
#### bedr v1.0.3 ####
######################
checking binary availability...
* Checking path for bedtools... FAIL
* Checking path for bedops... FAIL
* Checking path for tabix... FAIL
tests and examples will be skipped on R CMD check if binaries are missing
* Checking path for bedtools... sh: 1: cannot create /dev/null: Permission denied
FAIL
[1] FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.