Skip to content

R Implementation of the simple three compartment model for volatile anaesthetics described in Cowles et al. 1973.

License

Notifications You must be signed in to change notification settings

umg-minai/simva

Repository files navigation

simva

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. license R-CMD-check Codecov test coverage

Description

R Implementation of the simple three compartment model for volatile anaesthetics described in Cowles et al. 1973.

Usage

Please find an example simulation in the corresponding vignette.

Contact

You are welcome to:

Install

This project is currently work in progress. To install the development version please use:

install.packages("remotes")
remotes::install_github("umg-minai/simva")

Development

Bootstrap

We assume you have guix installed to generate an isolated development environment in the following way:

git clone https://github.com/umg-minai/simva.git
cd simva
echo "$(pwd)" >> ~/.config/guix/shell-authorized-directories
guix shell

If network access (e.g. checking CRAN etc.) is needed:

CURL_CA_BUNDLE="/etc/ssl/certs/ca-certificates.crt" guix shell --network

About

R Implementation of the simple three compartment model for volatile anaesthetics described in Cowles et al. 1973.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published