Skip to content

theme_excel_new() error #151

@MatthewFaiello

Description

@MatthewFaiello

The theme_excel_new function started throwing an error for me this morning. The error I'm seeing is shown below. Thank you!

p <- ggplot(mtcars) +
geom_point(aes(x = wt, y = mpg, colour = factor(gear))) +
facet_wrap(~am)
p + theme_excel_new()

Error in list2():
! Argument 1 can't be empty.
Run rlang::last_trace() to see where the error occurred.

rlang::last_trace()
<error/rlang_error>
Error in list2():
! Argument 1 can't be empty.

Backtrace:

  1. ├─ggthemes::theme_excel_new()
  2. │ └─ggplot2::theme(...)
  3. │ └─ggplot2:::find_args(..., complete = NULL, validate = NULL)
  4. │ ├─ggplot2:::modify_list(vals, list2(..., ... = NULL))
  5. │ └─rlang::list2(..., ... = NULL)
  6. └─rlang::abort(message = message)

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