Skip to content

Commit

Permalink
More CRAN URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 13, 2021
1 parent 9168572 commit 33129dd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/animation.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' @name animation
#' @family image
#' @aliases image_coalesce
#' @param dispose a frame [disposal method](http://www.imagemagick.org/Usage/anim_basics/#dispose)
#' @param dispose a frame [disposal method](https://legacy.imagemagick.org/Usage/anim_basics/#dispose)
#' from [dispose_types()][dispose_types]
#' @param fps frames per second. Ignored if `delay` is not `NULL`.
#' @param delay delay after each frame, in 1/100 seconds.
Expand Down
2 changes: 1 addition & 1 deletion R/edges.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' defining the size and threshold of the filter used to find 'peaks' in
#' the intermediate search image. For canny edge detection the format is
#' `{radius}x{sigma}+{lower%}+{upper%}`. More details and examples are
#' available at the [imagemagick website](https://www.imagemagick.org/Usage/transform/#hough).
#' available at the [imagemagick website](https://legacy.imagemagick.org/Usage/transform/).
#'
#' @export
#' @inheritParams editing
Expand Down
2 changes: 1 addition & 1 deletion R/morphology.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' Apply a morphology method. This is a very flexible function which
#' can be used to apply any morphology method with custom parameters.
#' See [imagemagick website](http://www.imagemagick.org/Usage/morphology/)
#' See [imagemagick website](https://legacy.imagemagick.org/Usage/morphology/)
#' for examples.
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/animation.Rd

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

2 changes: 1 addition & 1 deletion man/edges.Rd

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

2 changes: 1 addition & 1 deletion man/morphology.Rd

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

0 comments on commit 33129dd

Please sign in to comment.