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

rPlot no compatible with R 4.0 ? #740

Open
louise-rb-dupuis opened this issue Jul 29, 2020 · 0 comments
Open

rPlot no compatible with R 4.0 ? #740

louise-rb-dupuis opened this issue Jul 29, 2020 · 0 comments

Comments

@louise-rb-dupuis
Copy link

louise-rb-dupuis commented Jul 29, 2020

Hi !
I wanted to use your library rCharts and especially the rPlot function but it looks like it is not working anymore with the 4.0 version of R :

  • Even examples made by you are not working
  • Others functions like nPlot or mPlot are working
  • A colleague of mine had rPlot working on her computer (R 3.6), she updated R (R4.0.2) and now it's not working anymore (and she has the same error message as me)
## Example 1 Facetted Scatterplot
names(iris) = gsub("\\.", "", names(iris))
rPlot(SepalLength ~ SepalWidth | Species, data = iris, color = 'Species', type = 'point')

> Error in UseMethod("rPlot") : 
  pas de méthode pour 'rPlot' applicable pour un objet de classe "formula"

(no applicable method for rPlot for a class object "formula")

# Extract from my code
(...)
rPlot.default(x = "A1BG" , y = "A1CF", data = test, type = 'point', color = 'Primary_Disease')
> Error in UseMethod("rPlot") : 
  pas de méthode pour 'rPlot' applicable pour un objet de classe "character"

(no applicable method for rPlot for a class object "character")

Could you please look into this ?
Thank you very much

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