Skip to content

Commit

Permalink
Accommodate move of "as.tbl_cube" function from dplyr (as of 1.0.0) t…
Browse files Browse the repository at this point in the history
…o new cubelyr package.
  • Loading branch information
mnneely committed Jun 9, 2020
1 parent 7341ec6 commit d3c7b34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ Description: Parametric and non-parametric
which used to be available on CRAN.
Authors@R: person("Michael", "Neely",
email = "[email protected]", role = c("aut", "cre"))
Version: 1.9.5
Version: 1.9.6
URL: http://www.lapk.org
Date: 2020-02-29
Date: 2020-06-09
Depends:
R (>= 3.5.0)
Imports:
askpass,
base64enc,
chron,
cubelyr,
doParallel,
dplyr,
foreach,
Expand Down
3 changes: 2 additions & 1 deletion R/Pmetrics-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
#' \url{http://www.lapk.org}
#' @keywords package
#'
#' @importFrom dplyr select arrange as.tbl_cube filter mutate
#' @importFrom dplyr select arrange filter mutate
#' @importFrom cubelyr as.tbl_cube
#' @importFrom foreach %dopar%
#' @importFrom ggplot2 ggplot aes geom_line geom_point geom_polygon
#' scale_x_log10 scale_x_continuous scale_y_log10 scale_y_continuous xlab ylab
Expand Down

0 comments on commit d3c7b34

Please sign in to comment.