Skip to contents

When flint is updated, it can ship new built-in rules or update existing ones. update_flint() will automatically add those new rules to the flint/rules/builtin folder. Custom rules stored in flint/rules/custom are not affected.

Usage

update_flint(path = ".")

Arguments

path

Path to package or project root.

Value

Can add new files in the flint/rules folder, doesn't return anything.

Examples

if (FALSE) { # \dontrun{
  update_flint()
} # }