-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
View(df) function error in Windows 10 #64
Comments
I didn’t expect the |
It is fixed with current master of rapi https://github.com/randy3k/rapi. A release of rtichoke will be published soon. |
v0.2.9 is released. |
That's odd. By the way, how did you get it working at this screenshot? |
@randy3k It doesn't work in this screenshot. Now I tried to delete that above path from my PATH variable and then it works. |
I believe that the screenshot was showing the radian prompt. |
I launch cmd and then type |
Let me see if I understand correctly, did you mean that |
Now |
Do you have multiple copies of R? Check |
I got
|
So you have two copies of R, one copy in For some reason, the copy of R in |
Indeed, |
Hi, I get an error when I try to execute the following code in VSCode integrated terminal:
View(iris)
The error is the same no matter I execute it in CMD or in the integrated terminal within VSCode.
This was tried running R version 3.4.3 (2017-11-30) -- "Kite-Eating Tree" in Windows 10.
But if I try:
plot(iris)
And then:
View(iris)
It works.
Error message:
Traceback (most recent call last): File "c:\users\user\appdata\local\continuum\anaconda3\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "c:\users\user\appdata\local\continuum\anaconda3\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "C:\Users\user\AppData\Local\Continuum\anaconda3\Scripts\rtichoke.exe\__main__.py", line 9, in <module> File "c:\users\user\appdata\local\continuum\anaconda3\lib\site-packages\rtichoke\__init__.py", line 72, in main RtichokeApplication(r_home, ver=__version__).run(options) File "c:\users\user\appdata\local\continuum\anaconda3\lib\site-packages\rtichoke\rtichokeapp.py", line 184, in run m.run_loop() File "c:\users\user\appdata\local\continuum\anaconda3\lib\site-packages\rapi\bootstrap.py", line 268, in run_loop self.libR.run_Rmainloop() OSError: exception: access violation reading 0x000000000000015C
The text was updated successfully, but these errors were encountered: