@@ -38,7 +38,7 @@ test_that("Validate calendar-time driven design",{
38
38
expect_equal(x $ analysis $ time , c(12 , 24 , 36 ))
39
39
})
40
40
41
- test_that(" Validate calendar-time driven design -- A" ,{
41
+ test_that(" Validate calendar-time and info-frac driven design -- A" ,{
42
42
analysis_time <- c(12 , 24 , 36 )
43
43
info_frac <- c(0.3 , 0.7 , 1 )
44
44
# output from gsDesign2
@@ -62,7 +62,7 @@ test_that("Validate calendar-time driven design -- A",{
62
62
expect_equal(x $ analysis $ info_frac [idx_driven_by_info_frac ], info_frac [idx_driven_by_info_frac ], tolerance = 1e-5 )
63
63
})
64
64
65
- test_that(" Validate calendar-time driven design -- B" ,{
65
+ test_that(" Validate calendar-time and info-frac driven design -- B" ,{
66
66
analysis_time <- c(18 , 29 , 36 )
67
67
info_frac <- c(0.3 , 0.7 , 1 )
68
68
# output from gsDesign2
@@ -86,7 +86,7 @@ test_that("Validate calendar-time driven design -- B",{
86
86
expect_equal(x $ analysis $ info_frac [idx_driven_by_info_frac ], info_frac [idx_driven_by_info_frac ], tolerance = 1e-5 )
87
87
})
88
88
89
- test_that(" Validate calendar-time driven design -- C" ,{
89
+ test_that(" Validate calendar-time and info-frac driven design -- C" ,{
90
90
analysis_time <- c(18 , 24 , 36 )
91
91
info_frac <- c(0.3 , 0.7 , 1 )
92
92
# output from gsDesign2
0 commit comments