rapp/build.r

## Working directory //
path_wd <- "q:/home/wsp/rapp2/reposr"
if (getwd() != path_wd) {
  setwd(path_wd)    
}

## Packages //
require("devtools")
require("roxygen2")

## Unload //
unload()

## Roxygenize //
roxygenize()

## Build //
build(binary=TRUE, path="rapp")
# build(path="rapp")

## Install //
# install()

## Require //
# require("rapp.split")
rappster/reposr documentation built on May 26, 2019, 11:57 p.m.