Learn R Programming

quickr (version 0.2.1)

compile_package: Compile all quick() functions in a package.

Description

This will compile all quick() functions in an R package, and generate source files in the src/ directory.

Usage

compile_package(path = ".")

Value

Called for its side effect.

Arguments

path

Path to an R package

Details

Note, this function is automatically invoked during a pkgload::load_all() call.