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 if (body$header == "") { : missing value where TRUE/FALSE is required #32

Open
stla opened this issue May 25, 2015 · 2 comments

Comments

@stla
Copy link

stla commented May 25, 2015

Hello,
When I run blogify() I get:

> blogify(".")


processing file: about.Rmd
  |......................                                           |  33%
  ordinary text without R code

  |...........................................                      |  67%
label: unnamed-chunk-1 (with options) 
List of 1
 $ eval: symbol F

  |.................................................................| 100%
  ordinary text without R code


output file: about.md

Erreur dans if (body$header == "") { : 
  valeur manquante là où TRUE / FALSE est requis

For example this occurs when I clone poirotBlog and run blogify().
I have seen a fix here that seems related: https://github.com/ramnathv/slidify/pull/425/files?diff=split

@ramnathv
Copy link
Owner

This occurs due to a change in stringr. I will be updating slidify to fix this bug. There are a few rough edges to be smoothed and things should work as is once I do that.

@stla
Copy link
Author

stla commented May 25, 2015

👍

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