Commit b8b4d5c4 authored by houyun's avatar houyun
Browse files

note: add_link() will removed in next version

parent 8fe852d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ geom_couple <- function(data,
#' @rdname geom_couple
#' @export
anno_link <- function(...) {
  ## Note: will be removed in next version
  warning("`anno_link()` has been deprecated,\n",
          "please use `geom_couple()` instead.", call. = FALSE)
  geom_couple(...)