forked from sylvainschmitt/sdmverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
47 lines (46 loc) · 1.25 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("%>%")
export(check_cran_metadata)
export(launch_app)
export(list_packages)
export(plot_dendrogram)
export(plot_table)
export(prep_table)
export(template_from_cran)
import(igraph)
import(shiny, except=c(dataTableOutput, renderDataTable))
import(shinycssloaders)
import(shinydashboard)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDataTable)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(factoextra,fviz_dend)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(gh,gh)
importFrom(magrittr,"%>%")
importFrom(stats,as.dist)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stringr,str_squish)
importFrom(tibble,as_tibble)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tools,CRAN_package_db)
importFrom(utils,as.person)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)