Package: ledger Type: Package Title: Utilities for Importing Data from Plain Text Accounting Files Version: 2.1.1 Authors@R: c(person("Trevor L.", "Davis", role=c("aut", "cre"), email="trevor.l.davis@gmail.com", comment = c(ORCID = "0000-0001-6341-4639")), person("Jenya", "Sovetkin", role="ctb"), person("Chris", "Lloyd", role="ctb")) URL: https://github.com/trevorld/r-ledger, https://trevorldavis.com/R/ledger/ BugReports: https://github.com/trevorld/r-ledger/issues Description: Utilities for querying plain text accounting files from 'Ledger', 'HLedger', and 'Beancount'. Imports: dplyr (>= 0.7.0), rlang, stringr, tidyr (>= 0.7.0), tibble, tidyselect (>= 1.2.0), tools Suggests: rio, testthat (>= 3.0.0) Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) SystemRequirements: ledger (>= 3.1), hledger (>= 1.2), beanquery or rustledger (>= 0.15.0) License: MIT + file LICENSE Encoding: UTF-8 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://trevorld.r-universe.dev Date/Publication: 2026-06-13 03:34:30 UTC RemoteUrl: https://github.com/trevorld/r-ledger RemoteRef: HEAD RemoteSha: ba20e520f1dd56b1c1288a0847f22c5fc6e95ec7 NeedsCompilation: no Packaged: 2026-06-13 06:58:58 UTC; root Author: Trevor L. Davis [aut, cre] (ORCID: ), Jenya Sovetkin [ctb], Chris Lloyd [ctb] Maintainer: Trevor L. Davis