Package: greta.censored
Title: Censored Distributions for 'greta'
Version: 0.1.0
Authors@R: c(
    person(
        given = "Mlen-Too", 
        family = "Wesley",
        email = "mlen.too.wesley@gmail.com", 
        role = c("aut", "cre")
    )
  )
Description: Provides additional censored distributions for use with 'greta', 
    a probabilistic programming framework for Bayesian modeling. Includes 
    censored versions of Normal, Log-Normal, Student's T, Gamma, Exponential, 
    Weibull, Pareto, and Beta distributions with support for right, left, 
    and interval censoring. For details on 'greta', see Golding (2019) 
    <doi:10.21105/joss.01601>. The methods are implemented using 'TensorFlow' 
    and 'TensorFlow Probability' for efficient computation.
License: Apache License 2.0
URL: https://github.com/mtwesley/greta.censored
BugReports: https://github.com/mtwesley/greta.censored/issues
Depends: greta (>= 0.4.2), R (>= 3.1.0)
Imports: glue, reticulate, tensorflow (>= 2.7.0)
Suggests: devtools, VGAM, knitr, rmarkdown, testthat (>= 3.1.0),
        roxygen2, styler, pkgdown
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.3.2
SystemRequirements: Python (>= 3.7.0) with header files and shared
        library; TensorFlow (>= v2.0.0; https://www.tensorflow.org/);
        TensorFlow Probability (v0.8.0;
        https://www.tensorflow.org/probability/)
NeedsCompilation: no
Packaged: 2024-11-28 15:02:55 UTC; mtwesley
Author: Mlen-Too Wesley [aut, cre]
Maintainer: Mlen-Too Wesley <mlen.too.wesley@gmail.com>
Repository: CRAN
Date/Publication: 2024-11-29 09:30:06 UTC
