-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
85 lines (84 loc) · 2.12 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Generated by roxygen2: do not edit by hand
export("%>%")
export(cases_to_reveal)
export(createDBCon)
export(f7SubNavbar)
export(generateAvatar)
export(generate_spatial_grid)
export(grid_init)
export(html2R)
export(mod_about_server)
export(mod_about_ui)
export(mod_chat_server)
export(mod_chat_ui)
export(mod_display_scores_server)
export(mod_display_scores_ui)
export(mod_game_grid_server)
export(mod_game_grid_ui)
export(mod_game_info_server)
export(mod_game_info_ui)
export(mod_game_params_server)
export(mod_game_params_ui)
export(mod_help_server)
export(mod_help_ui)
export(mod_share_server)
export(mod_share_ui)
export(mod_welcome_server)
export(mod_welcome_ui)
export(reveal_onclick)
export(run_app)
export(updateF7Login)
export(validate_nickname)
import(dplyr)
import(leaflet)
import(mobileCharts)
import(shiny)
import(shinyMobile)
importFrom(XML,getNodeSet)
importFrom(XML,htmlParse)
importFrom(XML,xmlAttrs)
importFrom(XML,xmlChildren)
importFrom(XML,xmlName)
importFrom(XML,xmlValue)
importFrom(dplyr,arrange_at)
importFrom(dplyr,filter_at)
importFrom(dplyr,mutate_at)
importFrom(dplyr,select_at)
importFrom(dplyr,vars)
importFrom(glouton,add_cookie)
importFrom(glouton,fetch_cookies)
importFrom(glouton,use_glouton)
importFrom(glue,glue)
importFrom(golem,with_golem_options)
importFrom(lubridate,as_datetime)
importFrom(lubridate,today)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(purrr,map2)
importFrom(purrr,partial)
importFrom(readr,col_character)
importFrom(readr,cols)
importFrom(sever,sever)
importFrom(sever,use_sever)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinyMobile,f7Col)
importFrom(shinyMobile,f7Dialog)
importFrom(shinyMobile,f7Row)
importFrom(shinyjs,click)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(shinyjs,hide)
importFrom(shinyjs,show)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPolygons)
importFrom(sp,SpatialPolygonsDataFrame)
importFrom(stats,median)
importFrom(stringr,str_detect)
importFrom(stringr,str_pad)
importFrom(tibble,as_tibble)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)