[r-cran-afex] branch master updated (70dc350 -> dbb26f8)
Andreas Tille
tille at debian.org
Sat Aug 26 22:02:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch master
in repository r-cran-afex.
from 70dc350 r-cran-mlmrev is ITPed and packaging in SVN
adds cc5effa New upstream version 0.18-0
new f31f178 Updated version 0.18-0 from 'upstream/0.18-0'
new 4f6c491 Upstream has clarified license with new upstream version
new 30f0c5d debhelper 10
new 3f27472 Use dh-r
new 2e29ac2 Canonical CRAN homepage
new 49bfb7b Standards-Version: 4.1.0 (no changes needed)
new b82fa54 d/watch: version=4 (to mark that d/watch was verified)
new dbb26f8 Add todo: package lmerTest
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
DESCRIPTION | 61 +-
MD5 | 108 +--
NAMESPACE | 21 +-
NEWS | 96 ++-
R/afex-package.R | 21 +-
R/allFit.R | 66 +-
R/aov_car.R | 114 ++-
R/deprecated.R | 6 +
R/ems.R | 2 +-
R/fhch2010-data.R | 35 +
R/helpers.R | 66 +-
R/methods.afex_aov.R | 31 +-
R/mixed.R | 737 +++++++++---------
R/nice.R | 137 ++--
R/reexport.R | 7 +
R/sk2011.1-data.R | 4 +-
R/utils.R | 69 ++
R/zzz.R | 31 +-
build/vignette.rds | Bin 263 -> 310 bytes
data/fhch2010.rda | Bin 0 -> 68684 bytes
debian/changelog | 16 +-
debian/compat | 2 +-
debian/control | 23 +-
debian/copyright | 16 +-
debian/rules | 3 +-
debian/watch | 2 +-
inst/doc/{anova_posthoc.R => afex_anova_example.R} | 2 +
.../{anova_posthoc.Rmd => afex_anova_example.Rmd} | 10 +-
inst/doc/afex_anova_example.html | 826 +++++++++++++++++++++
inst/doc/afex_mixed_example.R | 191 +++++
inst/doc/afex_mixed_example.Rmd | 335 +++++++++
inst/doc/afex_mixed_example.html | 599 +++++++++++++++
inst/doc/anova_posthoc.html | 802 --------------------
inst/extdata/freeman_models.rda | Bin 0 -> 1348060 bytes
man/afex-package.Rd | 22 +-
man/afex_aov-methods.Rd | 18 +-
man/afex_options.Rd | 22 +-
man/{allFit.Rd => all_fit.Rd} | 62 +-
man/aov_car.Rd | 98 +--
man/compare.2.vectors.Rd | 1 -
man/deprecated.Rd | 5 +-
man/ems.Rd | 9 +-
man/fhch2010.Rd | 58 ++
man/ks2013.3.Rd | 1 -
man/md_12.1.Rd | 1 -
man/md_15.1.Rd | 1 -
man/md_16.1.Rd | 1 -
man/md_16.4.Rd | 1 -
man/mixed.Rd | 174 +++--
man/nice.Rd | 48 +-
man/obk.long.Rd | 1 -
man/reexports.Rd | 16 +
man/round_ps.Rd | 1 -
man/set_sum_contrasts.Rd | 5 +-
man/sk2011.1.Rd | 5 +-
man/sk2011.2.Rd | 21 +-
tests/testthat/afex_aov_16_1.rda | Bin 0 -> 146421 bytes
tests/testthat/mixed_with_dot.rda | Bin 0 -> 422728 bytes
tests/testthat/test-afex_aov.R | 6 +-
tests/testthat/test-aov_car-basic.R | 19 +-
tests/testthat/test-aov_car-bugs.R | 38 +-
tests/testthat/test-aov_car-structural.R | 41 +-
tests/testthat/test-lmerTest-support.R | 24 +
tests/testthat/test-lsmeans-interface.R | 8 +-
tests/testthat/test-mixed-bugs.R | 25 +-
tests/testthat/test-mixed-mw.R | 28 +-
tests/testthat/test-mixed-structure.R | 182 ++++-
.../{anova_posthoc.Rmd => afex_anova_example.Rmd} | 10 +-
vignettes/afex_mixed_example.Rmd | 335 +++++++++
69 files changed, 4025 insertions(+), 1701 deletions(-)
create mode 100644 R/fhch2010-data.R
create mode 100644 R/reexport.R
create mode 100644 R/utils.R
create mode 100644 data/fhch2010.rda
rename inst/doc/{anova_posthoc.R => afex_anova_example.R} (96%)
rename inst/doc/{anova_posthoc.Rmd => afex_anova_example.Rmd} (94%)
create mode 100644 inst/doc/afex_anova_example.html
create mode 100644 inst/doc/afex_mixed_example.R
create mode 100644 inst/doc/afex_mixed_example.Rmd
create mode 100644 inst/doc/afex_mixed_example.html
delete mode 100644 inst/doc/anova_posthoc.html
create mode 100644 inst/extdata/freeman_models.rda
rename man/{allFit.Rd => all_fit.Rd} (53%)
create mode 100644 man/fhch2010.Rd
create mode 100644 man/reexports.Rd
create mode 100644 tests/testthat/afex_aov_16_1.rda
create mode 100644 tests/testthat/mixed_with_dot.rda
create mode 100644 tests/testthat/test-lmerTest-support.R
rename vignettes/{anova_posthoc.Rmd => afex_anova_example.Rmd} (94%)
create mode 100644 vignettes/afex_mixed_example.Rmd
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-afex.git
More information about the debian-science-commits
mailing list