Skip to content

Commit

Permalink
add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Nov 11, 2021
1 parent 3a5bf0b commit a54e90b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/email.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ NULL

#' @describeIn email Compose complete mail
#' @inheritDotParams mc_render_email
#' @inheritParams biblids::doiEntryUI
#' @export
mc_compose_email <- function(dois,
translator = mc_translator(),
Expand Down Expand Up @@ -344,6 +345,7 @@ emailReportServer <- function(id,

#' @describeIn emailReport Promise of a rendered and send email
#' Emits notifications and progress bar updates.
#' @inheritParams mc_compose_email
#' @inheritDotParams mc_compose_email
#' @inheritParams smtp_send_mc
#' @export
Expand Down
1 change: 1 addition & 0 deletions R/report.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ draft_report <- function(lang = mc_langs, ...) {
#' Render a parametrised metacheck report.
#' @param dois
#' Vector of DOIs, as created by, or coerceable to [biblids::doi()].
#' @inheritParams biblids::doiEntryUI
#' @inheritDotParams rmarkdown::render
#' @inheritParams mcControlsServer
#' @export
Expand Down
7 changes: 7 additions & 0 deletions man/email.Rd

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

7 changes: 7 additions & 0 deletions man/report.Rd

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

0 comments on commit a54e90b

Please sign in to comment.