R Under development (unstable) (2023-11-26 r85638 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(EviewsR) Thank you for using EviewsR! To acknowledge our work, please cite the package: PLAIN TEXT: 1. Mati S. (2020). EviewsR: A Seamless Integration of EViews and R. CRAN. https://CRAN.R-project.org/package=DynareR 2. Mati S., Civcir I., Abba S.I (2023). EviewsR: An R Package for Dynamic and Reproducible Research Using EViews, R, R Markdown and Quarto. The R Journal. doi:10.32614/RJ-2023-045, url: https://journal.r-project.org/articles/RJ-2023-045/ BIBTEX: @Article{Mati2020, title = {EviewsR: A Seamless Integration of EViews and R}, author = {Sagiru Mati}, year = {2020}, journal = {CRAN}, url = {https://CRAN.R-project.org/package=EviewsR}, } @article{Mati2023, author = {Mati, Sagiru and Civcir, Irfan and Abba, S. I.}, title = {EviewsR: An R Package for Dynamic and Reproducible Research Using EViews, R, R Markdown and Quarto}, journal = {The R Journal}, year = {2023}, note = {https://doi.org/10.32614/RJ-2023-045}, doi = {10.32614/RJ-2023-045}, volume = {15}, issue = {2}, issn = {2073-4859}, pages = {169-205}, } > > test_check("EviewsR") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 12 ] > > proc.time() user system elapsed 0.79 0.04 0.82