项目作者: metelkin

项目描述 :
Shiny application to calculate alcohol in human blood
高级语言: R
项目地址: git://github.com/metelkin/alcohol-calculator.git
创建时间: 2019-02-03T17:28:33Z
项目社区:https://github.com/metelkin/alcohol-calculator

开源协议:Apache License 2.0

下载


alcohol-calculator

Website sv.insysbio.com
GitHub license

Shiny application to calculate alcohol in human blood

start locally

  1. ## create model
  2. # MODEL <- ru.import.slv("al_07_05") # import model from .SLV
  3. ## save model and create .c
  4. # save(MODEL, file = "alc model.rumod")
  5. compileCode <- paste0("R CMD SHLIB ", MODEL$dll, ".c")
  6. system(compileCode)
  7. shiny::runApp()