Package: relatable Type: Package Title: Functions for Mapping Key-Value Pairs, Many-to-Many, One-to-Many, and Many-to-One Relations Version: 1.0.0.9000 Authors@R: person("Dominic", "Jarkey", email = "dominic.jarkey@gmail.com", role = c("aut", "cre")) Description: Functions to safely map from a vector of keys to a vector of values, determine properties of a given relation, or ensure a relation conforms to a given type, such as many-to-many, one-to-many, injective, surjective, or bijective. Permits default return values for use similar to a vectorised switch statement, as well as safely handling large vectors, NAs, and duplicate mappings. Depends: R (>= 3.4) Imports: compare (>= 0.2-6) License: MIT + file LICENSE Encoding: UTF-8 LazyData: true RoxygenNote: 6.0.1 Suggests: testthat, knitr, rmarkdown, tibble, foreign VignetteBuilder: knitr URL: https://github.com/domjarkey/relatable Repository: https://domjarkey.r-universe.dev Date/Publication: 2018-02-01 07:37:56 UTC RemoteUrl: https://github.com/domjarkey/relatable RemoteRef: HEAD RemoteSha: d02569e5d7b3664b97b04d06942f02833a974691 NeedsCompilation: no Packaged: 2026-06-18 08:06:29 UTC; root Author: Dominic Jarkey [aut, cre] Maintainer: Dominic Jarkey