stephlocke / Rtraining

R training materials developed by Steph Locke
http://stephlocke.info/Rtraining
Other
73 stars 27 forks source link

Required theme and packages #5

Open olyerickson opened 7 years ago

olyerickson commented 7 years ago

Thanks for these great slides!

They were perfectly viewable online, but local "knitting" failed due to missing your custom theme and a couple additional packages (optiRum and e1071). I changed from yours to a default theme and installed the missing packages and all was fine...

You might want to warn people! ;)

olyerickson commented 7 years ago

I should have noted that I was referring to your Logistic Regression slides in the stats subdirectory...

stephlocke commented 7 years ago

Ah so I don't intend individual files to be pulled and knitted without a devtools install_github first. The install_github will get you all the prerequisities.

https://github.com/stephlocke/Rtraining#get-it

But I should add some default boiler plate to each slide deck to make it easier for people to work that out, rather than making them traipse to the README

olyerickson commented 7 years ago

Thanks! That's kind-of what I thought, but I only wanted to knit that one set of slides.

Keep up the good work!

John

On Fri, Apr 21, 2017 at 12:40 PM, Stephanie Locke notifications@github.com wrote:

Ah so I don't intend individual files to be pulled and knitted without a devtools install_github first. The install_github will get you all the prerequisities.

https://github.com/stephlocke/Rtraining#get-it

But I should add some default boiler plate to each slide deck to make it easier for people to work that out, rather than making them traipse to the README

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/stephlocke/Rtraining/issues/5#issuecomment-296241597, or mute the thread https://github.com/notifications/unsubscribe-auth/AAV4-TKM0fUztxKPBZGmCFHiJkzNIcwEks5ryNv5gaJpZM4NEdmp .

-- John S. Erickson, Ph.D. Director of Operations, The Rensselaer IDEA Deputy Director, Web Science Research Center (RPI) http://idea.rpi.edu/ olyerickson@gmail.com Twitter & Skype: olyerickson

stephlocke commented 7 years ago

I'm planning a massive refactor of my presentation build & deploy mechanism so stay tuned ;)