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.