Package: rvec Type: Package Title: Vectors Representing Random Variables Version: 1.0.2 Maintainer: John Bryant Author: John Bryant [aut, cre], Bayesian Demography Limited [cph] 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.2.0) Imports: cli, glue, graphics, grDevices, lifecycle, Matrix, matrixStats, methods, rlang, stats, tibble, tidyselect, utils, vctrs Suggests: bookdown, covr, dplyr, ggplot2, knitr, 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 Repository: https://bayesiandemography.r-universe.dev Date/Publication: 2026-06-01 03:04:03 UTC RemoteUrl: https://github.com/bayesiandemography/rvec RemoteRef: HEAD RemoteSha: e22d68803b812481df2f77249ce82283e20a205f NeedsCompilation: no Packaged: 2026-07-04 20:56:50 UTC; root