1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Exported functions:
export("start_base")

## Global import of dependencies:
import(MASS)
import(rhandsontable)
import(shiny)
import(shinydashboard)

## Soft import of selected functions:
importFrom("stats", "glm", "predict")
importFrom("utils", "data")