export("rc_est")
export("adf_est")
export("margtransf")
export("rc_unc")
export("rc_gof")
export("adf_gof")
export("runShiny")
export("marggpd")
import(evd)
import(ismev)
import(mathjaxr)
import(openair)
importFrom(tools, file_ext)
importFrom(ggplot2, ggplot, geom_histogram, geom_point, theme_minimal, labs, 
           ggtitle, geom_line, scale_color_manual, theme, geom_abline, geom_polygon, 
           ylim, aes, after_stat, guide_legend, element_blank)
importFrom(gridExtra, grid.arrange)
importFrom(Rdpack, reprompt)
importFrom(methods, new)
importFrom(stats, complete.cases, density, dnorm, median, optim, pexp, qexp, quantile)
importFrom(shiny, tags, fileInput, uiOutput, fluidRow, column, hr, sliderInput,
           radioButtons, numericInput, plotOutput, actionButton, reactive, observe,
           updateSelectInput, renderUI, req, renderPlot, validate, reactiveVal,
           observeEvent, tagList, withMathJax, shinyApp, runApp)
importFrom(DT, DTOutput, renderDT)
importFrom(shinydashboard, dashboardPage, dashboardHeader, dashboardSidebar, sidebarMenu,
           menuItem, dashboardBody, tabItems, tabItem, box)
exportMethods(plot)
