Finding drug interactions from the RxNav online internet database with Gtk in Julia
using DrugInteractions
drug_interactions_app()
Start the app.
You may install the package from Github in the usual way:
# press ] to go to Pkg mode
pkg> add DoseCalculators
Or, to install the current master copy:
using Pkg
Pkg.add("http://github.com/wherrera10/DoseCalculators.jl")