Learn R Programming

RsSimulx (version 2024.1)

initRsSimulx: Initialize RsSimulx library

Description

Initialize RsSimulx library

Usage

initRsSimulx(path = NULL, ...)

Value

A list:

  • software: the software that is used (should be simulx)

  • path: the path to MonolixSuite

  • version: the version of MonolixSuite that is used

  • status: boolean equaling TRUE if the initialization has been successful.

Arguments

path

(character) (optional) Path to installation directory of the Lixoft suite. If RsSimulx library is not already loaded and no path is given, the directory written in the lixoft.ini file is used for initialization.

...

(optional) Extra arguments passed to lixoftConnectors package when RsSimulx is used with a version of Lixoft(/@) software suite.

  • force (bool) (optional) Should RsSimulx initialization overpass lixoftConnectors software switch security or not. Equals FALSE by default.

Examples

Run this code
if (FALSE) {
initRsSimulx(path = "/path/to/lixoftRuntime/")
}

Run the code above in your browser using DataLab