Skip to content

Commit

Permalink
Document missed arg
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Dec 7, 2023
1 parent 47ebdd0 commit 763289d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/configure.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ hermod_configure <- function(driver, ..., root = NULL) {
##' @param status Fetch a task status. Takes a vector of ids and
##' returns a vector of the same length of statuses.
##'
##' @param provision Provision a library. Works with conan, and must
##' accept `method`, `config`, `path_root` followed by `...` to pass
##' through to `conan::conan_configure`. It is expected this
##' function will trigger running conan to provision a library.
##'
##' @export
hermod_driver <- function(configure, submit, status, provision) {
structure(list(configure = configure,
Expand Down
5 changes: 5 additions & 0 deletions man/hermod_driver.Rd

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

0 comments on commit 763289d

Please sign in to comment.