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

View source: R/compile-package.R

compile_packageR 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 its side effect.


quickr documentation built on Aug. 26, 2025, 1:07 a.m.