diff --git a/CRAN-RELEASE b/CRAN-RELEASE index 55e7933..cef2502 100644 --- a/CRAN-RELEASE +++ b/CRAN-RELEASE @@ -1,2 +1,2 @@ -This package was submitted to CRAN on 2020-04-15. -Once it is accepted, delete this file and tag the release (commit 488bed266d). +This package was submitted to CRAN on 2020-04-18. +Once it is accepted, delete this file and tag the release (commit 8bb9ffbe6b). diff --git a/R/plotMethods.R b/R/plotMethods.R index 16a4fea..a59e59b 100644 --- a/R/plotMethods.R +++ b/R/plotMethods.R @@ -30,7 +30,7 @@ NULL #' #' @keywords methods plot #' @docType methods -#' @rdname plot-methods +#' @rdname plot #' @aliases plot,ANY,ANY-method plot,Interval,ANY-method plot,Category,ANY-method plot,Transition,ANY-method #' @export #' @@ -42,7 +42,7 @@ methods::setGeneric(name = "plot", def = function(x, y, ...) #' @param Interval The class. #' @docType methods -#' @rdname plot-methods +#' @rdname plot #' @export #' @aliases plot,Interval,ANY-method #' @@ -201,7 +201,7 @@ methods::setMethod( #' @param Category The class. #' @docType methods -#' @rdname plot-methods +#' @rdname plot #' @export #' #' @aliases plot,Category,ANY-method @@ -360,7 +360,7 @@ methods::setMethod( #' @param Transition The class. #' @docType methods -#' @rdname plot-methods +#' @rdname plot #' @export #' #' @aliases plot,Transition,ANY-method diff --git a/man/plot-methods.Rd b/man/plot.Rd similarity index 100% rename from man/plot-methods.Rd rename to man/plot.Rd