Skip to content

Releases: sagirumati/EviewsR

Release list

Major update

Choose a tag to compare

@sagirumati sagirumati released this 09 Aug 18:54

EviewsR 0.1.3

What's new?

  • eviews chunk now imports EViews equation, graph, series and table objects automatically into R markdown or Quarto document.

  • New chunk options: class, equation, graph, page, series, table, graph_procs, save_options

  • New functions: export_dataframe(), import_equation(), import_graph(), import_kable(), import_series(), import_table() and import_workfile()

  • eviews_graph() function now supports both dataframe and xts object

  • rwalk() function got new argument class, which takes df for dataframe or xts for extendable time series.

  • import() and export() functions will no longer be maintained. They are kept to ensure backward compatibility.

  • import_table() function changed to import_kable(). Change of argument names in import_kable() function from table_name to table, and from table_range to range.

  • Updated examples to be self-contained

  • Updated Vignettes

  • Updated demo

  • Updated example files

  • Bug fixes