buildAppr: Create package 'appr' from component files

View source: R/watanabe-dev.R

buildApprR Documentation

Create package 'appr' from component files

Description

Development function to build the package from the working files. Does not run tests

Usage


  buildAppr(srcEnviron = "/Users/aaronwatanabe/Dropbox/Academic Documents/appr",
  srcFunctions = "functions", srcTests = "tests",
  package = "/Users/aaronwatanabe/Documents/codeDev/appr", dev = TRUE)

Arguments

srcEnviron

Location of directory containing raw code.

srcFunctions

Name of directory containing package functions

srcTests

Name of directory containing testthat files

package

Location of directory in which to build package

dev

Logical. True if include developer functions in package build

Value

Returns TRUE on successfully building the package


awatanabe/appr documentation built on Sept. 26, 2022, 8:04 a.m.