You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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 ?
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.
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"
The text was updated successfully, but these errors were encountered: