Informal package review using rOpenSci review template

rOpenSci package or resource used*

Review template from the package development guide

Bonus: gert to automatically retrieve the hash of the commit of the reviewed version (gert::git_commit_id())

What did you do?

Informal package review for teammates before submission to a journal.

URL or code snippet for your use case*

Sector

academic

Field(s) of application

epidemiology

Comments

I would find it useful to provide this template as a Rmd file instead of md. It would allow to add some code snippets showing, e.g., that a given pattern / structure is more performant than another (small microbenchmark::microbenchmark() chunk), current code coverage (r covr::percent_coverage(covr::package_coverage())), of current git commit hash (gert::git_commit_id()). I achieved this by adding:

---
title: "review"
output: 
  rmarkdown::md_document:
    pandoc_args: [
      "--wrap=none"
    ]
---

at the beginning of the provided template.

Twitter handle

Package authors: @nikosbosse, @seabbs, @sbfnk

Package reviewer: @grusonh

3 Likes