This package is an R wrapper of the C++ implementaton of the Blyth-Still-Casella confidence interval https://github.com/keithw/biostat.
It requires C++11 and the boost C++ library: https://www.boost.org/. The original C++ code is wrapped with an R interface using Rcpp and the boost library depedency is handled by the BH R package.
You can install the released version of rbscCI from CRAN with:
This is a basic example to find the 95% confidence interval of the probability of success when there are 25 success out of 100 coin flips: