-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
34 lines (34 loc) · 912 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
Package: gdphelperR
Title: Summarize GDP Data and Make Plots
Version: 0.0.0.9000
Authors@R:
c(person("Aldo", "Barros", , "aldosaltao@gmail.com", role = c("aut", "cre")),
person("Gabe", "Fairbrother", , "gfairbrother@gmail.com", role = c("aut")),
person("Wanying", "Ye", , "wanying.ye2020@gmail.com", role = c("aut")),
person("Ramiro", "Mejia", , "ramiromejiap@gmail.com", role = c("aut")))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/GloriaWYY/gdphelperR
BugReports: https://github.com/GloriaWYY/gdphelperR/issues
Config/testthat/edition: 3
Imports:
stats,
dplyr,
readr,
utils,
stringr,
ggplot2,
vdiffr,
testthat,
tibble,
rlang,
tidyselect
Suggests:
rmarkdown,
knitr,
covr
VignetteBuilder: knitr