Package: keyholder Title: Store Data About Rows Version: 0.1.8.9000 Authors@R: person(given = "Evgeni", family = "Chasnovski", role = c("aut", "cre"), email = "evgeni.chasnovski@gmail.com", comment = c(ORCID = "0000-0002-1617-4019")) Description: Tools for keeping track of information, named "keys", about rows of data frame like objects. This is done by creating special attribute "keys" which is updated after every change in rows (subsetting, ordering, etc.). This package is designed to work tightly with 'dplyr' package. License: MIT + file LICENSE URL: https://echasnovski.github.io/keyholder/, https://github.com/echasnovski/keyholder/ BugReports: https://github.com/echasnovski/keyholder/issues/ Depends: R (>= 3.4.0) Imports: dplyr (>= 0.7.0), rlang (>= 0.1), tibble, utils Suggests: covr, knitr, rmarkdown, testthat VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE, old_usage = TRUE) RoxygenNote: 7.3.2 Repository: https://echasnovski.r-universe.dev Date/Publication: 2025-07-25 08:05:29 UTC RemoteUrl: https://github.com/echasnovski/keyholder RemoteRef: HEAD RemoteSha: d7513629077a653951e0a85ae1a319bd4994242d NeedsCompilation: no Packaged: 2026-07-04 08:15:47 UTC; root Author: Evgeni Chasnovski [aut, cre] (ORCID: ) Maintainer: Evgeni Chasnovski