Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 537 Bytes

File metadata and controls

16 lines (11 loc) · 537 Bytes

BiocExecute

BiocExecute is a package to make Bioconductor/R package functions executable in the Command Line Interface (CLI).

The package comes with a few functions that need to be called upon building a package or upon using the package in the CLI.

Install the package using remotes::install_github("BiocCodingCollaborations/BiocExecute", build_vignettes = TRUE).

For a detailed view on how to use BiocExecute, please read the corresponding vignette.