-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 885 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
35 lines (35 loc) · 885 Bytes
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
Package: FromQuandl
Type: Package
Title: Makes Easier to Download IMF and World Bank Data From Quandl
Version: 0.1.1
Author: Bernardo Reckziegel
Maintainer: Bernardo Reckziegel <bernardo_cse@hotmail.com>
Description: FromQuandl package is designed to minimize the efforts
of downloading and manipulating datasets that come from the Quandl
package. It allows you to easly construct 'ggplot' objects and work
with the tidyverse verbs.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/Reckziegel/FromQuandl
BugReports: https://github.com/Reckziegel/FromQuandl/issues
Depends:
R (>= 3.3.0)
Imports:
Quandl,
dplyr,
forcats,
magrittr,
purrr,
readr,
rlang,
stringr,
tibble,
tidyr,
crayon,
assertthat (>= 0.2.1),
lubridate (>= 1.7.9.2)
Suggests:
testthat,
covr