-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.06 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
Package: dubois
Title: Collection of functions that generate Du Bois based plots from user
datasets
Version: 0.0.0.9000
Authors@R:
person("Icaro Bernardes", "dos Santos Coutinho", , "[email protected]", role = c("aut", "cre"))
Description: Create Du Bois based plots using you own data with the
functions of this package! The data has to obey some requirements in
terms of its variables to work correctly. Arguments that allow you to
customize quality, texts and details of the plots are available.
License: MIT + file LICENSE
URL: https://github.com/IcaroBernardes/dubois,
https://icarobernardes.github.io/dubois/
BugReports: https://github.com/IcaroBernardes/dubois/issues
Depends:
R (>= 2.10)
Imports:
curl,
dplyr,
ggplot2,
glue,
ggtext,
jsonlite,
magrittr,
scales,
showtext,
stringr,
sysfonts,
tibble,
tidyr,
withr,
rlang,
purrr,
stats
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3