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 for the pptx example: "All nested columns must have the same number of elements." #20

Open
FAMILIAR-project opened this issue Nov 28, 2018 · 1 comment

Comments

@FAMILIAR-project
Copy link

When trying to execute slidex using the slidedemo.pptx example, I've got the following error:

convert_pptx(path = "/Users/macher1/Downloads/slidedemo.pptx", author = "A M")
Error in convert_pptx(path = "/Users/macher1/Downloads/slidedemo.pptx",  : 
  All nested columns must have the same number of elements.

It seems related to this issue with unnest and tidyr tidyverse/tidyr#328

I am using the following versions:

> packageVersion("dplyr")
[1] ‘0.7.8’
> packageVersion("tidyr")
[1] ‘0.8.2’
> packageVersion("xaringan")
[1] ‘0.8’
> packageVersion("knitr")
[1] ‘1.20’
> packageVersion("tibble")
[1] ‘1.4.2’
> packageVersion("kableExtra")
[1] ‘0.9.0’
@datalorax
Copy link
Owner

Okay, thanks for the issue. I'm hoping to get back to developing this soon but I honestly just have zero time to devote to it at the moment. I haven't looked into this too deeply but FWIW I'm not getting the error locally and my packages are the same(ish) versions as yours. I'm assuming you've installed from the master branch? The other branch definitely still has some issues...

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