install_pharmpy_devel {pharmr} | R Documentation |
Install Pharmpy (with specified version)
Description
Install the pharmpy-core python package into virtual environment.
Usage
install_pharmpy_devel(
envname = "r-reticulate",
method = "auto",
version = "same"
)
Arguments
envname |
(str) name of environment. Default is r-reticulate |
method |
(str) type of environment type (virtualenv, conda). Default is auto (virtualenv is not available on Windows) |
version |
(str) which pharmpy version to use (use 'same' for most cases) |
[Package pharmr version 1.0.1 Index]