-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
67 lines (66 loc) · 1.67 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
66
67
# Generated by roxygen2: do not edit by hand
export(get_public_keys)
export(gy_decrypt)
export(gy_deserialise)
export(gy_deserialize)
export(gy_encrypt)
export(gy_info)
export(gy_join_group)
export(gy_key_funs)
export(gy_load)
export(gy_profile)
export(gy_public_file)
export(gy_readRDS)
export(gy_save)
export(gy_saveRDS)
export(gy_serialise)
export(gy_serialize)
export(gy_set_group)
export(gy_setup)
export(gy_unzip)
export(gy_users)
export(gy_zip)
export(run_app)
import(magrittr)
import(shiny)
import(shinydashboard)
importFrom(base64enc,base64decode)
importFrom(base64enc,base64encode)
importFrom(dplyr,arrange)
importFrom(dplyr,mutate)
importFrom(getPass,getPass)
importFrom(htmltools,includeMarkdown)
importFrom(keyring,key_delete)
importFrom(keyring,key_get)
importFrom(keyring,key_list)
importFrom(keyring,key_set_with_value)
importFrom(markdown,mark)
importFrom(qs,qdeserialize)
importFrom(qs,qserialize)
importFrom(rlang,.data)
importFrom(rstudioapi,isAvailable)
importFrom(rstudioapi,selectDirectory)
importFrom(shinythemes,shinytheme)
importFrom(sodium,auth_decrypt)
importFrom(sodium,auth_encrypt)
importFrom(sodium,data_decrypt)
importFrom(sodium,data_encrypt)
importFrom(sodium,hash)
importFrom(sodium,keygen)
importFrom(sodium,pubkey)
importFrom(sodium,sig_keygen)
importFrom(sodium,sig_pubkey)
importFrom(sodium,sig_sign)
importFrom(sodium,sig_verify)
importFrom(sodium,simple_decrypt)
importFrom(sodium,simple_encrypt)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_glue)
importFrom(stringr,str_remove)
importFrom(stringr,str_split)
importFrom(tibble,as_tibble)
importFrom(utils,download.file)
importFrom(zip,unzip)
importFrom(zip,zip)
importFrom(zip,zip_list)