Skip to content

Commit

Permalink
fix for cran.
Browse files Browse the repository at this point in the history
invalid url.
  • Loading branch information
mrchypark committed Nov 6, 2022
1 parent 4715c30 commit 0af8ca4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion R/dynamic-templates.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion man/dynamic_template_data.Rd

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

0 comments on commit 0af8ca4

Please sign in to comment.