diff --git a/DESCRIPTION b/DESCRIPTION index 96a5f7707..a169fb2ff 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rtables Title: Reporting Tables -Version: 0.1.1.9000 +Version: 0.1.2 Authors@R: c( person("Adrian", "Waddell", email = "adrian.waddell@roche.com", role = c("aut", "cre")) ) diff --git a/README.Rmd b/README.Rmd index 616d67790..cbfb351e8 100644 --- a/README.Rmd +++ b/README.Rmd @@ -68,6 +68,7 @@ devtools::install_github("roche/rtables") ```{r} library(rtables) + tbl <- rtable( header = c("Treatement\nN=100", "Comparison\nN=300"), format = "xx (xx.xx%)", diff --git a/_pkgdown.yml b/_pkgdown.yml index d4996660f..ae849f31c 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -40,7 +40,10 @@ reference: - dim.rheader - header_add_N - indented_row.names + - indent - unlist.rtable + - unlist.rcell + - unlist.rrow - title: Tabulation Functions desc: rtabulate is a framework to derive rtables contents: