Skip to content

Commit

Permalink
tiny changes from CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
n8thangreen committed Nov 25, 2023
1 parent fe10c2b commit 34299ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Imports:
rlang,
rstan,
scales,
voi
voi (>= 1.0.1)
Depends:
R (>= 3.5.0)
Suggests:
Expand Down
2 changes: 1 addition & 1 deletion R/add_contour_quadrants.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ add_contour_quadrants <- function(he, params) {
#' Geom Quadrant Text
#'
#' @template args-he
#' @param graph_param Plot parameters; list
#' @param graph_params Plot parameters; list
#' @keywords internal aplot
#'
geom_quad_txt <- function(he, graph_params) {
Expand Down
2 changes: 1 addition & 1 deletion man/geom_quad_txt.Rd

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

1 change: 1 addition & 0 deletions tests/testthat/test-evppi.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ test_that("GAM regression (default) with vaccine data", {
load(file = test_path("testdata", "EVPPI_GAM_default.RData"))

EVPPI_voi <- evppi(bcea_vacc, c("beta.1.", "beta.2."), inp$mat)

EVPPI_voi_orig <- voi::evppi(bcea_vacc[c("e","c","k")],
inputs = inp$mat,
pars = c("beta.1.", "beta.2."),
Expand Down

0 comments on commit 34299ee

Please sign in to comment.