-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
65 lines (64 loc) · 1.5 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(File)
export(Function)
export(Repository)
export(addPareArticle)
export(checkDependencies)
export(countPackageLines)
export(exportDiagram)
export(getDefaultPermittedPackages)
export(getDefinedFunctions)
export(getFunctionDiagram)
export(getFunctionUse)
export(getGraphData)
export(lintRepo)
export(lintScore)
export(makeReport)
export(pkgDiagram)
export(whiteList)
import(DiagrammeR)
import(DiagrammeRsvg)
import(R6)
import(checkmate)
import(glue)
import(lintr)
import(pak)
import(rmarkdown)
import(rsvg)
import(stringr)
import(utils)
importFrom(cli,cli_alert)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_warning)
importFrom(cli,col_blue)
importFrom(cli,col_green)
importFrom(cli,col_magenta)
importFrom(cli,col_red)
importFrom(cli,col_yellow)
importFrom(cli,style_bold)
importFrom(cyclocomp,cyclocomp)
importFrom(desc,description)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tally)
importFrom(dplyr,tibble)
importFrom(git2r,blame)
importFrom(git2r,hash)
importFrom(git2r,is_empty)
importFrom(git2r,pull)
importFrom(git2r,tree)
importFrom(igraph,V)
importFrom(igraph,all_simple_paths)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,induced_subgraph)
importFrom(igraph,write_graph)
importFrom(magrittr,"%>%")