-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 840 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
35
36
Package: pjutils
Title: Pingjia data calculation tools
Version: 0.0.0.9006
Authors@R: c(
person("Wei", "Zhao", email = "zhaowei@chinaubi.com", role = c("aut", "cre")),
person("Pingjia Technology", role = c("cph","fnd"))
)
Description: Pingjia data calculation tools.
License: MIT + file LICENSE
URL: https://brucezhaor.github.io/pjutils, https://github.com/BruceZhaoR/pjutils
BugReports: https://github.com/BruceZhaoR/pjutils/issues
Depends:
R (>= 3.5)
Imports:
Rcpp,
tibble,
magrittr
Suggests:
dplyr,
knitr,
rmarkdown,
testthat,
tidyselect,
microbenchmark,
ggplot2,
covr,
jsonlite,
purrr
LinkingTo:
Rcpp
VignetteBuilder: knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
RoxygenNote: 6.1.0