initRsSimulx {RsSimulx} | R 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.
|
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.
Examples
## Not run:
initRsSimulx(path = "/path/to/lixoftRuntime/")
## End(Not run)
[Package RsSimulx version 2024.1 Index]