You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\item{extensions}{logical. \code{TRUE} appends the set of core packages with all packages found in \code{options("fastverse.extend")}.}
\item{include.self}{logical. Include the \emph{fastverse} package in the list?}
}
\value{
A character vector of package names.
}
\description{
Core packages are first fetched from a project-level configuration file (if found), else from a global configuration file (if found),
otherwise the standard set of core packages is returned. In addition, if \code{extensions = TRUE}, any packages used to extend the \emph{fastverse} for the current
session (fetched from \code{getOption("fastverse.extend")}) are also returned.