initRsSimulx: Initialize RsSimulx library

View source: R/apiManager.R

initRsSimulxR Documentation

Initialize RsSimulx library

Description

Initialize RsSimulx library

Usage

initRsSimulx(path = NULL, ...)

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.

Value

A list:

  • software: the software that is used (should be monolix with Rsmlx)

  • path: the path to MonolixSuite

  • version: the version of MonolixSuite that is used

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

Examples

## Not run: 
initRsSimulx(path = "/path/to/lixoftRuntime/")

## End(Not run)

RsSimulx documentation built on April 20, 2023, 5:08 p.m.