-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 851 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
Package: functiondepends
Type: Package
Title: Find Functions and their Dependencies
Version: 0.2.3
Authors@R: person(
"Jakub",
"Sobolewski",
email = "[email protected]",
role = c("aut", "cre"))
Description: Find functions in an unstructured directory and explore their dependencies.
Sourcing of R source files is performed without side-effects: from R scripts that have
executable code and function definitions only functions are sourced.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
covr,
knitr,
rmarkdown,
ggplot2,
igraph
Imports:
dplyr (>= 1.0.1),
tidyr (>= 1.1.1),
stringr (>= 1.4.0),
purrr (>= 0.3.4),
magrittr (>= 1.5),
tibble (>= 3.0.3),
tidyselect (>= 1.1.0)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Depends:
R (>= 2.10)