Learn R Programming

pharmr (version 1.4.0)

install_pharmpy_devel: 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 = "devel"
)

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)