-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·39 lines (38 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(clean_fb)
export(get_agrofims_file)
export(get_design_factors)
export(get_fbsubsample)
export(get_fbtrait)
export(get_fbtrait_trend)
export(single_hdagrofims_server)
export(single_hdagrofims_ui)
export(trend_hdagrofims_server)
export(trend_hdagrofims_ui)
import(pepa)
import(st4gi)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,column)
importFrom(shiny,fluidRow)
importFrom(shiny,h2)
importFrom(shiny,icon)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,renderUI)
importFrom(shiny,selectInput)
importFrom(shiny,tabPanel)
importFrom(shiny,uiOutput)
importFrom(shinydashboard,infoBox)
importFrom(shinydashboard,infoBoxOutput)
importFrom(shinydashboard,renderInfoBox)
importFrom(shinydashboard,tabBox)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(tidyr,gather_)
importFrom(tidyr,separate)