## 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, "%>%")


export(pRolocVis)
