Skip to content
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

R error while running async example #22

Open
chintanp opened this issue Jun 27, 2018 · 0 comments
Open

R error while running async example #22

chintanp opened this issue Jun 27, 2018 · 0 comments

Comments

@chintanp
Copy link

I am getting the error while running the async example:
C:\temp\nodeapps\rtest\example.js:9 if (err) throw err; ^ summarise_each()is deprecated. Usesummarise_all(), summarise_at()orsummarise_if()instead. To mapfunsover all variables, usesummarise_all()

This seems to be an R error, see here. Apparently, summarise_each() is deprecated.

Changing to summarise_all() gets rid of the error and gives the expected output:

[ { group: '(40,55]', rating: 46.7143, advance: 41.1429 }, { group: '(55,70]', rating: 64.6154, advance: 41.9231 }, { group: '(70,85]', rating: 77.2, advance: 45.5 } ]

@chintanp chintanp changed the title R error while runing async example R error while running async example Aug 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant