Skip to content

Commit

Permalink
Fixed error in example under devel
Browse files Browse the repository at this point in the history
  • Loading branch information
bguiastr committed Mar 16, 2020
1 parent 1ab5311 commit 1ac1033
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ BugReports: https://github.com/UUPharmacometrics/xpose/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.0.2
RoxygenNote: 7.1.0
2 changes: 1 addition & 1 deletion R/plot_amt.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @inheritSection xplot_scatter Template titles
#' @seealso \code{\link{xplot_scatter}}
#' @examples
#' amt_vs_idv(xpdb_ex_pk)
#' amt_vs_idv(xpdb_ex_pk, nrow = 2, ncol = 1)
#'
#' @export
amt_vs_idv <- function(xpdb,
Expand Down
2 changes: 1 addition & 1 deletion man/amt_vs_idv.Rd

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

6 changes: 4 additions & 2 deletions man/minimization_plots.Rd

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

4 changes: 3 additions & 1 deletion man/xpdb_ex_pk.Rd

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

2 changes: 1 addition & 1 deletion vignettes/plot_list.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cov_qq(xpdb_ex_pk)
## Kinetic plots
### Compartment's amount
```{r}
amt_vs_idv(xpdb_ex_pk)
amt_vs_idv(xpdb_ex_pk, nrow = 2, ncol = 1)
```

## Visual predictive checks (VPC)
Expand Down

0 comments on commit 1ac1033

Please sign in to comment.