Package: pr Title: Classes for Probabilities Version: 0.0.1 Authors@R: person(given = "Christopher T.", family = "Kenny", role = c("aut", "cre"), email = "ctkenny@proton.me", comment = c(ORCID = "0000-0002-9386-6860")) Description: Provides S3 classes to represent probability vectors and matrices using 'vctrs'. Allows for creation, validation, and pretty printing of each class. Includes a special probability matrix type with counts to allow for cases with limited possible values. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli, rlang, vctrs Depends: R (>= 4.1.0) Suggests: spelling, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate Language: en-US URL: https://github.com/christopherkenny/pr, https://christophertkenny.com/pr/ Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-01 16:15:27 UTC RemoteUrl: https://github.com/christopherkenny/pr RemoteRef: HEAD RemoteSha: 66ab321dcab7d60af3f5764477000b3e87e15e53 NeedsCompilation: no Packaged: 2026-07-09 05:58:31 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny