Skip to content

Commit

Permalink
Fix following urlchecker::url_check()
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Dec 20, 2023
1 parent 676d3aa commit 94f07bb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions R/article.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ aea_article <- function(..., keep_tex = TRUE,

#' @section `agu_article`: Format for creating a American Geophysical Union
#' (AGU) article. Adapted from
#' <https://www.agu.org/Publish-with-AGU/Publish/#1>.
#' <https://www.agu.org/publish-with-agu/publish#1>.
#' @export
#' @rdname article
agu_article <- function(..., keep_tex = TRUE,
Expand Down Expand Up @@ -169,7 +169,7 @@ ctex <- ctex_article

#' @section `elsevier_article`: Format for creating submissions to Elsevier
#' journals. Adapted from
#' <https://www.elsevier.com/authors/policies-and-guidelines/latex-instructions>.
#' <https://www.elsevier.com/researcher/author/policies-and-guidelines/latex-instructions>.
#'
#' It requires a minimum version of 2.10 for Pandoc.
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/ieee_article.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' IEEE Transactions journal format.
#'
#' Format for creating submissions to IEEE Transaction journals. Adapted from
#' <http://www.ieee.org/publications_standards/publications/authors/author_templates.html>.
#' <https://www.ieee.org/publications_standards/publications/authors/author_templates.html>
#'
#' Presently, only the `"conference"` paper mode offered by the
#' `IEEEtran.cls` is supported.
Expand Down
Loading

0 comments on commit 94f07bb

Please sign in to comment.