export(archeoViz)
export(demo_objects_data)
export(demo_refits_data)
export(demo_timeline_data)
import(shiny)
importFrom(shinythemes, shinytheme)
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, ggplot, geom_point, geom_segment, aes, guides, guide_legend, geom_density2d, scale_x_continuous, scale_x_reverse, scale_y_reverse, scale_color_manual, ggsave, geom_rect, theme_minimal, theme_dark, geom_tile, geom_vline, geom_hline, coord_fixed, xlab, ylab, scale_fill_manual, scale_y_continuous, facet_wrap, theme, element_text, element_rect)
