Enter forum description here ...
+10

Author link broken + Shiny presentation

Arthur Flam 12 years ago 0

Hello,


Seems the link in the navbar to you personal page is broken. 

Too bad since slidify is amazing !


Also, just to let you know, I made a quick presentation at a French R Meetup yesterday presenting shiny. It was done using slidify and rCharts (and borrowed your examples). 

If you're interested, take a look at

http://www.quantmetry.com/ShinyOverview/Shiny

I posted the whole code on

https://github.com/arthur-flam/ShinyOverview

Please tell me if you would like me to add something.

As of now credits and in the code and at the end of the presentation.


I'm looking forward to finishing watching your presentation on Interactive Documents. 


Thank you so much for your work on rCharts and Slidify.


Arthur Flam

@ArthurFlam

arthur.flam@gmail.com

+3

Style "Learn More" button broken

David Arnold 12 years ago updated by ramnath vaidya 12 years ago 1

Clicking on the Learn More button for Style gives me:


Sorry this page does not exist =(

+2

How to add external htmlwidgets to slidify?

José Roberto Ayala Solares 10 years ago 0
I'm trying to use the packages DT and dygraphs into my slidify presentation in R. However, it seems it's not as straightforward as I thought. Is there any extra command I need to add in order to use the htmlwidgets produced by the datatable() and dygraphs() commands?
0

Can't publish properly to Rpubs; js and css resources are not found

Richard Morey 12 years ago updated 12 years ago 1

I created a slidify presentation and used `publish()` to publish the presentation to Rforge. It is a very straightforward edit of the template that comes up when you run `author()`. I published to Rpubs, and the document is uploaded, but none of the external resources can be found; all the js and css links return 403 or 404. The upshot of this is that the document is not displayed.


The example is here:

http://rpubs.com/richarddmorey/3516


Is there something I can change to get these to work? Thanks!


   

0

Can I change name of HTML file produced by slidify()?

Andrew Marritt 12 years ago updated 12 years ago 2

I'm wanting to use slidify to produce multiple versions of the same set of slides using different cuts of the data (e.g. sales data per store so each manager can see how they're doing).


Looking at the documentation it seems that the slidify function allows specifying the .Rmd file input but not the .html output. 


I presume the only other thing that I need to create multiple versions of are the figures and the rest of the files (js, css etc) can be shared across all versions of the slides.  Is this true?

0

What format should layout files be in?

Assaf oron 11 years ago 0
Ramnath hi,

I am looking at your 'customize' page to figure out how to do a 2-column layout.
I understand I need to add a layout file under the layouts directory. But what format is that file? rmd? html? doesn't matter?


Thanks!
Assaf
0

Printing slides and/or saving as PDF

Nicola Roberts 12 years ago updated by ramnath vaidya 12 years ago 1

Is there an easy way to print a slidify deck? Or save as a PDF and then print? 

0

Getting Started with lectureSite

annoporci 10 years ago updated 10 years ago 3
I'm getting started with the lectureSite template. I have several comments and questions.

https://github.com/slidify/lectureSite/blob/gh-pages/index.Rmd

1. First off, a big thank you for slidify and the other wonderful packages, and thanks for providing templates.

2. In the lectureSite template, I suggest you link to http://slidify.userecho.com/, if that is indeed where you would like users to be directed when they have basic questions. I was initially looking at the github repo and all I could figure out was how to open an 'issue', but since my questions are merely about how to get started, not really issues, it didn't seem to be the right place to comment. Then google took me to slidify.userecho.com. This is the 'official' place, right? Are there other recommended places for questions about slidify?

2. (and this is my most pressing question at this time) You write 'all you need to do is to run blogify(".") from the root'. I imagine that means to ``setwd()`` to where the ``.Rmd`` file is. But this gives ``blogify(".")
Error: could not find function "blogify"`` I googled for blogify, but it wasn't clear if I was missing a package or something else, so I'm asking here first.

3. I'd appreciate help on how to set up the 'edit' feature at ``prose.io`` . I have set up a page, linked it to my github, but being new to this, I don't know what path to set ``http://prose.io/#{{site.github.etc``

4. Lastly, a comment in passing, you need to number with a leading 0 if you want 'Lecture 09' to come before 'Lecture 10', perhaps you can mention it in passing in the template. Or suggest a way to achieve an arbitrary order for lectures without numbers, e.g. I guess passing a list works, but at any rate an example would be useful in the template.
0
Under review

failing to install slidify in Rstudio

Shylock Muyengwa 11 years ago updated by Khalid hussain 10 years ago 7
R version 3.1.0 (2014-04-10)
Platform: i386-w64-mingw32/i386 (32-bit)


locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252


attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base


other attached packages:
[1] ggplot2_1.0.0


loaded via a namespace (and not attached):
[1] colorspace_1.2-4 digest_0.6.4 grid_3.1.0
[4] gtable_0.1.2 MASS_7.3-33 munsell_0.4.2
[7] plyr_1.8.1 proto_0.3-10 Rcpp_0.11.2
[10] reshape2_1.4 scales_0.2.4 stringr_0.6.2
[13] tools_3.1.0
Warning message:
package ‘ggplot2’ was built under R version 3.1.1
>
0

when I test the inheritance method for the footer it breaks the build of the slides. Seems like the "aritcle" tags are missing if you do it that way?

Hugo Koopmans 12 years ago updated by ramnath vaidya 12 years ago 1

The example breaks if used the presented way.

not sure how to fix but seems we need to add the article tags somehow.