Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
waddella committed Jun 24, 2019
1 parent a5c88fe commit e0013c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", role = c("aut", "cre"))
)
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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%)",
Expand Down
3 changes: 3 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e0013c1

Please sign in to comment.