Skip to content

Commit

Permalink
Fix malformed markup
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Jul 21, 2023
1 parent f54fc4a commit 16208d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/outpack_packet.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion man/outpack_packet.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16208d9

Please sign in to comment.