-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
74 lines (73 loc) · 2.2 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(aitoffFn)
export(brew_plot_chunks)
export(connect)
export(create1DHistogram)
export(create1DHistogramRaw)
export(create2DHistogram)
export(create2DHistogramFractions)
export(dbstrToNumArray)
export(dbstrToStrArray)
export(dfHPX)
export(dpcgTheme)
export(exportClassificationResults)
export(exportResults)
export(foldTimeseries)
export(foldTimeseriesFull)
export(plotAitoffGalacticBackground)
export(plotAitoffGalacticOverlay)
export(plotAitoffGalacticOverlayBig)
export(plotAitoffGalacticOverlayBigSingleType)
export(plotCmdAndHR)
export(plotCmdAndHRSeparateSets)
export(plotTs)
export(togalactic)
importFrom(DBI,dbExecute)
importFrom(RPostgres,Id)
importFrom(RPostgres,dbConnect)
importFrom(RPostgres,dbWriteTable)
importFrom(brew,brew)
importFrom(dplyr,"%>%")
importFrom(dplyr,ensym)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(future.apply,future_lapply)
importFrom(ggnewscale,new_scale_colour)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_colourbar)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_colour_gradient)
importFrom(ggplot2,scale_colour_viridis_c)
importFrom(ggplot2,scale_colour_viridis_d)
importFrom(ggplot2,scale_fill_viridis_d)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_reverse)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,waiver)
importFrom(ggpointdensity,geom_pointdensity)
importFrom(gridExtra,grid.arrange)
importFrom(highcharter,hc_add_series)
importFrom(highcharter,hc_chart)
importFrom(highcharter,hc_colorAxis)
importFrom(highcharter,hc_exporting)
importFrom(highcharter,hc_legend)
importFrom(highcharter,hc_plotOptions)
importFrom(highcharter,hc_subtitle)
importFrom(highcharter,hc_title)
importFrom(highcharter,hc_tooltip)
importFrom(highcharter,hc_xAxis)
importFrom(highcharter,hc_yAxis)
importFrom(highcharter,hc_yAxis_multiples)
importFrom(highcharter,hcaes)
importFrom(highcharter,hchart)
importFrom(highcharter,highchart)
importFrom(magrittr,"%>%")
importFrom(scattermore,geom_scattermore)
importFrom(utils,capture.output)