File: is_R_CMD_check.Rd

package info (click to toggle)
r-cran-xfun 0.37%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 792 kB
  • sloc: ansic: 242; sh: 22; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cran.R
\name{is_R_CMD_check}
\alias{is_R_CMD_check}
\alias{is_CRAN_incoming}
\alias{check_package_name}
\alias{check_old_package}
\title{Some utility functions for checking packages}
\usage{
is_R_CMD_check()

is_CRAN_incoming()

check_package_name()

check_old_package(name, version)
}
\description{
Miscellaneous utility functions to obtain information about the package
checking environment.
}
\keyword{internal}