Search found 8 matches
- Sat Oct 29, 2022 5:49 am
- Forum: General Information and Tips and Tricks
- Topic: Saving data in R
- Replies: 8
- Views: 69054
Re: Saving data in R
If you save a workfile in R you get a nice dataframe with one object for each series. The series are appropriately dated. Can someone tell me how I retrieve those dates in R? The documentation doesn't seem to say. I think my R package, EviewsR, can help. To import all pages of a workfile into R as ...
- Thu Aug 04, 2022 1:29 am
- Forum: Suggestions and Requests
- Topic: pyeviews
- Replies: 1
- Views: 66316
Re: pyeviews
Hi, The recent pyeviews library is a great addition. It would be awesome if there was a similar package for R, unless of course there is and I am not aware of it? Adam You can use [EviewsR](https://cran.r-project.org/web/packages/EviewsR/index.html) package. It integrates EViews and R. You can use ...
- Sat May 21, 2022 10:01 am
- Forum: Programming
- Topic: EviewsR: test R package on macOS
- Replies: 13
- Views: 8804
Re: EviewsR: test R package on macOS
One more thing... I just spoke with our Mac developer and he informed me that currently there's no way for the Wine app wrapper (EViews12Univ.app) to pass along a command line parameter to the Windows exe (EViews12Univ_x64.exe). So this means the Mac version can't currently run a program upon start...
- Fri May 20, 2022 1:46 pm
- Forum: Programming
- Topic: EviewsR: test R package on macOS
- Replies: 13
- Views: 8804
Re: EviewsR: test R package on macOS
Ok, got farther this time. I have EViews 11 University & EViews 12 University installed on this mac. Since our student version can't save any output files, I'm assuming you wrote your library to use these university versions (we don't have a Mac version for our normal Standard & Enterprise ...
- Fri May 20, 2022 7:40 am
- Forum: Programming
- Topic: EviewsR: test R package on macOS
- Replies: 13
- Views: 8804
Re: EviewsR: test R package on macOS
Tried your install_github call, and got a similar error as before: 2022-05-19_14h14_35.png I appreciate your efforts. You are getting the error because you are using R version 3.6 instead of 4.2 (the latest version) I made minor updates to the development version on Github. Please install the lates...
- Thu May 19, 2022 10:09 am
- Forum: Programming
- Topic: EviewsR: test R package on macOS
- Replies: 13
- Views: 8804
Re: EviewsR: test R package on macOS
Macbook Pro (2017 running Intel i7) MacOS Big Sur (11.0.1) RStudio v2022.02.2 Build 485 R v3.6.3 I installed the binary version of your library (v 0.1.0) since the source version was giving me a script error during package install. Here's the error: 2022-05-19_09h13_02.png Thank you for your effort...
- Thu May 19, 2022 12:53 am
- Forum: Programming
- Topic: EviewsR: test R package on macOS
- Replies: 13
- Views: 8804
Re: EviewsR: test R package on macOS
Interesting. I see your library creates an EViews program, launches EViews to run it, then gets the results from output files. Since MacOS does not have COM Automation support, I suppose this is the only way to talk to EViews from R unless we provided a native library. I'll try this out on a Mac so...
- Tue May 17, 2022 11:28 am
- Forum: Programming
- Topic: EviewsR: test R package on macOS
- Replies: 13
- Views: 8804
EviewsR: test R package on macOS
Dear Esteemed Members, Please I need someone, who uses EViews on MacOS, to help me test my R package EviewsR, which facilitates communication with EViews from R, using the following steps: 1. Install R, if you have not done so already 2. Open R Console (or Rstudio) 3. Execute the following R codes i...
