From ab21d331052289393af90d9cf83c91bfa634eef7 Mon Sep 17 00:00:00 2001 From: Nitesh Balakrishnan Date: Mon, 2 Oct 2023 22:27:38 +0100 Subject: [PATCH] Developers Read Me file added --- extras/DevelopersREADME.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/extras/DevelopersREADME.md b/extras/DevelopersREADME.md index aa620177..7d78fcde 100644 --- a/extras/DevelopersREADME.md +++ b/extras/DevelopersREADME.md @@ -12,13 +12,17 @@ Dev Setup b. Create a new database in localhost for your test CDM, and create a schema in that database for the CDM tables - c.Using the CDMConnector package: + c. Using the [CDMConnector](https://cran.r-project.org/web/packages/CDMConnector/index.html) package: + + + i. Download a sample OMOP CDM into a DuckDB database, as documented here + + ii. Copy the CDM into your local Postgres database, as documented here + - i. Download a sample OMOP CDM into a DuckDB database, as documented here - ii. Copy the CDM into your local Postgres database, as documented here - 3.Fork the DataQualityDashboard repo +3. Fork the DataQualityDashboard repo - 4.Clone your fork to your computer + 4. Clone your fork to your computer PR Process ====================