initMlxR {mlxR} | R Documentation |
Initialize mlxR library
Description
Initialize mlxR library
Usage
initMlxR(path = NULL, ...)
Arguments
path |
(character) [optional] Path to installation directory of the Lixoft suite. If mlxR 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 mlxR is used with a version of Lixoft(/@) software suite higher or equal to 2019R1.
|
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:
initMlxR(path = "/path/to/lixoftRuntime/")
## End(Not run)
[Package mlxR version 4.2.0 Index]