R/install.R

Defines functions installTF

Documented in installTF

#' Install TensorFlow and TensorFlow Probability
#'
#' Install the python packages required by sgmcmc, including TensorFlow and TensorFlow probability.
#'  Uses the tensorflow::install_tensorflow function.
#' @export
installTF = function() {
    install_tensorflow()
}
STOR-i/sgmcmc documentation built on Nov. 11, 2020, 6:32 p.m.