diff --git a/DESCRIPTION b/DESCRIPTION index c036e10..0b314a0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: tableone Type: Package Title: Create 'Table 1' to Describe Baseline Characteristics with or without Propensity Score Weights Version: 0.11.2 -Date: 2020-07-12 +Date: 2020-07-13 Authors@R: c( # http://r-pkgs.had.co.nz/description.html#author person('Kazuki', 'Yoshida', email = 'kazukiyoshida@mail.harvard.edu', role = c('cre','aut'), comment = c(ORCID = '0000-0002-2030-3549')), diff --git a/NEWS b/NEWS index b2bc102..20e886d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -tableone 0.11.2 (2020-07-12) +tableone 0.11.2 (2020-07-13) ---------------------------------------------------------------- BUG FIXES by @ndevln (PR #66) @@ -9,6 +9,10 @@ BUG FIXES by @ndevln (PR #66) * Setting value labels via labelled no longer result in tableone dropping variables. +ADDITIONAL BUG FIXES + +* Add rmarkdown to Suggests. + tableone 0.11.1 (2020-03-07) ---------------------------------------------------------------- diff --git a/vignettes/introduction.Rmd b/vignettes/introduction.Rmd index b7361bd..c900298 100644 --- a/vignettes/introduction.Rmd +++ b/vignettes/introduction.Rmd @@ -34,7 +34,7 @@ The tableone package is an R package that eases the construction of "Table 1", * ```{r} ## tableone package itself library(tableone) -## survival pcakge for Mayo Clinic's PBC data +## survival package for Mayo Clinic's PBC data library(survival) data(pbc) ```