Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Files

Latest commit

93314cd · Jun 5, 2024

History

History
35 lines (23 loc) · 1 KB

README.md

File metadata and controls

35 lines (23 loc) · 1 KB

reprex for project managers

Goal

Create reproducible examples using you own data and code.

Audience

Project managers (PMs). Developers should also benefit from better understanding the PMs perspective.

Why?

  • As a PM I want to want to express what I expect through a reproducible examlpe so that developers can turn it into a test and implement my idea.

  • As a PM I want to understand tests and to be able to run them so I can see if the code is actually doing what I expect.

Objectives

  • Access a computing environment that is free, private, shared, and managed.
  • Overview the most useful features of reprex.
  • Find help files and tests in an R package.
  • Create reprex-es from examples.
  • Create reprex-es from tests.

Setup

Resources