-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
27 lines (27 loc) · 915 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: ledger
Type: Package
Title: Utilities for Importing Data from Plain Text Accounting Files
Version: 2.0.11-0
Authors@R: c(person("Trevor L.", "Davis", role=c("aut", "cre"),
email="[email protected]",
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
SystemRequirements: ledger (>= 3.1), hledger (>= 1.2), beancount (>= 2.0)
License: MIT + file LICENSE
RoxygenNote: 7.3.1
Encoding: UTF-8