inst/doc/LRutil.R

## ----setup, include = FALSE----------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ------------------------------------------------------------------------------------------------------------
### Project local '.Rprofile'. Lives in '.PRJ_ROOT':
if (file.exists('~/.Rprofile')) { # read user's ~/.Rprofile
    source('~/.Rprofile')
}
### library containing locally installed packages:
.libPaths('lib/R')
slonik-az/LRutil documentation built on May 7, 2019, 3:17 p.m.