-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 896 Bytes
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 896 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
36
37
38
39
40
41
42
43
44
45
46
Package: Ipaper
Type: Package
Title: Collection of personal practical R functions
Version: 0.1.11
Authors@R: person("Dongdong", "Kong", email = "kongdd.sysu@gmail.com",
role = c("aut", "cre"))
Description: Awesome functions in R.
License: GPL-3
Encoding: UTF-8
LazyData: TRUE
Depends:
R (>= 3.4),
magrittr
Imports:
jsonlite,
magrittr,
purrr, rlang, progress,
lubridate, stringr,
data.table, fst, qs,
openxlsx, readxl,
graphics, svglite,
methods,
parallel,
doParallel,
foreach, iterators,
plyr, dplyr,
clipr, glue,
matrixStats,
rstudioapi,
remotes, usethis,
crayon,
showtext, sysfonts,
zeallot
Suggests:
ggplot2,
testthat (>= 3.1.0),
knitr,
rmarkdown,
Cairo,
sp,
rtrend, Cairo,
grid,
gridExtra
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)