File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
Package: mpn.scorecard
2
2
Title: Generate a scorecard with various measures of R package quality and risk
3
- Version: 0.4.1.8000
3
+ Version: 0.5.0
4
4
Authors@R:
5
5
c(person(given = "Kyle",
6
6
family = "Barrett",
Original file line number Diff line number Diff line change
1
+ # mpn.scorecard 0.5.0
2
+
3
+ ## New features and change
4
+
5
+ - Added support for externally scored packages. ` render_scorecard() ` can now
6
+ render a scorecard from a set of files created by an external scorer (i.e.
7
+ something other than ` score_pkg() ` ). Note that they do not need to be ` R `
8
+ packages (#70 ).
9
+ - Exports in the traceability matrix that spanned more than one page (usually
10
+ due to linking to many test files), are now split into <export > and
11
+ <export (cont.)> to ensure tables do not overflow into the footer (#73 ).
12
+ - Expanded support for linking methods to their documentation and relevant test
13
+ files (#71 ).
14
+
15
+ ## Bug Fixes
16
+
17
+ - Due to a few text wrapping bugs in the traceability matrix, some packages
18
+ would fail to render a scorecard. (#66 )
19
+ - Other columns in the traceability matrix now indent when overflowing to the
20
+ next line (#71 )
21
+
1
22
# mpn.scorecard 0.4.1
2
23
3
24
## Bug Fixes
You can’t perform that action at this time.
0 commit comments