Skip to content

Commit

Permalink
Fix cran request
Browse files Browse the repository at this point in the history
  • Loading branch information
bguiastr committed Jun 29, 2023
1 parent db5e494 commit fc76f6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion R/prm_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 2 additions & 1 deletion man/prm_table.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion xpose.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fc76f6d

Please sign in to comment.