Skip to content

orca error #1322

Closed
Closed
@Schuch666

Description

@Schuch666

orca function works with the Rpackage Examples code:

p <- plot_ly(z = ~volcano) %>% add_surface()
orca(p, "surface-plot.png")

but with a slightly larger dataset (dataframe with date and 1 variable with 8784 observations) test.zip

test <- readRDS("test.Rds")
p <- plot_ly(x = test$date, y = test$no, type = "scatter", mode = "lines")
orca(p,"test.png")

returns the following error:

Error in process_initialize(self, private, command, args, stdout, stderr, :
processx error, create process: #206 Filename or extension is too long.
at 'win/processx.c:761

but p plots fine on RStudio... how to avoid this BUG / limitation?

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