Skip to content

Commit

Permalink
CRAN v1.2.4 (#318)
Browse files Browse the repository at this point in the history
* #311 removed tbl_survival example

* increment version number
  • Loading branch information
ddsjoberg authored Dec 17, 2019
1 parent a4019da commit f8e5dc3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 16 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: gtsummary
Title: Presentation-Ready Data Summary and Analytic Result
Tables
Version: 1.2.3.9003
Version: 1.2.4
Authors@R:
c(person(given = "Daniel D.",
family = "Sjoberg",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gtsummary (development version)
# gtsummary 1.2.4

* Bug fix in `as_kable()` where column header did not match statistics presented when certain levels of the `by=` variable are entirely missing in `tbl_summary()` (#304)

Expand Down
6 changes: 1 addition & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,12 @@ gt::gtsave(as_gt(t2), file = file.path(tempdir(), "temp.png"))

<img src="man/figures/README-tbl_regression_print-1.png" width="50%">

### Other Tables
### Side-by-side Regression Models

Side-by-side regression model results from `tbl_merge()`

<img src="man/figures/tbl_merge_ex1.png" width="66%">

Survival Estimates from `tbl_survival()`

<img src="man/figures/tbl_strata_ex1.png" width="31%">

Review even more output options in the [table gallery](http://www.danieldsjoberg.com/gtsummary/articles/gallery.html).

## Print Engine
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,12 @@ t2 <- tbl_regression(mod1, exponentiate = TRUE)

<img src="man/figures/README-tbl_regression_print-1.png" width="50%">

### Other Tables
### Side-by-side Regression Models

Side-by-side regression model results from `tbl_merge()`

<img src="man/figures/tbl_merge_ex1.png" width="66%">

Survival Estimates from `tbl_survival()`

<img src="man/figures/tbl_strata_ex1.png" width="31%">

Review even more output options in the [table
gallery](http://www.danieldsjoberg.com/gtsummary/articles/gallery.html).

Expand Down
8 changes: 4 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"codeRepository": "https://github.com/ddsjoberg/gtsummary",
"issueTracker": "https://github.com/ddsjoberg/gtsummary/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.2.3.9003",
"version": "1.2.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -429,9 +429,9 @@
"sameAs": "https://CRAN.R-project.org/package=usethis"
}
],
"releaseNotes": "https://github.com/margarethannum/gtsummary/blob/master/NEWS.md",
"readme": "https://github.com/margarethannum/gtsummary/blob/master/README.md",
"fileSize": "1543.628KB",
"releaseNotes": "https://github.com/ddsjoberg/gtsummary/blob/master/NEWS.md",
"readme": "https://github.com/ddsjoberg/gtsummary/blob/master/README.md",
"fileSize": "1544.415KB",
"contIntegration": [
"https://travis-ci.org/ddsjoberg/gtsummary",
"https://ci.appveyor.com/project/ddsjoberg/gtsummary",
Expand Down

0 comments on commit f8e5dc3

Please sign in to comment.