• Fixes for CRAN.
  • Created addin menus to make package more interactive.
  • Added symbol table functions: symtable(), symclear(), symget() and symput()
  • Added global options: “macro.autoclear”, “macro.autosave”, “macro.echo”
  • Added %nrstr() to block resolution.
  • Did more real-life testing.
  • Added more documentation.
  • Add do loop
  • Add %sysfunc() and %symput()
  • Add user-defined macro function.
  • Use ampersand prefix.
  • Delayed resolution.
  • Add debugger.
  • Add documentation.
  • Add error handling.
  • Add testing.
  • Add vignettes.
  • Initial build out.
  • Basics of msource() are working.
  • Macro comments.
  • Macro variables.
  • Macro conditionals.