-
Notifications
You must be signed in to change notification settings - Fork 38
/
DESCRIPTION
43 lines (43 loc) · 1.43 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
Package: profvis
Title: Interactive Visualizations for Profiling R Code
Version: 0.4.0.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Winston", "Chang", role = "aut"),
person("Javier", "Luraschi", role = "aut"),
person("Timothy", "Mastny", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd")),
person(, "jQuery Foundation", role = "cph",
comment = "jQuery library"),
person(, "jQuery contributors", role = c("ctb", "cph"),
comment = "jQuery library; authors listed in inst/htmlwidgets/lib/jquery/AUTHORS.txt"),
person("Mike", "Bostock", role = c("ctb", "cph"),
comment = "D3 library"),
person(, "D3 contributors", role = "ctb",
comment = "D3 library"),
person("Ivan", "Sagalaev", role = c("ctb", "cph"),
comment = "highlight.js library")
)
Description: Interactive visualizations for profiling R code.
License: MIT + file LICENSE
URL: https://profvis.r-lib.org, https://github.com/r-lib/profvis
BugReports: https://github.com/r-lib/profvis/issues
Depends:
R (>= 4.0)
Imports:
htmlwidgets (>= 0.3.2),
rlang (>= 1.1.0),
vctrs
Suggests:
htmltools,
knitr,
rmarkdown,
shiny,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate, rmarkdown
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2