Skip to content

Commit

Permalink
bump version number and fix scales dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-imbi committed May 18, 2022
1 parent d8a8701 commit 6bf1bcf
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 551 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: OptimalGoldstandardDesigns
Type: Package
Title: Design parameter optimization for gold-standard non-inferiority trials
Version: 0.1.0
Version: 0.2.0
Author: Jan Meis
Maintainer: Jan Meis <meis@imbi.uni-heidelberg.de>
Description: This package contains methods to calculate optimal design parameters
Expand All @@ -18,7 +18,8 @@ Imports:
mvtnorm,
cli,
dplyr,
tibble
tibble,
scales
Suggests:
testthat (>= 3.0.0),
here,
Expand All @@ -32,7 +33,7 @@ Suggests:
foreach,
doRNG,
Config/testthat/edition: 3
RoxygenNote: 7.1.2
RoxygenNote: 7.2.0
Collate:
'pmv_upper_smaller_slower_fix.R'
'conditional_probability_functions.R'
Expand Down
3 changes: 2 additions & 1 deletion R/global_constants.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ projection[["TP12_TC12"]] <- rbind(
projection_components[[2]][["TP"]],
projection_components[[1]][["TC"]],
projection_components[[2]][["TC"]]
)
)
.skip_slow_test <- TRUE
8 changes: 4 additions & 4 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library(testthat)
library(OptimalGoldstandardDesigns)

test_check("OptimalGoldstandardDesigns")
library(testthat)
library(OptimalGoldstandardDesigns)

test_check("OptimalGoldstandardDesigns")
Loading

0 comments on commit 6bf1bcf

Please sign in to comment.