## Depends
import(pRoloc)
import(Biobase)
import(MSnbase)
import(methods)

## Imports
importFrom("graphics", "axis", "boxplot", "legend", "matlines", "par",
           "points", "title")
importFrom("utils", "packageVersion")

import(shiny)
import(scales)
importFrom(DT,
           ## see issue 61
           ## dataTableOutput,
           ## renderDataTable,
           formatStyle)
importFrom(dplyr, "%>%")
importFrom(ggplot2, "aes", "ggplot", "geom_point", "geom_smooth", 
           "annotate", "xlab")
export(pRolocVis)
