statKim / rmd2report

Rmarkdown template for reports or assignments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rmd2report

Rmarkdown template for reports or assignments. This templates are customized version of Eisvogel and Yart.

Original version of templates are available on Eisvogel and Yart github repositories.

Korean language is also supported but it was tested in MikTeX for Windows and MacTeX for macOS. (Currently, it is not supported for TinyTeX.)

---
title: "Homework #1"
subtitle: "Rmarkdown template for reports of assignments"
course: "rmd2report"
prof: "Dr. statKim"
date: "Due on June 20, 2021"
author: "Hyunsung Kim"
studentid: "20210101"
major: "Department of Statistics"
institute: "Chung-Ang University"
---

Installation

# install.packages("devtools")
devtools::install_github("statKim/rmd2report")

Examples

About

Rmarkdown template for reports or assignments.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TeX 97.6%Language:R 2.4%