Package: thor Title: Interface to 'LMDB' Version: 1.2.0 Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"), email = "rich.fitzjohn@gmail.com"), person("Howard", "Chu", role = c("aut", "cph")), person("Symas Corporation", role = "cph"), person("Martin", "Hedenfalk", role = c("aut", "cph")), person("The OpenLDAP Foundation", role = "cph")) Description: Key-value store, implemented as a wrapper around 'LMDB'; the "lightning memory-mapped database" . 'LMDB' is a transactional key value store that uses a memory map for efficient access. This package wraps the entire 'LMDB' interface (except duplicated keys), and provides objects for transactions and cursors. License: MIT + file LICENSE URL: https://github.com/richfitz/thor, https://richfitz.github.io/thor/ BugReports: https://github.com/richfitz/thor/issues Imports: R6, storr Suggests: ids, knitr, rmarkdown, testthat RoxygenNote: 7.1.1 VignetteBuilder: knitr ByteCompile: true Encoding: UTF-8 Language: en-GB Repository: https://richfitz.r-universe.dev Date/Publication: 2025-06-09 09:07:52 UTC RemoteUrl: https://github.com/richfitz/thor RemoteRef: HEAD RemoteSha: a16a42cc70ba42b81109c55d68205194f2c2fa9b NeedsCompilation: yes Packaged: 2026-07-04 07:47:24 UTC; root Author: Rich FitzJohn [aut, cre], Howard Chu [aut, cph], Symas Corporation [cph], Martin Hedenfalk [aut, cph], The OpenLDAP Foundation [cph] Maintainer: Rich FitzJohn