NEWS.md
render_scorecard()
can now render a scorecard from a set of files created by an external scorer (i.e. something other than score_pkg()
). Note that they do not need to be R
packages (#70).traceability matrix
, R dependency versions
, and test coverage
tables are now striped (each rowrender_scorecard_summary()
was incompatible with a Pandoc change in behavior introduced in version 3.1.7 and reverted in 3.1.10. (#51)add_traceability
defaults to 'auto'
instead of FALSE
in render_scorecard()
. (#33)flextable_formatted()
where the number of rows was being appended to the overall scores and metadata tables. This was due to a change in flextable
, and was introduced in version 0.9.3
: as_flextable.data.frame()
always shows the number of rows even if less than 10. (#43)First official release
Exported functions:
score_pkg
: Generate scorecard metrics for packagerender_scorecard
: Take a JSON from score_pkg()
and render a pdfmake_traceability_matrix
: Create a Traceability Matrix for the purpose of appending to a scorecardrender_scorecard_summary
: Render PDF summary of scorecardssummarize_package_results
: Review important package metrics prior to running render_scorecard_summary()