#rim 0.6.0 ## Minor - added new function maxima.eval() that can either take a character string or an S3 object of class “maxima” (as returned from maxima.get()). In either case, the output result from Maxima (if not suppressed) is parsed into a R-expression and gets evaluated by this function. Objects returned from maxima.get() carry an attributed named “parsed” that is the unevaluted R-expression of the returned Maxima result. Parsing works for - unary and binary operators - named function calls - function definitions - lambda function calls - memoizing array function definition (those are currently simply parsed into “normal” functions) - arrays: creating and setting - matrices: creation, multiplication, transposition, inversion, determinants - lists - conditionals - added engine option output.var that can name a variable to capture parsed Maxima output into a named list. The names of this list are the output labels.

rim 0.5.3

Modification

rim 0.5.2

Modification

rim 0.5.1

Modification

rim 0.5.0

Minor

Modification

rim 0.4.1

Modification

rmaxima 0.4.0/ rim 0.4.0

rmaxima 0.0.0.9000