install_pharmpy_devel: Install Pharmpy (with specified version)

View source: R/install.R

install_pharmpy_develR 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 = "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)


pharmpy/pharmr documentation built on Feb. 15, 2025, 3:22 a.m.