Package: tfprobability Title: Interface to 'TensorFlow Probability' Version: 0.15.2.9000 Authors@R: c( person("Tomasz", "Kalinowski", email = "tomasz.kalinowski@rstudio.com", role = c("ctb", "cre")), person("Sigrid", "Keydana", email = "sigrid@rstudio.com", role = c("aut")), person("Daniel", "Falbel", email = "daniel@rstudio.com", role = c("ctb")), person("Kevin", "Kuo", email = "kevin.kuo@rstudio.com", role = c("ctb"), comment = c(ORCID = "0000-0001-7803-7901")), person("RStudio", role = c("cph")) ) Description: Interface to 'TensorFlow Probability', a 'Python' library built on 'TensorFlow' that makes it easy to combine probabilistic models and deep learning on modern hardware ('TPU', 'GPU'). 'TensorFlow Probability' includes a wide selection of probability distributions and bijectors, probabilistic layers, variational inference, Markov chain Monte Carlo, and optimizers such as Nelder-Mead, BFGS, and SGLD. License: Apache License (>= 2.0) URL: https://github.com/rstudio/tfprobability BugReports: https://github.com/rstudio/tfprobability/issues SystemRequirements: TensorFlow Probability (https://www.tensorflow.org/probability) Encoding: UTF-8 RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Imports: tensorflow (>= 2.4.0), reticulate, keras, magrittr Suggests: tfdatasets, testthat (>= 2.1.0), knitr, rmarkdown VignetteBuilder: knitr Config/pak/sysreqs: libpng-dev Repository: https://rstudio.r-universe.dev Date/Publication: 2025-08-22 13:07:08 UTC RemoteUrl: https://github.com/rstudio/tfprobability RemoteRef: HEAD RemoteSha: df425800b3bb34dc6cc78380dfbf28d3b1086486 NeedsCompilation: no Packaged: 2026-06-23 07:11:07 UTC; root Author: Tomasz Kalinowski [ctb, cre], Sigrid Keydana [aut], Daniel Falbel [ctb], Kevin Kuo [ctb] (ORCID: ), RStudio [cph] Maintainer: Tomasz Kalinowski