DoseMe-Algorithms version 0.3.0

This module contains the following drug submodules. See each for a citation.

 * DoseMe::Algorithms::PlasmaConcentrationPlot


INSTALLATION

To install build prerequisites, run:

    cpanm Dist::Zilla
    cpanm --mirror=https://darkpan.doseme.io --mirror=https://cpan.metacpan.org/ --mirror-only -v Dist::Zilla::PluginBundle::DoseMe~0.0.5

To install this module, run the following commands:

    ./Build realclean
    perl Build.pl
    ./Build build
    ./Build install

Alternatively, to install with Dist::Zilla, you can use the following commands:

    ./Build realclean
    dzil clean
    dzil build

To build a release, run the following:

    ./Build realclean
    dzil clean
    dzil build
    dzil test
    dzil release


DEPENDENCIES

    DoseMe::Drugs
    DoseMe::Util


COPYRIGHT AND LICENCE

Copyright (C) 2017, DoseMe LLC. Not for public distribution or use.

