Skip to content

Commit 9ebac53

Browse files
author
Tyson Barrett
committed
Update description
1 parent ca97079 commit 9ebac53

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

DESCRIPTION

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
Package: furniture
22
Type: Package
3-
Title: Furniture for Health, Behavioral, and Social Scientists
3+
Title: Furniture for Applied Quantitative Researchers
44
Version: 1.2.2
5-
Date: 2016-11-14
5+
Date: 2016-11-15
66
Authors@R: c(person("Tyson", "Barrett", role=c("aut","cre"), email = "t.barrett@aggiemail.usu.edu"),
77
person("Emily", "Brignone", role="aut"))
88
Author: Tyson Barrett [aut, cre],
99
Emily Brignone [aut]
1010
Maintainer: Tyson Barrett <t.barrett@aggiemail.usu.edu>
11-
Description: Package contains two main functions (i.e., two pieces of furniture):
12-
table1() which produces a well-formatted table of descriptives common as Table 1
13-
in research articles; and washer() which is helpful in cleaning up your data.
14-
Should be useful for quantitative research in applied fields (e.g., health,
15-
behavioral, and social sciences). It also contains a simple operator to
16-
help with data exploration.
11+
Description: Contains two main functions (i.e., two pieces of furniture):
12+
table1 which produces a well-formatted table of descriptives common as Table 1
13+
in research articles; and washer which is helpful in cleaning up your data.
14+
It simplifies some common tasks in applied quantitative fields.
1715
Depends:
1816
R (>= 2.10)
1917
Imports:

R/furniture.R

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#' the stratifying variable. With little code, you can test for associations and check means or
2525
#' counts by the stratifying variable. See the vignette for more information.
2626
#'
27+
#' Note: furniture is meant to make life more comfortable and beautiful. In like manner, this package
28+
#' is designed to be "furniture" for quantitative research.
2729
#'
2830
#' @examples
2931
#' \dontrun{

man/furniture.Rd

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)