diff --git a/R/outpack_packet.R b/R/outpack_packet.R index 6a33ccf9..4e8038d7 100644 --- a/R/outpack_packet.R +++ b/R/outpack_packet.R @@ -282,7 +282,7 @@ outpack_packet_run <- function(packet, script, envir = .GlobalEnv) { ##' search (see [orderly2::outpack_search] for details) ##' ##' @param envir Optional environment for `environment:` lookups in -##' `query`, and for interpolating filenames in `files; the default +##' `query`, and for interpolating filenames in `files`; the default ##' is to use the parent frame, but other suitable options are the ##' global environment or the environment of the script you are ##' running (this only relevant if you have `environment:` lookups diff --git a/man/outpack_packet.Rd b/man/outpack_packet.Rd index cb011620..0ad6feb8 100644 --- a/man/outpack_packet.Rd +++ b/man/outpack_packet.Rd @@ -80,7 +80,11 @@ relative path). This function can be safely called multiple times within a single packet run (or zero times!) as needed.} \item{envir}{Optional environment for \verb{environment:} lookups in -\code{query}, and for interpolating filenames in \verb{files; the default is to use the parent frame, but other suitable options are the global environment or the environment of the script you are running (this only relevant if you have }environment:\verb{lookups in}query`).} +\code{query}, and for interpolating filenames in \code{files}; the default +is to use the parent frame, but other suitable options are the +global environment or the environment of the script you are +running (this only relevant if you have \verb{environment:} lookups +in \code{query}).} \item{query}{An \link{outpack_query} object, or something (e.g., a string) that can be trivially converted into one.}