-
Notifications
You must be signed in to change notification settings - Fork 67
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
Cannot read property 'data' of undefined #19
Comments
This bug can be solved with this pull request: #20 |
Hi, |
pulling the #20 request, corrected the error. Thanks a lot! Hello, I am having the same issue, has the issue been solved? 'r-script' package is running fine for me in one project, however, when i create the same project for a new user it gives me the error : "TypeError: Cannot read property 'data' of undefined". Is there a particular way how 'needs' package (on R) is to be installed and used for correct connection between nodejs and R ? |
Btw: I am geeting the error if I use this code from your example folder:
|
@Khamurdik and @MarkusKonk , I am also pulling the #20 request and receiving error:
|
I created a very minimal working example which only runs the R file (and writes the out.Rout file) but does not pass data. For my purpose this was sufficient. Maybe it helps you: https://github.com/MarkusKonk/r-script |
Hi, i have modified a lot in my fork of that project with intentions to run
R code in Google Cloud Function. I have failed to do this and now my fork
('master' branch) is a complete mess. Sorry. if you really need that code
you can try to use 'fix_bindAll' branch only.
2018-05-23 15:56 GMT+03:00 Markus <[email protected]>:
… Hi,
I installed Rscript using your fork @Khamurdik
<https://github.com/Khamurdik> as I had the same issue. However, now I
get the following error. Do you not this issue? It occurs if I run an R
script using .call
[image: error]
<https://user-images.githubusercontent.com/2863409/40425561-05e44210-5e99-11e8-8902-a05bdff70a19.jpg>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKxxx9y30uiS2dUsckVGOAQdP-MT83enks5t1VxhgaJpZM4T04Qq>
.
|
Looks like pulling the 'fix_bindAll' branch did the trick for me! I'm no longer getting that error. Thanks so much for the help! |
This simple code
leads to the following error
what am i doing wrong?
The text was updated successfully, but these errors were encountered: