-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 949 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 949 Bytes
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: BankStatementParser
Title: Parse PDF Bank Statements to Get Financial Transactions
Version: 0.0.0.9000
Authors@R:
person(given = "Lorenz",
family = "Brachtendorf",
role = c("aut", "cre"),
email = "lorenz.brachtendorf@gmx.de",
comment = c(ORCID = "0000-0001-7066-0838"))
Description: This package contains functions to parse PDF bank statements to get your stock market transactions in a structured table. Several banks in Germany are included (so far: Scalable Capital, onVista, DKB AG and Cortal Consors).
Imports:
tesseract,
data.table,
pdftools,
stringr,
textreadr
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/lorenzbr/BankStatementParser
BugReports: https://github.com/lorenzbr/BankStatementParser/issues
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3