Skip to content

sebastian-quintero/mdrp-sim-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdrp-sim-doc

Here you can find the document that goes along with the code of the Meal Delivery Routing Problem Simulator. This document was made with Bookdown. Check out this comprehensive documentation for Bookdown. Questions? Email me at: sebastianquinterorojas@gmail.com or connect with me via Linkedin.

Document

The full PDF document can be found here. The dir is: ./_book/.

Set Up & Use

  1. Download R and RStudio.
  2. In the RStudio IDE, in the terminal, install the R package bookdown:
# stable version on CRAN
install.packages("bookdown")
# or development version on GitHub
# devtools::install_github('rstudio/bookdown')
  1. In the RStudio IDE terminal, use the following command to render the document (alternatively go to the Build tab and use the Build Book button):
bookdown::render_book('index.Rmd')
  1. The document is rendered in the ./_book/ dir.

Bookdown For A Thesis

Here are some tips & tricks for using Bookdown to write an Engineering Master's thesis.

About

Full academic document for the mdrp-sim repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published