You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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
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.
Hello,
When I run blogify() I get:
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
The text was updated successfully, but these errors were encountered: