Skip to content

rPlot no compatible with R 4.0 ? #740

@louise-rb-dupuis

Description

@louise-rb-dupuis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions