Skip to content

Namespace clash with NLP package  #233

Closed
@zippeurfou

Description

@zippeurfou

Hi,
I am running mac os x

> library(plotly)
> packageVersion("plotly")
[1] ‘0.6.3’
> mds <- data.frame(State=c("Alabama", "Alabama", "Alabama", "Alabama",
+                           "Arizona", "Arizona"),
+                   City=c("HUNTSVILLE", "MOBILE", "BIRMINGHAM", "MONTGOMERY",
+                          "TUCSON", "PEORIA"),
+                   coord.1=c(1.561284, 6.088862, 9.978292, 15.454877,
+                             23.225289, -7.283954),
+                   coord.2=c(0.2228790, 0.8343259, -3.6507234, -4.8520206,
+                             -0.4438650, 9.1252792),
+                   Division=c("East South Central", "East South Central",
+                              "East South Central", "East South Central",
+                              "Mountain", "Mountain"))
> gg <- ggplot(mds) +
+     geom_text(aes(x=coord.1, y=coord.2, label=City, colour=Division))
> 
> L <- gg2list(gg)
Error in gg2list(gg) : object 'nann' not found

Is this the normal behavior?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions