Skip to content

Commit

Permalink
move to version 0.2-3
Browse files Browse the repository at this point in the history
  • Loading branch information
hturner committed Apr 9, 2018
1 parent aad6ea3 commit 75fc92c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: PlackettLuce
Type: Package
Title: Plackett-Luce Models for Rankings
Version: 0.2-2.9000
Version: 0.2-3
Authors@R: c(person("Heather", "Turner",
email = "ht@heatherturner.net", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1256-3375")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PlackettLuce Development version
# PlackettLuce 0.2-3

## Improvements

Expand Down
18 changes: 13 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
## Comments

This update addresses the warnings caused by not using Suggests
conditionally (specifically relying on Biostyle for the vignette).
This update addresses the following issues:

- use of deprecated cBind function (warning in CRAN checks)
- use of (improperly exported?) estfun.btmodel (error in CRAN checks)

plus some minor improvements.

## Test environments

* Local
- Ubuntu 14.04, R 3.4.3
- Ubuntu 14.04, R Under development (unstable) (2018-02-18 r74270)
- Windows 8, R 3.4.3
- Ubuntu 14.04, R 3.4.4
- Ubuntu 14.04, R Under development (unstable) (2018-04-07 r74552)
- PLMIX suggested but not available for checking (could not install)
- Windows 8, R 3.4.4

* Via R-hub
- Mac OS 10.11 El Capitan, R-release (experimental)

* Via Win builder
- Windows Server 2008 R version 3.5.0 beta (2018-04-08 r74552)
2 changes: 1 addition & 1 deletion tests/testthat/test-psycho.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (require(psychotree) & require(sandwich)){
# coef
expect_equal(coef(btmod), coef(plmod)[-6])
# estfun - only agree if last level taken as ref in btmodel
E1 <- estfun(btmod)
E1 <- psychotools::estfun.btmodel(btmod)
E2 <- plmod$estfun
expect_equal(unname(E1), unname(E2))
# worth and vcov
Expand Down

0 comments on commit 75fc92c

Please sign in to comment.