-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 924 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
37
38
39
40
Package: visage
Title: Visual Inference for Linear Regression Diagnostics
Version: 0.1.2
Authors@R:
person(given = "Weihao",
family = "Li",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4959-106X"))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
URL: https://tengmcing.github.io/visage/, https://github.com/TengMCing/visage/
BugReports: https://github.com/TengMCing/visage/issues
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
bandicoot,
curl,
dplyr,
ggplot2,
lmtest,
mpoly,
progress,
stats,
tibble,
cubature
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
covr
Config/testthat/edition: 3
VignetteBuilder: knitr
Remotes:
TengMCing/bandicoot
Depends:
R (>= 2.10)