-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.01 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
Package: treasury
Title: Client for US Treasury XML Feed and Published Data
Version: 0.2.0.9000
Authors@R:
person("Maximilian", "Mücke", , "muecke.maximilian@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0000-9432-9795"))
Description: Download daily interest rates from the US Treasury XML feed.
Leveraging
<https://home.treasury.gov/treasury-daily-interest-rate-xml-feed>,
this package serves as a wrapper, facilitating the retrieval of daily
treasury rates across various categories, including par yield curves,
treasury bills, long-term rates, and real yield curves.
License: MIT + file LICENSE
URL: https://m-muecke.github.io/treasury/,
https://github.com/m-muecke/treasury
BugReports: https://github.com/m-muecke/treasury/issues
Depends:
R (>= 4.1.0)
Imports:
data.table (>= 1.16.0),
httr2 (>= 1.0.0),
xml2
Suggests:
ggplot2,
readxl,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2