Skip to content

Commit

Permalink
Merge branch 'rc0.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz-yos committed Feb 18, 2014
2 parents ed56204 + 6eb6ec9 commit 01455ea
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Package: tableone
Type: Package
Title: Create "Table 1" to describe baseline characteristics
Version: 0.3.1
Version: 0.3.2
Date: 2014-02-18
Author: Kazuki Yoshida, Justin Bohn
Maintainer: Kazuki Yoshida <[email protected]>
Description: This package creates "Table 1", i.e., description of baseline
patient characteristics, which is essential in every medical research. This
package provides functions to create such summaries for continuous and
categorical variables, optionally with subgroups comparisons. The package
categorical variables, optionally with subgroup comparisons. The package
was inspired by and based on descriptive statistics functions in Deducer,
a Java-based GUI package by Ian Fellows. This package does not require GUI
or Java, and intended for CUI users.
or Java, and intended for command-line users.
License: GPL-2
Imports:
e1071,
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
tableone 0.3.2 (2014-02-18)
----------------------------------------------------------------

BUG FIXES

* DESCRIPTION changed for clarity. No functional changes.


tableone 0.3.1 (2014-02-18)
----------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion R/tableone-package.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##' Create "Table 1" to describe baseline characteristics
##'
##' This package creates "Table 1", i.e., description of baseline patient characteristics, which is essential in every medical research. This package provides functions to create such summaries for continuous and categorical variables, optionally with subgroups and groupwise comparison. The package was insipired by and based on descriptive statistics functions in Deducer, a Java-based GUI package by Ian Fellows. This package does not require GUI or Java, and intended for CUI users.
##' This package creates "Table 1", i.e., description of baseline patient characteristics, which is essential in every medical research. This package provides functions to create such summaries for continuous and categorical variables, optionally with subgroup comparisons. The package was insipired by and based on descriptive statistics functions in Deducer, a Java-based GUI package by Ian Fellows. This package does not require GUI or Java, and intended for command-line users.
##'
##' @name tableone-package
##' @aliases tableone-package tableone
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tableone

**An R package to create "Table 1", description of baseline characteristics**

This package creates "Table 1", i.e., description of baseline patient characteristics, which is essential every medical research. This package provides functions to create such summaries for continuous and categorical variables, optionally with subgroups and groupwise comparison. The package was inspired by and based on descriptive statistics functions in Deducer, a Java-based GUI package by Ian Fellows. This package does not require GUI or Java, and intended for CUI users.
This package creates "Table 1", i.e., description of baseline patient characteristics, which is essential every medical research. This package provides functions to create such summaries for continuous and categorical variables, optionally with subgroup comparisons. The package was inspired by and based on descriptive statistics functions in Deducer, a Java-based GUI package by Ian Fellows. This package does not require GUI or Java, and intended for command-line users.


Examples
Expand Down
10 changes: 5 additions & 5 deletions man/tableone-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This package creates "Table 1", i.e., description of
baseline patient characteristics, which is essential in
every medical research. This package provides functions to
create such summaries for continuous and categorical
variables, optionally with subgroups and groupwise
comparison. The package was insipired by and based on
descriptive statistics functions in Deducer, a Java-based
GUI package by Ian Fellows. This package does not require
GUI or Java, and intended for CUI users.
variables, optionally with subgroup comparisons. The
package was insipired by and based on descriptive
statistics functions in Deducer, a Java-based GUI package
by Ian Fellows. This package does not require GUI or Java,
and intended for command-line users.
}
\note{
Special Thanks:
Expand Down

0 comments on commit 01455ea

Please sign in to comment.