-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.26 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: efun
Title: Miscellaneous Functions by E
Version: 0.3.5
Authors@R:
person(given = "Eduardo",
family = "Alfonso-Sierra",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6430-5135"))
Description: A package where I put functions that, at the time, did not belong
somewhere else. A bunch of those functions get refactored,
but some of them stick around as utility functions.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
magrittr,
dplyr,
fuzzyjoin,
stringi,
stringr,
usethis,
BAMMtools,
scales,
stats,
vctrs,
fs,
ggplot2,
plotly,
rlang,
roxygen2,
tibble,
formattable,
tidyr,
DT,
sparkline,
htmltools,
purrr,
data.table,
glue,
sys,
tictoc,
janitor,
DBI,
blogdown
Suggests:
testthat (>= 3.0.0),
spelling,
knitr,
rmarkdown,
lubridate,
haven,
forcats,
duckdb,
withr,
dbplyr,
odbc
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/edalfon/efun
BugReports: https://github.com/edalfon/efun/issues