-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 787 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 787 Bytes
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
Package: funGraphs
Type: Package
Title: Mapping out the dependencies between functions
Version: 0.1.7
Author: Chun Fung (Jackson) Kwok
Maintainer: Chun Fung (Jackson) Kwok <kcf.jackson@gmail.com>
Description: A simple tool to map out dependencies between functions
in a directory / package using `rlang`. This helps analyse packages
and refactor code. A distinctive feature of the package is that it
supports manual manipulation of the generated map, which then can be
saved and used as part of package documentation.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Depends: R (>= 3.5.0)
Imports: purrr,
rlang,
magrittr,
jsonlite,
RColorBrewer,
igraph,
Rgraphviz,
dplyr,
rvest,
xml2
Suggests: testthat