Travis-CI Build Status

library(magrittr)
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

abjBook

The goal of abjBook is to build ABJ books fast.

Installation

You can install abjBook from github with:

# install.packages("devtools")
devtools::install_github("abjur/abjBook")

Example

This is a basic example which shows you how to create a new book:

abjBook::setup_abj_book("myNewBook", path = "./exampleBook")

If you are using GitHub, We recommend that you i) create a repository, ii) clone it to the desired folder, say /path/to/folder/myBook and iii) run abjBook::setup_abj_book("myBook", "/path/to/folder/").

Now your directory will look like this:

paste0("- ", dir("exampleBook")) %>% 
  sort() %>% 
  cat(sep = "\n")

This template is the basis of all ABJ technical reports and should be used in all our projects.



abjur/abjBook documentation built on May 10, 2019, 4:11 a.m.