Skip to main content
Skip table of contents

Errors and warnings

Handling of error/warning/info messages

Error, warning and info messages from Monolix are displayed in the R console when performing actions on a monolix project. They can be hidden via the R options. Set lixoft_notificationOptions$errors, lixoft_notificationOptions$warnings and lixoft_notificationOptions$info to 1 or 0 to respectively hide or show the messages.

Example

R
op = options()
op$lixoft_notificationOptions$warnings = 1   # hide the warning messages
options(op)

Force software switch

By default, the function initializeLixoftConnectors() prompts users to confirm that they want to proceed with the software switch, in order to avoid losing unsaved changes in the currently loaded project. To override this behavior, the force argument can be set to TRUE when calling the function. For example, initializeLixoftConnectors(software = "monolix", force = TRUE). However, the default behavior can be changed globally as well.

Example

R
op = options()
op$lixoft_lixoftConnectors_forceSoftwareSwitch = TRUE
options(op)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.