-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
36 lines (36 loc) · 903 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
28
29
30
31
32
33
34
35
36
Package: ppcryptoparser
Title: Portfolio Performance Crypto Currency Staking Parser
Version: 0.2.2
Authors@R:
person("Patrick", "Schratz", , "patrick.schratz@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0748-6624"))
Description: Parses staking rewards from crypto currencies into a format
suitable for reading by Portfolio Performance.
License: MIT + file LICENSE
URL: https://github.com/pat-s/ppcryptoparser,
https://pat-s.github.io/ppcryptoparser
BugReports: https://github.com/pat-s/ppcryptoparser/issues
Depends:
R (>= 2.10)
Imports:
cli,
data.table,
dplyr,
httr2,
lifecycle,
magrittr,
mlr3misc,
purrr,
readr,
rlang,
tibble,
tibblify,
utils
Suggests:
checkmate,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2