diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 7309b2d..d3ddf0a 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 0.6.0 -Date: 2022-11-06 17:29:53 UTC -SHA: 2d8334840c7e39c2b861a992604d5a976aa70778 +Version: 0.6.1 +Date: 2022-11-06 18:51:30 UTC +SHA: 4715c30ec16d6472d08e875692c9e4256dd3ee13 diff --git a/NEWS.md b/NEWS.md index 536383b..420ed05 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # sendgridr 0.6.1 +* Fixed typo on dynamic-templates docs. + # sendgridr 0.6.0 * Added apikey param on `auth_set()` function for non-interactive environment. diff --git a/R/dynamic-templates.R b/R/dynamic-templates.R index 31ffe49..e725a12 100644 --- a/R/dynamic-templates.R +++ b/R/dynamic-templates.R @@ -73,7 +73,7 @@ template_id <- function(sg_mail, template_id, force = FALSE) { #' \code{template_id} must be included for this data to be applied. #' #' @param sg_mail (required) mail object from package -#' @param data A key-value list for template data. (See \url{https://docs.sendgrid.com/ui/sending-email/how-to-send-an-email-with-dynamic-transactional-templates}) +#' @param data A key-value list for template data. (See \url{https://docs.sendgrid.com/ui/sending-email/how-to-send-an-email-with-dynamic-templates}) #' #' @return sg_mail class with template data for dynamic transactional templates #' @export diff --git a/cran-comments.md b/cran-comments.md index 3f2752f..32de550 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -2,4 +2,4 @@ 0 errors | 0 warnings | 1 note -* Rebuild document with roxygen2 7.2.1 +* Fixed all invalid url on 0.6.0 submit. diff --git a/man/dynamic_template_data.Rd b/man/dynamic_template_data.Rd index d876621..a6457b7 100644 --- a/man/dynamic_template_data.Rd +++ b/man/dynamic_template_data.Rd @@ -9,7 +9,7 @@ dynamic_template_data(sg_mail, data) \arguments{ \item{sg_mail}{(required) mail object from package} -\item{data}{A key-value list for template data. (See \url{https://docs.sendgrid.com/ui/sending-email/how-to-send-an-email-with-dynamic-transactional-templates})} +\item{data}{A key-value list for template data. (See \url{https://docs.sendgrid.com/ui/sending-email/how-to-send-an-email-with-dynamic-templates})} } \value{ sg_mail class with template data for dynamic transactional templates