diff --git a/R/code.R b/R/code.R index d1c59dd..fcc6ee2 100644 --- a/R/code.R +++ b/R/code.R @@ -1,6 +1,6 @@ -#' Check if RStudio is running +#' Check if rstudioapi support is available #' -#' Check if RStudio is running. +#' Check if `rstudioapi` functionality is available in the current \R session. #' #' @aliases isAvailable verifyAvailable #' diff --git a/man/isAvailable.Rd b/man/isAvailable.Rd index da0ca85..4405160 100644 --- a/man/isAvailable.Rd +++ b/man/isAvailable.Rd @@ -3,7 +3,7 @@ \name{isAvailable} \alias{isAvailable} \alias{verifyAvailable} -\title{Check if RStudio is running} +\title{Check if rstudioapi support is available} \usage{ isAvailable(version_needed = NULL, child_ok = FALSE) @@ -23,7 +23,7 @@ through \code{rstudioapi}.} if RStudio is not running } \description{ -Check if RStudio is running. +Check if \code{rstudioapi} functionality is available in the current \R session. } \examples{ diff --git a/rstudioapi.Rproj b/rstudioapi.Rproj index e5c3f7c..ab963f2 100644 --- a/rstudioapi.Rproj +++ b/rstudioapi.Rproj @@ -13,7 +13,6 @@ RnwWeave: Sweave LaTeX: pdfLaTeX AutoAppendNewline: Yes -StripTrailingWhitespace: Yes BuildType: Package PackageUseDevtools: Yes