-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 925 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: trawler
Title: Inspect a dataset
Description: Drag a dataset to report illegal or suspicious values.
Version: 0.0.0.9000
Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
"[email protected]", comment = c(ORCID = "0000-0002-5613-5006")),
person("Maleeha", "Shahid", role = "aut"))
URL: https://ouhscbbmc.github.io/trawler/, https://github.com/OuhscBbmc/trawler
BugReports: https://github.com/OuhscBbmc/trawler/issues
License: MIT + file LICENSE
Depends:
R (>= 4.1.0)
Imports:
checkmate (>= 2.0),
dplyr (>= 1.0),
purrr,
rlang (>= 0.4.12),
testit,
tibble (>= 3.0),
tidyr (>= 1.1),
tidyselect,
yaml
Suggests:
covr,
DT,
kableExtra,
knitr (>= 1.18),
readr (>= 2.0),
rmarkdown,
sessioninfo,
testthat (>= 3.1)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US