Skip to content

Commit

Permalink
vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jun 8, 2023
1 parent ed0517f commit 693f094
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ Imports:
tidyr,
tidyselect,
trialr,
utils
utils,
zoo
Suggests:
BH,
knitr (>= 1.30),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ importFrom(tidyselect,everything)
importFrom(trialr,rlkjcorr)
importFrom(utils,capture.output)
importFrom(utils,globalVariables)
importFrom(zoo,na.locf)
4 changes: 3 additions & 1 deletion R/brm_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#' @importFrom tidyselect any_of everything
#' @importFrom trialr rlkjcorr
#' @importFrom utils capture.output globalVariables
#' @importFrom zoo na.locf
NULL

globalVariables(
Expand All @@ -52,7 +53,8 @@ globalVariables(
"source",
"group",
"time",
"value"
"value",
"outcome"
),
package = "brms.mmrm"
)
6 changes: 3 additions & 3 deletions vignettes/usage.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ data
class(data)
attributes <- attributes(data)
attributes$rownames <- NULL
attributes
roles <- attributes(data)
roles$row.names <- NULL
str(roles)
```

## Formula
Expand Down

0 comments on commit 693f094

Please sign in to comment.