Skip to contents

Get the last compiled model information as alist

Usage

rxLastCompile()

Value

A list contains the following elements:

  • msg the message for a bad compilation, or NULL if successful.

  • stdout the standard output from the compilation

  • stderr the standard error from the compilation

  • c the code code that was used

This list will be returned invisibly, but the function will also message the contents to the console.

Author

Matthew L. Fidler

Examples

rxode2({
  a <- b
})
#>  
#>  
#> rxode2 5.0.1 model named rx_61612e545b1ad12277f0e8a5ddb9adb5 model ( ready). 
#> value$params: b
#> value$lhs: a
rxLastCompile()
#> using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’