Files
Rpacman/man/compile_imports.Rd
2023-09-28 09:44:06 +01:00

29 lines
804 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/compile_imports.R
\name{compile_imports}
\alias{compile_imports}
\title{Compile a structure containing the current state of the imports for the
project.}
\usage{
compile_imports(
custom_sources = empty_sources(),
installOpts = list(Ncpus = parallel::detectCores())
)
}
\arguments{
\item{custom_sources}{datatable A table containing any previously known
custom data sources}
\item{installOpts}{list Installer options for use when installing CRAN
packages}
}
\value{
A list containing R base imports, directly imported/used packages,
indirectly imported/used packages (aka dependencies) and any custom
import sources.
}
\description{
Compile a structure containing the current state of the imports for the
project.
}