Releases: sagirumati/EviewsR
Release list
Major update
EviewsR 0.1.3
What's new?
-
eviewschunk 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()andimport_workfile() -
eviews_graph()function now supports both dataframe andxtsobject -
rwalk()function got new argumentclass, which takesdffor dataframe orxtsfor extendable time series. -
import()andexport()functions will no longer be maintained. They are kept to ensure backward compatibility. -
import_table()function changed toimport_kable(). Change of argument names inimport_kable()function fromtable_nametotable, and fromtable_rangetorange. -
Updated examples to be self-contained
-
Updated Vignettes
-
Updated demo
-
Updated example files
-
Bug fixes