Skip to content

Commit

Permalink
Merge pull request #71 from thiyangt/master
Browse files Browse the repository at this point in the history
fixed spelling errors in reviewers.R file
  • Loading branch information
robjhyndman authored Sep 1, 2024
2 parents f58af15 + 56890e8 commit 3000cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/reviewers.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ list_reviewers <- function(article) {
#' agree_reviewer("2020-114", reviewer_id = 2)
#'
#' # third reviewer doesn't reply and deemed abandon
#' abandon_reviewer("2020-114", reviwer_id = 3)
#' abandon_reviewer("2020-114", reviewer_id = 3)
#' }
#' @export
decline_reviewer <- function(article, reviewer_id) {
Expand Down Expand Up @@ -76,7 +76,7 @@ add_out_for_review <- function(article) {
#' Invite an reviewer
#'
#' This function adds the reviewer information(name and email) to the reviewers
#' field in the DESCRIPTION as well as draft an email to invite teh reviewer.
#' field in the DESCRIPTION as well as draft an email to invite the reviewer.
#' @param name Full name of the reviewer
#' @param invite Logical, whether to automatically construct an email to invite the reviewer
#' @inheritParams address
Expand Down

0 comments on commit 3000cc8

Please sign in to comment.