-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.19 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
# Generated by roxygen2: do not edit by hand
S3method(print,md)
export(ReactorNotebook)
export(checkbox)
export(export_shiny)
export(html)
export(latex)
export(md)
export(number)
export(reactor_example)
export(reactor_example_list)
export(slider)
export(start_reactor)
export(start_reactor_as_shiny)
export(stop_reactor)
export(text)
import(svglite)
importFrom(R6,R6Class)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(ggplot2,last_plot)
importFrom(glue,glue)
importFrom(htmlwidgets,saveWidget)
importFrom(httpuv,startServer)
importFrom(httpuv,staticPathOptions)
importFrom(httpuv,stopServer)
importFrom(igraph,V)
importFrom(igraph,add_edges)
importFrom(igraph,add_vertices)
importFrom(igraph,are.connected)
importFrom(igraph,delete_vertices)
importFrom(igraph,graph.empty)
importFrom(igraph,make_ego_graph)
importFrom(igraph,topo_sort)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(knitr,all_patterns)
importFrom(knitr,knit_code)
importFrom(knitr,knit_patterns)
importFrom(pryr,"%<a-%")
importFrom(purrr,map)
importFrom(readr,read_file)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_replace)
importFrom(utils,help)