Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 684 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 684 Bytes

alcohol-calculator

Website sv.insysbio.com GitHub license

Shiny application to calculate alcohol in human blood

start locally

## create model
# MODEL <- ru.import.slv("al_07_05")		# import model from .SLV
## save model and create .c
# save(MODEL, file = "alc model.rumod")
compileCode <- paste0("R CMD SHLIB ", MODEL$dll, ".c")
system(compileCode)

shiny::runApp()