-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.29 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Type: Package
Package: debkeepr
Title: Analysis of Non-Decimal Currencies and Double-Entry Bookkeeping
Version: 0.1.1.9000
Authors@R:
person("Jesse", "Sadler", , "jrsadler@icloud.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-6081-9681"))
Description: Analysis of historical non-decimal currencies and value
systems that use tripartite or tetrapartite systems such as pounds,
shillings, and pence. It introduces new vector classes to represent
non-decimal currencies, making them compatible with numeric classes,
and provides functions to work with these classes in data frames in
the context of double-entry bookkeeping.
License: MIT + file LICENSE
URL: https://github.com/jessesadler/debkeepr,
https://jessesadler.github.io/debkeepr/
BugReports: https://github.com/jessesadler/debkeepr/issues
Depends:
R (>= 3.5)
Imports:
cli (>= 3.4.0),
dplyr (>= 1.0.0),
magrittr,
methods,
rlang (>= 1.1.0),
tibble (>= 3.0.0),
vctrs (>= 0.6.1),
zeallot
Suggests:
covr,
ggplot2,
ggraph,
igraph,
knitr,
rmarkdown,
roxygen2,
scales (>= 1.1.0),
testthat (>= 3.1.3)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3