File tree Expand file tree Collapse file tree 2 files changed +59
-1
lines changed Expand file tree Collapse file tree 2 files changed +59
-1
lines changed Original file line number Diff line number Diff line change 1
- # PlackettLuce 0.2
1
+ # PlackettLuce 0.2-1
2
+
3
+ ## New features
4
+
5
+ * Add ** pkgdown** site.
6
+ * Add content to README (fixes #5 ).
7
+ * Add ` plot.PlackettLuce ` method so that plotting works for a saved
8
+ ` "PlackettLuce" ` object
9
+
10
+ ## Improvements
11
+
12
+ * Improved vignette, particularly example based on ` beans ` data (which has been
13
+ updated).
14
+ * Improved help files particularly ` ?PlackettLuce ` and new
15
+ ` package?PlackettLuce ` . (Fixes #14 and #21 ).
16
+
17
+ ## Changes in behaviour
18
+
19
+ * ` maxit ` defaults to 500 in ` PlackettLuce ` .
20
+ * Steffensen acceleration only applied in iterations where it will increase the
21
+ log-likelihood (still only attempted once iterations have reached a solution
22
+ that is "close enough" as specified by ` steffensen ` argument).
23
+
24
+ ## Bug fixes
25
+
26
+ * ` coef.pltree() ` now respects ` log = TRUE ` argument (fixes #19 ).
27
+ * Fix bug causes lack of convergence with iterative scaling plus
28
+ pseudo-rankings.
29
+ * ` [.grouped_rankings] ` now works for replicated indices.
30
+
31
+ # PlackettLuce 0.2-0
2
32
3
33
## New Features
4
34
Original file line number Diff line number Diff line change
1
+ ## Test environments
2
+
3
+ * Local
4
+ - Ubuntu 14.04, R 3.4.3
5
+ - Ubuntu 14.04, R Under development (unstable) (2017-12-04 r73829)
6
+ - Windows 8, R 3.4.3
7
+
8
+ * Via R-hub
9
+ - Mac OS 10.11 El Capitan, R-release (experimental)
10
+
11
+ ## Comments
12
+
13
+ On Mac/Ubuntu, R CMD check only returns note that this is a new submission.
14
+
15
+ On Windows, R CMD check returns the same note in the log, however in the
16
+ terminal there is the following warning:
17
+
18
+ * checking CRAN incoming feasibility ...Warning: running command '"pandoc
19
+ " "C:\Users\hturner\PlackettLuce.Rcheck\00_pkg_src\PlackettLuce\README.md
20
+ " -s --email-obfuscation=references --self-contained -o "C:\Users\hturner
21
+ \AppData\Local\Temp\RtmpyQZw3Z\READMEcf025d05abf.html"' had status 99
22
+
23
+ The warning seems to be due to pandoc not finding image files in ` man/figures ` .
24
+ I could successfully run the pandoc command by either changing directory to
25
+ "C:\Users\hturner\PlackettLuce.Rcheck\00_pkg_src\PlackettLuce" and calling
26
+ pandoc on "README.md", or adding `--resource-path
27
+ "C:\Users\hturner\PlackettLuce.Rcheck\00_pkg_src\PlackettLuce` to the call shown
28
+ in the warning.
You can’t perform that action at this time.
0 commit comments