R/svMisc-package.R

#' @details
#' The 'svMisc' package is of general use among `SciViews::R`, a layer on top of
#' R, and the tidyverse. This package collects together a series of general
#' functions to manage a centralized environment for temporary variables, a
#' progress bar and batch analysis mode, etc.
#'
#' @section Important functions:
#'
#' - [temp_env()] for using a temporary environment attached to the search path,
#'
#' - [temp_var()] create the name of temporary variables,
#'
#' - [capture_all()] to capture R output, errors, warnings and messages,
#'
#' - [parse_text()] to parse any R expression, including partial or incorrect
#'   ones (fails gracefully).
#' @keywords internal
"_PACKAGE"

#' @importFrom utils RSiteSearch apropos available.packages browseURL
#'   capture.output compareVersion file.edit file_test flush.console
#'   getCRANmirrors getS3method install.packages installed.packages methods
#'   object.size packageDescription remove.packages str tail write.table ? help
#'   help.search apropos find
#' @importFrom methods findFunction existsFunction new getMethods isGeneric
#'   showMethods slot slotNames
#' @importFrom stats runif
#' @importFrom tools file_path_as_absolute
# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL

Try the svMisc package in your browser

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

svMisc documentation built on Oct. 12, 2021, 1:08 a.m.