Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Imports:
data.table,
dplyr,
gsDesign,
gt,
lt,
methods,
mvtnorm,
npsurvSS (>= 1.1.0),
Expand All @@ -67,5 +67,7 @@ VignetteBuilder:
knitr
LinkingTo:
Rcpp
Remotes:
yihui/lt
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/roxygen2/version: 8.0.0
5 changes: 2 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Generated by roxygen2: do not edit by hand

S3method(as_gt,fixed_design_summary)
S3method(as_gt,gs_design_summary)
S3method(as_gt,simtrial_gs_wlr)
S3method(as_rtf,fixed_design_summary)
S3method(as_rtf,gs_design_summary)
S3method(lt::lt,fixed_design_summary)
S3method(lt::lt,gs_design_summary)
S3method(print,fixed_design)
S3method(print,gs_design)
S3method(summary,fixed_design)
Expand Down
Loading
Loading