Package: rvec
Type: Package
Title: Vectors Representing Random Variables
Version: 1.0.0
Authors@R: 
    c(person(given = "John",
             family = "Bryant",
             role = c("aut", "cre"),
             email = "john@bayesiandemography.com"),
      person("Bayesian Demography Limited",
             role = "cph"))
Description: Random vectors, called rvecs. An rvec holds
    multiple draws, but tries to behave like a standard
    R vector, including working well in data frames.
    Rvecs are useful for analysing
    output from a simulation or a Bayesian analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Depends: R (>= 4.3.0)
Imports: cli, glue, graphics, grDevices, lifecycle, Matrix,
        matrixStats, methods, rlang, stats, tibble, tidyselect, utils,
        vctrs
Suggests: bookdown, covr, dplyr, ggdist, ggplot2, knitr, posterior,
        rmarkdown, testthat (>= 3.0.0), tidyr, withr
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://bayesiandemography.github.io/rvec/,
        https://github.com/bayesiandemography/rvec
BugReports: https://github.com/bayesiandemography/rvec/issues
NeedsCompilation: no
Packaged: 2025-12-10 13:35:32 UTC; johnbryant
Author: John Bryant [aut, cre],
  Bayesian Demography Limited [cph]
Maintainer: John Bryant <john@bayesiandemography.com>
Repository: CRAN
Date/Publication: 2025-12-10 14:10:02 UTC
Built: R 4.4.3; ; 2025-12-22 03:49:04 UTC; windows
