compile_package {quickr}R Documentation

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 = ".")

Arguments

path

Path to an R package

Details

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

Value

Called for it's side effect.


[Package quickr version 0.1.0 Index]