check_all: Run all checks

View source: R/check_all.R

check_allR Documentation

Run all checks

Description

This function will run all checks within the package. See the corresponding check functions for details.

Usage

check_all(
  pkg = TRUE,
  lintr = TRUE,
  namespace = TRUE,
  r_filenames = TRUE,
  version = TRUE,
  gitignore = TRUE,
  tidy_description = TRUE,
  readme = TRUE,
  file_permissions = TRUE,
  line_breaks = TRUE,
  tag = TRUE,
  news = TRUE,
  rproj = TRUE
)

Arguments

pkg

Build and check package. See details for further information.

lintr, namespace, r_filenames, version, gitignore, readme, tidy_description

Checks

file_permissions, line_breaks

Windows related checks.

tag

Create a tagged release.

news

Check the top line of NEWS.md

rproj

Runs check_rproj

Details

The arguments for the function correspond to a particular check, e.g. check_ARGNAME(). Note: As this package matures, this function will include the newer checks.


jumpingrivers/inteRgrate documentation built on May 20, 2022, 11:08 p.m.