trinker / reports

An R package to assist in the workflow of writing academic articles and other reports
http://cran.us.r-project.org/web/packages/reports/
102 stars 25 forks source link

what's wrong with my reveal.js #26

Closed yanping closed 11 years ago

yanping commented 11 years ago
> reveal.js()
Error in grepl("[[[", NEW, fixed = TRUE) : 
  invalid multibyte string at '<a5><<39>c>" "閳<a5><9d>" "閳<a5><98>" "閳<a5><99>"; }'
In addition: Warning messages:
1: reveal.js is deprecated.  Please use the functionality of the slidify package. 
2: In reveal.js() : ref.page not found; argument was ignored
3: In grepl("]]]=small", NEW, fixed = TRUE) :
  input string 47 is invalid in this locale
4: In grepl("]]]=small", NEW, fixed = TRUE) :
  input string 210 is invalid in this locale
5: In grepl("]]]=small", NEW, fixed = TRUE) :
  input string 482 is invalid in this locale

the source file is http://viz.vinux.in/datavis/IIMB-minimal.Rmd

I am on WinXP

trinker commented 11 years ago

I'm not sure what the problem is with this is as I can not replicate it on my win 7 machine running R 3.0.0

trinker commented 11 years ago

PS Note that reveal.js and html5 are deprecated and will be removed from reports as of version 0.1.4. The slidify framework will be used instead.