## Getting Started **Download:** * RStudio - [http://www.rstudio.com/](http://www.rstudio.com/) * MiKTex - [http://miktex.org/](http://miktex.org/) or * TexLive - [http://www.tug.org/texlive/](http://www.tug.org/texlive/) * LibreOffice - [http://www.libreoffice.org/](http://www.libreoffice.org/) * Pandoc - [http://johnmacfarlane.net/pandoc/](http://johnmacfarlane.net/pandoc/) * knitr `r citep(bib[4])` - [http://yihui.name/knitr/](http://yihui.name/knitr/) * slidify `r citep(bib[8])` - [http://ramnathv.github.io/slidify/](http://ramnathv.github.io/slidify/) * knitcitations `r citep(bib[5])`
```{r inst, include=TRUE, eval=FALSE} install.packages("reports") ``` *This will install: knitr, knitcitations & slidify too* --- ## Windows Users... may want to use: ```{r inst2, include=TRUE, eval=FALSE} install.packages("installr") ``` --- ## Development Version Installation `r HR("https://github.com/trinker/reports", "https://github.com/trinker/reports")` ```{r inst3, include=TRUE, eval=FALSE} library(devtools) install_github("reports", "trinker") ``` --- ## Set Up .Rprofile ## The user can add these options to their .Rprofile ```{r inst4, include=TRUE, eval=FALSE} options(bib.loc = "C:/Users/trinker/Desktop/PhD Program/MASTER.bib") options(name_reports = "Tyler Rinker\\\\University at Buffalo\\\\Department of Learning and Instruction") options(source_reports = path.expand("~/path_1"), path.expand("~/path_2")) options(temp_reports = "apa6.mod.qual_tex") options(github.user = "trinker") ``` --- ## Create Report/Paper Project ## ### Now the user is ready to generate a new report/paper or presentation project. Use: ```{r proj, include=TRUE, eval=FALSE} setwd(desired.location) new_report("NEW") #or presentation("NEW") ``` --- ## Get Started! `r HR("https://dl.dropbox.com/u/61803503/report_directory_guide.pdf", "Project Directory Workflow")` `r HR("http://trinker.github.io/reports/", "reports Functions")` `r HR("http://trinker.github.io/reports/dependencies", "reports Dependencies")` `r HR("http://trinker.github.io/slides/reports_quick_slides.txt", ".txt file of these slides")` --- `r YT("kws1PX1Dw9w")` --- .refs ## References ```{r, echo=FALSE, results='asis'} bibliography("html") ```