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

Error in FUN(X[[i]], ...) : arguments to layer() should be calls #17

Open
FredHasselman opened this issue Sep 27, 2018 · 1 comment
Open

Comments

@FredHasselman
Copy link

Hi!

I'm experiencing some odd behaviour running R:

  • I can knit the .Rmd file which generates the output just fine, even if I clear the knit cache.
  • When I run individual code chunks I get an error when I get to code which has geom_flat_violin: Error in FUN(X[[i]], ...) : arguments to layer() should be calls.
    • The screen grab shows the correctly rendered output when I press 'knit', the right shows the error when I run all individual chunks separately up to and including chunk basic_rc:

rain

  • When I load/source all dependencies, simulate the data as in the .Rmd and try to use geom_flat_violin in a regular R environment, same thing: Error in FUN(X[[i]], ...) : arguments to layer() should be calls
  • When I use my own data (& summarise it using summarySE), same error.

Any ideas on what is going on?
Thanks!

@munoztd0
Copy link

same here :/

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

2 participants