Structure and Setup {#setup}

In this section I will keep notes on how I am structuring the package, a description of the folders, a list of all the pakcages I am using and how I set up the bookdown folder. You may get more inforamtion than you want or need, but for now I want capture it all, I will edit when I am done.

Project setup

Folders

data

doc

images

man

Notebook

See Bookdown setup section \@ref(bookdown-setup)

papers

This sections contains the papers written through out the courses. Once completed I will copy them into the notebook folder into the appropriate chapter.

presentations

This sections contains the presentations written through out the courses. Once completed I will copy them into the notebook folder into the appropriate chapter.

R

Bookdown setup {#bookdown-setup}

One of the first things I noticed was I was unable to render the book usign the Build tab in RStudio. My thought is, since I did not set up the book as its own bookdown project I could not use it. Reading through the Autnoring Books with R Markdown, I found in the Usage section I could add the follwing YAML fields, in index.RMD, to allow me to render the book using the Knit bitton in RStudio.

knit: "bookdown::render_book"
output:
  bookdown::gitbook:
    lib_dir: "Notebook"
  bookdown::pdf_book:
    keep_tex: yes

Packages Used

List of Packages I will be using

CRAN

Github

papaja is a R-package in the making including a RMarkdown template that can be used with RStudio (or without) to produce complete manuscripts (PDF and Word documents) devtools::install_github("crsh/papaja")



davidmeza1/MezaEdD documentation built on May 15, 2019, 1:15 a.m.