File: is_dev_package.Rd

package info (click to toggle)
r-cran-pkgload 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,164 kB
  • sloc: sh: 13; cpp: 9; ansic: 8; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/package.R
\name{is_dev_package}
\alias{is_dev_package}
\title{Is the package currently under development?}
\usage{
is_dev_package(name)
}
\arguments{
\item{name}{the name of a package.}
}
\description{
Returns \code{TRUE} or \code{FALSE} depending on if the package has been loaded by
\strong{pkgload}.
}