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(htmlwidgets, saveWidget)
importFrom(utils, packageVersion, read.csv)
importFrom(grDevices, rainbow, rgb)
importFrom(stats, predict, complete.cases)
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, coord_fixed, element_rect, element_text, element_blank, facet_wrap, geom_density2d, geom_hline, geom_point, geom_rect, geom_segment, geom_tile, geom_vline, ggplot, ggsave, guide_legend, guides, scale_color_manual, scale_fill_manual, scale_x_continuous, scale_x_reverse, scale_y_continuous, scale_y_reverse, theme, theme_dark, theme_minimal, xlab, ylab)
