Skip to content

metelkin/alcohol-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Shiny application to calculate alcohol in human blood

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published