/lab.note

:notebook_with_decorative_cover: Create Laboratory Note and Report Using R Markdown

Primary LanguageTeXOtherNOASSERTION

lab.note

Build Status icon

Overview

The lab.note package is .Rmd file that customise template for writing reproducible document (ex. report, presentation). See more information about RMarkdown.

Motivation

The RMarkdown document when to create a new, was too lazy to change the standard template. If there is a template that reflects the setting easier, and I think that reproducibility is also increasing.

It is a good use!

rmarkdownのPDFテンプレート作るの、@u_ribo さんのlab.noteパッケージをフォークしてinst以下のskeleton.Rmdを書き換えるのがお手軽で良い https://t.co/SZIs1d3pfL #メモン

— キュアビジネス (@dichika) January 2, 2015
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

Installation

From GitHub

devtools::install_github("uribo/lab.note")

Usage

From RStudio

  1. File -> New File -> R Markdown...
  2. From template... loading template files
  3. Choose Laboratory note and report (PDF)

From console

rmarkdown::draft("MyReport.Rmd", template = "report", package = "lab.note")

Template

  1. Laboratory note and report
  2. Presentation 2.1. seminar presentation 2.2. LT presentation
  3. Image gallery
  4. For published to Rpubs
  5. References note

Dependence Package

pls installed these packages.

Preview

Report (PDF)

Seminar (PDF, Beamer)

Image gallery (HTML)

Another .Rmd skeleton template packages