-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.4 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
Package: BETSlite
Type: Package
Title: Brazilian Economic Time Series Lite (lite version)
Version: 0.1.4
Date: 2018-10-29
Authors@R: c( person("Pedro", "Costa Ferreira", email = "[email protected]", role = "aut"),
person("Talitha", "Speranza", email = "[email protected]",role = "aut"),
person("Jonatha", "Costa", email = "[email protected]", role = c("aut", "cre")),
person("Fernando", "Teixeira", email = "[email protected]", role = "ctb"),
person("Daiane", "Marcolino", email = "[email protected]", role = "ctb"))
Maintainer: Jonatha Costa <[email protected]>
Depends:
R (>= 3.4.0)
Imports:
sqldf,
zoo,
stringr,
RCurl,
webshot,
RMySQL,
DBI,
digest,
rjson,
httr,
rvest,
dplyr,
xml2,
lubridate,
foreign,
htmltools
Suggests:
devtools,
odbc
Description: It provides access to and information about the most important
Brazilian economic time series - from the Getulio Vargas Foundation,
the Central Bank of Brazil and the Brazilian Institute of Geography
and Statistics.This is a short version of the BETS package.
License: GPL-3
BugReports: https://github.com/GreedBlink/BETSlite/issues
URL: https://github.com/GreedBlink/BETSlite
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
NeedsCompilation: no