Package: rvec
Type: Package
Title: Vectors Representing Random Variables
Version: 0.0.8
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.2
Depends: R (>= 4.3.0)
Imports: cli, glue, graphics, grDevices, matrixStats, methods, rlang,
        stats, tibble, tidyselect, utils, vctrs
Suggests: bookdown, covr, dplyr, ggdist, ggplot2, knitr, posterior,
        Matrix, rmarkdown, testthat (>= 3.0.0), tidyr
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-07-13 00:39:17 UTC; johnbryant
Author: John Bryant [aut, cre],
  Bayesian Demography Limited [cph]
Maintainer: John Bryant <john@bayesiandemography.com>
Repository: CRAN
Date/Publication: 2025-07-13 02:30:07 UTC
Built: R 4.3.3; ; 2025-07-14 22:30:50 UTC; unix
