Skip to content

Commit

Permalink
checks
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jun 5, 2023
1 parent 624bbb4 commit 6442b25
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
^README\.Rmd$
^\.lintr$
^_pkgdown\.yml$
^docs$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.Rhistory
.RData
.Ruserdata
docs
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ importFrom(ggplot2,position_dodge)
importFrom(ggplot2,theme_gray)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggridges,geom_density_ridges2)
importFrom(posterior,as_draws_df)
importFrom(posterior,mcse_mean)
importFrom(posterior,mcse_median)
Expand Down
4 changes: 3 additions & 1 deletion R/brm_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#' @importFrom emmeans emmeans
#' @importFrom ggplot2 aes facet_wrap geom_point geom_errorbar ggplot
#' position_dodge theme_gray xlab ylab
#' @importFrom ggridges geom_density_ridges2
#' @importFrom MASS mvrnorm
#' @importFrom posterior as_draws_df mcse_mean mcse_median mcse_quantile
#' mcse_sd
Expand All @@ -50,7 +51,8 @@ globalVariables(
"upper",
"source",
"group",
"time"
"time",
"value"
),
package = "brms.mmrm"
)

0 comments on commit 6442b25

Please sign in to comment.