Skip to content

Commit 0a71124

Browse files
authored
Merge pull request #74 from metrumresearchgroup/release/0.5.0
Release/0.5.0
2 parents 0fba81a + a5c9851 commit 0a71124

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mpn.scorecard
22
Title: Generate a scorecard with various measures of R package quality and risk
3-
Version: 0.4.1.8000
3+
Version: 0.5.0
44
Authors@R:
55
c(person(given = "Kyle",
66
family = "Barrett",

NEWS.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
# mpn.scorecard 0.4.1
223

324
## Bug Fixes

0 commit comments

Comments
 (0)