Skip to content

Commit

Permalink
Fix url checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Aug 26, 2020
1 parent f77fbfc commit 423127e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/glue.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#' @param .trim \[`logical(1)`: \sQuote{TRUE}]\cr Whether to trim the input
#' template with `trim()` or not.
#' @seealso <https://www.python.org/dev/peps/pep-0498/> and
#' <https://www.python.org/dev/peps/pep-0257> upon which this is based.
#' <https://www.python.org/dev/peps/pep-0257/> upon which this is based.
#' @examples
#' name <- "Fred"
#' age <- 50
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ glue("x + y") + " = {x + y}"

Some other implementations of string interpolation in R (although not using identical syntax).

- [stringr::str_interp](http://stringr.tidyverse.org/reference/str_interp.html)
- [stringr::str_interp](https://stringr.tidyverse.org/reference/str_interp.html)
- [pystr::pystr_format](https://cran.r-project.org/package=pystr)
- [R.utils::gstring](https://cran.r-project.org/package=R.utils)
- [rprintf](https://cran.r-project.org/package=rprintf)
Expand Down
2 changes: 1 addition & 1 deletion man/glue.Rd

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

0 comments on commit 423127e

Please sign in to comment.