-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
48 lines (47 loc) · 1.31 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
export(ghqc_assign_app)
export(ghqc_record_app)
export(ghqc_resolve_app)
export(ghqc_set_config_repo)
import(shiny)
importFrom(dplyr,"%>%")
importFrom(dplyr,case_when)
importFrom(dplyr,mutate)
importFrom(dplyr,tibble)
importFrom(fs,dir_exists)
importFrom(fs,dir_ls)
importFrom(fs,is_dir)
importFrom(fs,is_file)
importFrom(gert,git_ahead_behind)
importFrom(gert,git_fetch)
importFrom(gert,git_status)
importFrom(gh,gh)
importFrom(glue,glue)
importFrom(jsTreeR,jstree)
importFrom(jsTreeR,jstreeOutput)
importFrom(jsTreeR,renderJstree)
importFrom(log4r,debug)
importFrom(log4r,error)
importFrom(log4r,info)
importFrom(log4r,warn)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniButtonBlock)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(purrr,map_df)
importFrom(rprojroot,find_rstudio_root_file)
importFrom(shiny,addResourcePath)
importFrom(shinyjs,addClass)
importFrom(shinyjs,delay)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(shinyjs,removeClass)
importFrom(shinyjs,useShinyjs)
importFrom(shinyvalidate,InputValidator)
importFrom(shinyvalidate,sv_required)
importFrom(waiter,Waiter)
importFrom(waiter,spin_1)
importFrom(waiter,spin_2)
importFrom(waiter,use_waiter)
importFrom(waiter,waiter_hide)
importFrom(waiter,waiter_show_on_load)