R/01-env.r

#' Global Environment for the pbdBASE Package
#' 
#' The environment for the pbdBASE package where "global" variables are stored.
#' 
#' The \code{.__blacs_gridinfo_} and \code{._blacs_initialized} objects are
#' stored in this environment.
#' 
#' @name BASE Global Environment
#' @export
.pbdBASEEnv <- new.env()

.conflicts.OK <- TRUE

Try the pbdBASE package in your browser

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

pbdBASE documentation built on March 26, 2020, 9:37 p.m.