diff --git a/DESCRIPTION b/DESCRIPTION index 9b21fa79..adf695d5 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: xpose Type: Package Title: Diagnostics for Pharmacometric Models -Version: 0.4.6 +Version: 0.4.7 Authors@R: c( person('Benjamin', 'Guiastrennec', role = c('aut', 'cre', 'cph'), diff --git a/NEWS.md b/NEWS.md index 3042b492..c10521cc 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# xpose 0.4.7 +* Fixed error in documentation check fail in R 4.0.0 + # xpose 0.4.6 * Updated tests for compatibility with R 4.0.0 * Shortened title of `dv_preds_vs_idv` diff --git a/R/vpc_data.R b/R/vpc_data.R index 80634a87..97f25981 100755 --- a/R/vpc_data.R +++ b/R/vpc_data.R @@ -21,7 +21,6 @@ #' @param sim_problem Alternative to the option `psn_folder`. The $problem number to #' be used for simulations. By default returns the last simulation problem. #' @param quiet Logical, if \code{FALSE} messages are printed to the console. -#' @param ... any additional aesthetics. #' #' @seealso \code{\link{vpc}} \code{\link{vpc_opt}} #' @examples diff --git a/man/vpc_data.Rd b/man/vpc_data.Rd index 3827b713..4c079861 100755 --- a/man/vpc_data.Rd +++ b/man/vpc_data.Rd @@ -44,8 +44,6 @@ be used for observations. By default returns the last estimation problem.} be used for simulations. By default returns the last simulation problem.} \item{quiet}{Logical, if \code{FALSE} messages are printed to the console.} - -\item{...}{any additional aesthetics.} } \description{ Generate visual predictive checks (VPC) data