-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
executable file
·17 lines (17 loc) · 1.03 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export(archeoViz)
export(demo_objects_data)
export(demo_refits_data)
export(demo_timeline_data)
import(shiny)
importFrom(shinythemes, shinytheme)
importFrom(knitr, kable)
importFrom(cxhull, cxhull, hullMesh)
importFrom(htmlwidgets, saveWidget)
importFrom(mgcv, gam)
importFrom(svglite, svglite)
importFrom(utils, packageVersion, read.csv, write.csv)
importFrom(grDevices, rainbow, rgb)
importFrom(stats, predict, complete.cases, median)
importFrom(reshape2, dcast)
importFrom(plotly, plotlyOutput, renderPlotly, plot_ly, ggplotly, config, add_markers, add_segments, add_surface, add_paths, add_mesh, layout, event_data)
importFrom(ggplot2, aes, after_scale, annotate, arrow, coord_fixed, element_rect, element_text, element_blank, facet_wrap, geom_density2d, geom_hline, geom_point, geom_rect, geom_path, geom_segment, geom_tile, geom_vline, ggplot, ggsave, guides, scale_color_manual, scale_fill_manual, scale_x_continuous, scale_x_reverse, scale_y_continuous, scale_y_reverse, scale_x_discrete, scale_y_discrete, unit, theme, theme_dark, theme_minimal)