build_package: Check and Build Package

View source: R/build_package.R

build_packageR Documentation

Check and Build Package

Description

Central function to run the package build process.

Usage

build_package(
  path = ".",
  exclude = NULL,
  write_Rbuildignore = TRUE,
  as_cran = FALSE
)

Arguments

path

character (with default): set package path

exclude

character (optional): names of build modules you want to exclude]

write_Rbuildignore

logical (optional): writes are master build-ignore

as_cran

logical (with default): enable/disable --as-cran check

Function version

0.1.0

Author(s)

Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany) , RLum Developer Team

Examples


print("This is only to silence the CRAN check")

## Not run: 
build_package()


## End(Not run)


R-Lum/RLumBuild documentation built on Feb. 14, 2024, 1:17 a.m.