Skip to content

Commit

Permalink
submitted to CRAN (1.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
reginalexavier committed Apr 18, 2020
1 parent 8bb9ffb commit aa04a41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -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).
8 changes: 4 additions & 4 deletions R/plotMethods.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
#'
Expand All @@ -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
#'
Expand Down Expand Up @@ -201,7 +201,7 @@ methods::setMethod(

#' @param Category The class.
#' @docType methods
#' @rdname plot-methods
#' @rdname plot
#' @export
#'
#' @aliases plot,Category,ANY-method
Expand Down Expand Up @@ -360,7 +360,7 @@ methods::setMethod(

#' @param Transition The class.
#' @docType methods
#' @rdname plot-methods
#' @rdname plot
#' @export
#'
#' @aliases plot,Transition,ANY-method
Expand Down
File renamed without changes.

0 comments on commit aa04a41

Please sign in to comment.