Source: Source all R files of a package

Description Usage Arguments Details Value Author(s)

View source: R/Source.R

Description

Source all R files of a package

Usage

1
Source(pkg, Source = options()$packageHome, cpp = FALSE, pattern = ".r$|.R$")

Arguments

pkg

Quoted or unquoted name of the package

Source

place where to look for package

cpp

When TRUE run Rcpp::sourceCpp on all .cpp files in src directory.

pattern

Matched against file-names in package.

Details

This is useful to try changes of a package and to identify syntax failures.

Value

nothing

Author(s)

Thomas A. Gerds <tag@biostat.ku.dk>


tagteam/Refresh documentation built on June 14, 2021, 5:17 p.m.