Skip to content

Commit edc7448

Browse files
committed
Minor fixes for building pdf manual
1 parent f73576c commit edc7448

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

R/cross_fun.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#' Cross-tabulation with custom summary function.
22
#'
3+
#' There are following functions for cross tables:
34
#' \itemize{
45
#' \item \code{cross_mean}, \code{cross_sum}, \code{cross_median} calculate
56
#' mean/sum/median by groups. NA's are always omitted.

R/product_test.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#'
1212
#'
1313
#' @format A data frame with 150 rows and 18 variables:
14-
#' \describe{
1514
#' \itemize{
1615
#' \item id Respondent Id.
1716
#' \item cell First tested product (cell number).
@@ -31,7 +30,6 @@
3130
#' \item b1_6 (continue) What did you like in these sweets? Multiple response. Second tested product.
3231
#' \item b22 Overall liking. Second tested product.
3332
#' \item c1 Preferences.
34-
#' }
3533
#' }
3634
#' @docType data
3735
"product_test"

man/cross_fun.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/product_test.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)