prepDirStructure: prepDirStructure

Description Usage Arguments Note

View source: R/prepdirs.R

Description

Initialize the directory structure for the GRAN repo

Usage

1
2
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

Note

This function is not intended for use by the end user.


GRANCore documentation built on Feb. 4, 2020, 5:06 p.m.