R/is_pqr.R

Defines functions is_pqr

Documented in is_pqr

#' Checks if running pqR (A Pretty Quick Version of R)
#'
#' @return A logical
#'
#' @references
#' 1. pqR - a pretty quick version of R,
#'    \url{http://www.pqr-project.org/}
#' 2. GitHub repository for 'pqR'
#'    \url{https://github.com/radfordneal/pqR}
is_pqr <- function() {
  "pqR.base.version" %in% names(R.version)
}

Try the startup package in your browser

Any scripts or data that you put into this service are public.

startup documentation built on April 3, 2023, 5:48 p.m.