-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
47 lines (46 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
export(cran_plot)
export(get_cran_data)
export(get_cran_name)
export(get_gh_stars)
export(gh_plot)
export(run_app)
import(dplyr)
import(ggplot2)
import(gt)
import(shiny)
importFrom(cranlogs,cran_downloads)
importFrom(dplyr,filter)
importFrom(ggplot2,theme_bw)
importFrom(gh,gh)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(highcharter,hc_caption)
importFrom(highcharter,hc_subtitle)
importFrom(highcharter,hc_title)
importFrom(highcharter,hcaes)
importFrom(highcharter,hchart)
importFrom(highcharter,highchartOutput)
importFrom(highcharter,renderHighchart)
importFrom(lubridate,day)
importFrom(lubridate,week)
importFrom(lubridate,year)
importFrom(lubridate,ymd_hms)
importFrom(rlang,.data)
importFrom(shiny,NS)
importFrom(shiny,invalidateLater)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderUI)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,show)
importFrom(shinyjs,useShinyjs)
importFrom(waiter,Waiter)
importFrom(waiter,spin_loaders)
importFrom(waiter,use_waiter)