Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 420 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 420 Bytes

Kraken - shiny app for job, invoice, customer and employee reporting

Development

To contribute to the package functionality, Gitlab is recommended - create your branch and submit a merge request.

The devtools::load_all function roughly simulates what happens when the package is installed and loaded with library:

devtools::load_all()

Use the command below to launch the app:

runKraken()