Learn R Programming

GRANCore (version 0.2.7)

prepDirStructure: prepDirStructure

Description

Initialize the directory structure for the GRAN repo

Usage

prepDirStructure(basedir, repo_name, temp_repo, temp_checkout, tempLibLoc,
  destination, logfile, errlogfile)

Arguments

basedir

The base directory. By default the temporary repository, temporary install library, and package staging area will be located in <basedir>/<subrepoName>/, while the temporary source checkout will be in the basedir itself.

repo_name

The name of the repository, e.g. stable or devel

temp_repo

Location to create the temporary repository

temp_checkout

Location to create temporary checkouts/copies of package source code

tempLibLoc

Location to create the temporary installed package library for use during the testing process

destination

Base location (not including repository name) of the final repository to be built.

logfile

Comprehensive GRAN log file

errlogfile

Error log file