From fc76f6d3f623d32b191f0b14f933151eb0227d12 Mon Sep 17 00:00:00 2001 From: Ben Gui Date: Thu, 29 Jun 2023 21:32:41 +0200 Subject: [PATCH] Fix cran request --- R/prm_table.R | 3 ++- man/prm_table.Rd | 3 ++- xpose.Rproj | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/R/prm_table.R b/R/prm_table.R index 5b8f15e2..a8c5b49f 100755 --- a/R/prm_table.R +++ b/R/prm_table.R @@ -5,12 +5,13 @@ #' @inheritParams get_prm #' @seealso \code{\link{get_prm}}, #' @examples +#' \dontrun{ #' # Store the parameter table #' prm <- get_prm(xpdb_ex_pk, .problem = 1) #' #' # Display parameters to the console #' prm_table(xpdb_ex_pk, .problem = 1) -#' +#' } #' @export prm_table <- function(xpdb, .problem = NULL, diff --git a/man/prm_table.Rd b/man/prm_table.Rd index d9edf969..6946caa7 100755 --- a/man/prm_table.Rd +++ b/man/prm_table.Rd @@ -34,12 +34,13 @@ off diagonal elements be transformed to correlations.} Display parameter estimates from an xpdb object to the console. } \examples{ +\dontrun{ # Store the parameter table prm <- get_prm(xpdb_ex_pk, .problem = 1) # Display parameters to the console prm_table(xpdb_ex_pk, .problem = 1) - +} } \seealso{ \code{\link{get_prm}}, diff --git a/xpose.Rproj b/xpose.Rproj index 61a37f91..985d5354 100755 --- a/xpose.Rproj +++ b/xpose.Rproj @@ -17,7 +17,7 @@ AutoAppendNewline: Yes BuildType: Package PackageUseDevtools: Yes PackageInstallArgs: --no-multiarch --with-keep.source -PackageCheckArgs: --no-manual +PackageCheckArgs: --no-manual --as-cran PackageRoxygenize: rd,collate,namespace,vignette QuitChildProcessesOnExit: Yes