sagirumati / DynareR

DynareR package integrates Dynare and R
https://cran.r-project.org/web/packages/DynareR/index.html
8 stars 6 forks source link

bug #1

Open cfjf opened 3 years ago

cfjf commented 3 years ago

I try to run the code, and after having installed Octave and MatLab, I get the following error Warning message: In shell(paste("octave --eval", shQuote(sprintf("run %s", m)))) : 'octave --eval "run rbc_2020.mod33f8261253e.m"' execution failed with error code 1

What is it?

Thanks!

sagirumati commented 3 years ago

Good morning, May I know your Dynare version?

Sent from Yahoo Mail on Android

On Wed, Jan 27, 2021 at 18:23, cfjfnotifications@github.com wrote:

I try to run the code, and after having installed Octave and MatLab, I get the following error Warning message: In shell(paste("octave --eval", shQuote(sprintf("run %s", m)))) : 'octave --eval "run rbc_2020.mod33f8261253e.m"' execution failed with error code 1

What is it?

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

cfjf commented 3 years ago

Good morning! Thanks for replying so quickly! I have the latest verision, since I downloaded the library not a week ago

Roxasxxx commented 3 years ago

I have same question In shell(paste("octave --eval", shQuote(sprintf("run %s", m)))) : 'octave --eval "run NKmodel.mod2d74512e6f.m"' execution failed with error code 1

herrmol commented 2 years ago

I have the same problem. From some googling I learned that the "shell" command is for windows, and since I installed everything under linux, the command should be "system". But I have no idea how to change it.

sagirumati commented 2 years ago

DynareR will be updated to be platform-independent soon.

On Sun, Mar 6, 2022, 19:38 Oliver Herrmann @.***> wrote:

I have the same problem. From some googling I learned that the "shell" command is for windows, and since I installed everything under linux, the command should be "system". But I have no idea how to change it.

— Reply to this email directly, view it on GitHub https://github.com/sagirumati/DynareR/issues/1#issuecomment-1060016310, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMMGZX4HUQUEH4NOM6ZMJPDU6T3TXANCNFSM4WVUG7RA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

sagirumati commented 2 years ago

DynareR 0.1.2 is available on CRAN now.

You can now run DynareR on all the major operating systems

Two new functions are created set_dynare_version and set_octave_path

Please let me know whether it solves your problem or not,

Thank you