Skip to content

Commit

Permalink
release 0.17.1 on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 2, 2018
1 parent fd81e3a commit 9eafc5e
Show file tree
Hide file tree
Showing 62 changed files with 588 additions and 483 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Package: sjstats
Type: Package
Encoding: UTF-8
Title: Collection of Convenient Functions for Common Statistical Computations
Version: 0.17.0.9000
Date: 2018-09-25
Version: 0.17.1
Date: 2018-10-02
Authors@R: person("Daniel", "Lüdecke", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-8895-3206"))
Maintainer: Daniel Lüdecke <[email protected]>
Description: Collection of convenient functions for common statistical computations,
Expand Down
10 changes: 1 addition & 9 deletions R/typical.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#' @param weights Name of variable in \code{x} that indicated the vector of
#' weights that will be applied to weight all observations. Default is
#' \code{NULL}, so no weights are used.
#' @param weight.by Deprecated.
#' @param ... Further arguments, passed down to \code{fun}.
#'
#' @inheritParams grpmean
Expand Down Expand Up @@ -66,14 +65,7 @@
#'
#'
#' @export
typical_value <- function(x, fun = "mean", weights = NULL, weight.by, ...) {

## TODO remove later

if (!missing(weight.by)) {
# message("Argument `weight.by` is deprecated. Please use `weights`.")
weights <- weight.by
}
typical_value <- function(x, fun = "mean", weights = NULL, ...) {

# check if we have named vectors and find the requested function
# for special functions for factors, convert to numeric first
Expand Down
10 changes: 5 additions & 5 deletions docs/articles/anova-statistics.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

224 changes: 112 additions & 112 deletions docs/articles/bayesian-statistics.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 21 additions & 14 deletions docs/articles/mixedmodels-statistics.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9eafc5e

Please sign in to comment.