-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
84 lines (84 loc) · 1.76 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Package: ddh
Type: Package
Title: Utility Functions and Data Sets for Data-driven Hypothesis
Version: 0.3.39
Authors@R: c(
person(given = "Matthew",
family = "Hirschey",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4541-5376")),
person(given = "Pol",
family = "Castellano-Escuder",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6466-877X"))
)
Maintainer: Matthew Hirschey <[email protected]>
Description:
This package contains functions for data analysis and graphing, and supporting materials
for the ddh web app. See <https://www.datadrivenhypothesis.com/>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.1)
Imports:
arrow,
bio3d,
BiocManager,
colorspace,
feather,
forcats,
fs,
gganatogram,
ggdist,
ggpubr,
ggraph,
ggrepel,
ggtext,
glue,
grDevices,
here,
htmltools,
httr,
igraph,
janitor,
jsonlite,
knitr,
magick,
magrittr,
memoise,
patchwork,
paws,
purrr,
quarto,
r3dmol,
raymolecule,
rayvertex,
remotes,
rlang,
rvest,
scales,
stringr,
tibble,
tidybiology,
tidyr,
tidygraph,
vctrs,
visNetwork
Suggests:
covr,
spelling,
testthat (>= 3.0.0),
tidyverse
Remotes:
github::jespermaag/gganatogram,
github::matthewhirschey/tidybiology,
github::tylermorganwall/raymolecule
VignetteBuilder: knitr
URL: https://github.com/matthewhirschey/ddh
BugReports: https://github.com/matthewhirschey/ddh/issues
RoxygenNote: 7.2.3
Language: en-US
Config/testthat/edition: 3