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

rCharts: Error in UseMethod("rPlot") : #741

Open
danishmohdkhan opened this issue Aug 9, 2020 · 2 comments
Open

rCharts: Error in UseMethod("rPlot") : #741

danishmohdkhan opened this issue Aug 9, 2020 · 2 comments

Comments

@danishmohdkhan
Copy link

Please help in resolving the issue :
#Here is the code
require(devtools)
install_github("ramnathv/rCharts")
library(rCharts)
rPlot(mpg ~ wt | am + vs, data = mtcars, type = "point", color = "gear")

#Here is the error
Error in UseMethod("rPlot") :
no applicable method for 'rPlot' applied to an object of class "formula"

@louise-rb-dupuis
Copy link

Hi,
It is also the error I get in my issue #740 that I opened two weeks ago :) It looks like it happens because of the new version of R. What version are you working with ?

Br,
Louise

@danishmohdkhan
Copy link
Author

Hi,
It is also the error I get in my issue #740 that I opened two weeks ago :) It looks like it happens because of the new version of R. What version are you working with ?

Br,
Louise

Yes I recently updated my version of R to 4.0. So rCharts not working in the newer version. Now i have uninstalled 4.0 version and installed again the older 3.6.3 version. rCharts working fine now in the older version.

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

2 participants