Skip to content

Commit

Permalink
added emmeans version number to depends (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
singmann committed Jun 24, 2018
1 parent 6f1ee5c commit 0f9cf64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: afex
Type: Package
Title: Analysis of Factorial Experiments
Depends: R (>= 3.1.0), lme4 (>= 1.1-8), emmeans
Depends: R (>= 3.1.0), lme4 (>= 1.1-8), emmeans (>= 1.1.2)
Suggests: coin, xtable, parallel, plyr, optimx, nloptr, knitr, rmarkdown, R.rsp,
lattice, latticeExtra, multcomp, testthat, mlmRev, dplyr, tidyr,
dfoptim, Matrix, psych, ggplot2, MEMSS, effects, carData
Expand Down
2 changes: 1 addition & 1 deletion R/afex-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' Type: \tab Package\cr
#' Version: \tab 0.21-1\cr
#' Date: \tab 2018-06-24\cr
#' Depends: \tab R (>= 3.1.0), lme4 (>= 1.1-8), emmeans\cr
#' Depends: \tab R (>= 3.1.0), lme4 (>= 1.1-8), emmeans (>= 1.1.2)\cr
#' Encoding: \tab UTF-8\cr
#' License: \tab GPL (>=2)\cr
#' URL: \tab http://afex.singmann.science/, https://github.com/singmann/afex\cr
Expand Down
2 changes: 1 addition & 1 deletion dev.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ roxy.package(
person(given=\"Russell\", family=\"Lenth\", role=c(\"ctb\")),
person(given=\"Rune\", family=\"Haubo Bojesen Christensen\", role=c(\"ctb\"))
)",
Depends = "R (>= 3.1.0), lme4 (>= 1.1-8), emmeans",
Depends = "R (>= 3.1.0), lme4 (>= 1.1-8), emmeans (>= 1.1.2)",
Suggests = "coin, xtable, parallel, plyr, optimx, nloptr, knitr, rmarkdown, R.rsp, lattice, latticeExtra, multcomp, testthat, mlmRev, dplyr, tidyr, dfoptim, Matrix, psych, ggplot2, MEMSS, effects, carData",
Imports = "pbkrtest (>= 0.4-1), lmerTest (>= 3.0-0), car, reshape2, stats, methods",
Description = "Convenience functions for analyzing factorial experiments using ANOVA or mixed models. aov_ez(), aov_car(), and aov_4() allow specification of between, within (i.e., repeated-measures), or mixed between-within (i.e., split-plot) ANOVAs for data in long format (i.e., one observation per row), aggregating multiple observations per individual and cell of the design. mixed() fits mixed models using lme4::lmer() and computes p-values for all fixed effects using either Kenward-Roger or Satterthwaite approximation for degrees of freedom (LMM only), parametric bootstrap (LMMs and GLMMs), or likelihood ratio tests (LMMs and GLMMs). afex uses type 3 sums of squares as default (imitating commercial statistical software).",
Expand Down
2 changes: 1 addition & 1 deletion man/afex-package.Rd

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

0 comments on commit 0f9cf64

Please sign in to comment.