The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

reviewStudy

library(OmopStudyBuilder)

Overview

When you receive a study package (or before you ship one), it is useful to quickly inspect:

OmopStudyBuilder provides two helpers:

Review files in a study folder

Point reviewStudyCode() at the folder you want to inspect (often studyCode/ or diagnosticsCode/).

The simplest pattern is to run these commands from within the project you want to review (for example, open studyCode.Rproj or diagnosticsCode.Rproj).

reviewStudyCode(".")

Review dependencies

reviewStudyDependencies() expects a renv.lock file in the directory. Use type = "analysis" for analysis code, or type = "reporting" for reporting code.

reviewStudyDependencies(
  dir = ".",
  type = "analysis"
)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.