Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 452 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 452 Bytes

bftools

Installation

Currently there isn't a released version on CRAN.

You can use the devtools package to install the development version:

if (!require("devtools")) install.packages("devtools")
devtools::install_github("jefferislab/bftools")

Note: Windows users need Rtools and devtools to install this way.