Skip to content

Commit

Permalink
Merge branch 'main' into 929_readme_news@main
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed May 25, 2023
2 parents a441fab + da54346 commit 385ccd0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 86 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tern
Title: Create Common TLGs Used in Clinical Trials
Version: 0.8.2.9000
Date: 2023-05-03
Version: 0.8.2.9001
Date: 2023-05-25
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
person("Daniel", "Sabanés Bové", , "[email protected]", role = "aut"),
Expand Down
3 changes: 0 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,8 @@ importFrom(grid,drawDetails)
importFrom(grid,heightDetails)
importFrom(grid,validDetails)
importFrom(grid,widthDetails)
importFrom(lifecycle,badge)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,pchisq)
importFrom(survival,Surv)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tern 0.8.2.9000
# tern 0.8.2.9001

### Miscellaneous
* Updated README to include installation instructions for CRAN.
Expand Down
2 changes: 1 addition & 1 deletion R/estimate_proportion.R
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ prop_wilson <- function(rsp, conf_level, correct = FALSE) {
#' [stats::prop.test()].
#'
#' @references
#' - \insertRef{Yan2010-jt}{tern}
#' \insertRef{Yan2010-jt}{tern}
#'
#' @examples
#' # Stratified Wilson confidence interval with unequal probabilities
Expand Down
5 changes: 2 additions & 3 deletions R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
#' @import rtables ggplot2
#' @importFrom broom tidy
#' @importFrom formatters propose_column_widths
#' @importFrom lifecycle badge
#' @importFrom methods new
#' @importFrom magrittr %>%
#' @importFrom methods new
#' @importFrom Rdpack reprompt
#' @importFrom rlang .data := !!
#' @importFrom rlang .data
#' @importFrom survival coxph strata Surv
#' @importFrom stats pchisq
NULL
Expand Down
2 changes: 1 addition & 1 deletion R/prop_diff.R
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ prop_diff_cmh <- function(rsp,
#' and directs the way weights are estimated.
#'
#' @references
#' - \insertRef{Yan2010-jt}{tern}
#' \insertRef{Yan2010-jt}{tern}
#'
#' @examples
#' # Stratified Newcombe confidence interval
Expand Down
69 changes: 0 additions & 69 deletions inst/REFERENCES.bib
Original file line number Diff line number Diff line change
@@ -1,63 +1,5 @@
% Encoding: UTF-8
@inproceedings{KimWon2013,
title = {Adjusted proportion difference and confidence interval in stratified randomized trials},
author = {Kim Y., Won S.},
url = {https://www.pharmasug.org/proceedings/2013/SP/PharmaSUG-2013-SP04.pdf},
crossref = {SUG2013}
}

@Manual{Hughes2020,
title = {Tables, Listings and Graphs Specifications for Parallel-Group Studies(Part 1 of 3) Version: June 2020},
author = {Hughes, Claire},
month = jun,
year = {2020},
}

@InBook{Hughes2020a,
author = {Hughes, Claire},
editor = {Roche},
chapter = {COXT01: Cox-Regression Model With Treatment And Individual Covariates Table Programming Notes},
pages = {25--27},
publisher = {GDSR},
title = {Tables, Listings and GraphsSpecifications for Parallel-GroupStudies(Part 2 of 3)},
year = {2020},
edition = {GDSR - Efficacy Standard Tables},
month = sep,
}

@Manual{STREAM2020,
title = {Deaths (DTHT01)},
author = {STREAM},
note = {v2.9},
year = {2020},
timestamp = {2020-09-08},
}

@Manual{STREAM_LBT02,
title = {Laboratory Test Results by Visit (LBT02)},
author = {STREAM},
year = {2020},
}

@proceedings{SUG2013,
title = "PharmaSUG 2013 Conference Proceedings",
year = {2013},
url = {https://www.pharmasug.org/2013-proceedings.html}
}

@Article{Schouten1980,
author = {Schouten, HJA and Molenaar, IW and Van Strik, R and Boomsma, A},
journal = {Biometrical Journal},
title = {Comparing two independent binomial proportions by a modified chi square test},
year = {1980},
number = {3},
pages = {241--248},
volume = {22},
doi = {10.1002/bimj.4710220305},
publisher = {Wiley Online Library},
}

@ARTICLE{Yan2010-jt,
title = "Stratified Wilson and Newcombe Confidence Intervals for Multiple
Binomial Proportions",
Expand All @@ -83,14 +25,3 @@ @ARTICLE{Yan2010-jt
month = aug,
year = 2010
}


@InBook{NESTTeam2020,
author = {{NEST Team}},
chapter = {4.4 Cox Proportional Hazards Model},
publisher = {NEST Roche},
title = {Statistical Analysis of Clinical Trials Data with R},
year = {2020},
}

@Comment{jabref-meta: databaseType:bibtex;}
4 changes: 1 addition & 3 deletions man/h_prop_diff.Rd

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

4 changes: 1 addition & 3 deletions man/h_proportions.Rd

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

0 comments on commit 385ccd0

Please sign in to comment.