-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
25 lines (25 loc) · 1.3 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
Package: priceR
Type: Package
Title: Economics and Pricing Tools
Version: 1.0.2
Imports: dplyr, gsubfn, stringr, purrr, jsonlite, stats, lubridate, stringi, tidyr
Authors@R: c(person(given="Steve", family="Condylios",
role=c("aut", "cre"), email="steve.condylios@gmail.com",
comment("https://orcid.org/0000-0003-0599-844X")),
person(given="Bruno", family="Mioto", role="ctb", email="brunomioto97@gmail.com"),
person(given = "Bryan", family = "Shalloway", role = "ctb", email = "brshallodev@gmail.com"))
Maintainer: Steve Condylios <steve.condylios@gmail.com>
BugReports: https://github.com/stevecondylios/priceR/issues
License: MIT + file LICENSE
URL: https://github.com/stevecondylios/priceR
Description: Functions to aid in micro and macro economic analysis and handling of price and
currency data. Includes extraction of relevant inflation and exchange rate data from World Bank
API, data cleaning/parsing, and standardisation. Inflation adjustment
calculations as found in Principles of Macroeconomics by Gregory Mankiw et al (2014). Current
and historical end of day exchange rates for 171 currencies from the European Central Bank
Statistical Data Warehouse (2020) <https://sdw.ecb.europa.eu/curConverter.do>.
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests:
testthat
LazyData: true