Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.85 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.85 KB

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