Skip to content

Commit

Permalink
removed graphics dependency, plot moved to base in R 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FinYang committed May 8, 2020
1 parent 3b12562 commit 143939b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Imports:
matrixcalc,
expm,
ggplot2,
graphics,
magrittr,
mvtnorm,
stats
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export(ORRRR)
export(RRR)
export(RRRR)
export(RRR_sim)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(stats,coef)
importFrom(stats,rnorm)
Expand Down
1 change: 0 additions & 1 deletion R/RRRR_class.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ print.RRRR <- function(x, digits = max(3L, getOption("digits") - 2L), ...){
#' data <- RRR_sim()
#' res <- RRRR(y=data$y, x=data$x, z = data$z)
#' plot(res)
#' @importFrom graphics plot
#' @export
plot.RRRR <- function(x,
aes_x = c("iteration", "runtime"),
Expand Down

0 comments on commit 143939b

Please sign in to comment.