From 4beac22e0de9020d2f0001f8982214953a3182b3 Mon Sep 17 00:00:00 2001 From: Michael Rueschman Date: Tue, 7 Apr 2020 21:00:29 -0400 Subject: [PATCH] Version bump to 0.1.0.rc --- CHANGELOG.md | 2 ++ VERSION | 2 +- scripts/prepare-numom2b-for-nsrr.sas | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f33e001..4c2216b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,5 @@ - Add SAS script to process source datasets - Remove identifiable and other extraneous variables - Created the numom2b-data-dictionary data dictionary repository using Spout v1.0.0 +- The CSV dataset is located here: + - \\rfawin\bwh-sleepepi-numom2b\nsrr-prep\_releases\0.1.0.rc diff --git a/VERSION b/VERSION index cf286fb..a7bb773 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0.beta2 +0.1.0.rc diff --git a/scripts/prepare-numom2b-for-nsrr.sas b/scripts/prepare-numom2b-for-nsrr.sas index 189ed1c..608626d 100644 --- a/scripts/prepare-numom2b-for-nsrr.sas +++ b/scripts/prepare-numom2b-for-nsrr.sas @@ -25,7 +25,7 @@ libname numomi "\\rfawin\bwh-sleepepi-numom2b\nsrr-prep\_ids"; *set data dictionary version; - %let version = 0.1.0.beta2; + %let version = 0.1.0.rc; *set nsrr csv release path; %let releasepath = \\rfawin\bwh-sleepepi-numom2b\nsrr-prep\_releases; @@ -82,12 +82,12 @@ proc sort data=numom_nsrr nodupkey; by PublicID stdyvis; run; - + data numom_nsrr_censored; set numom_nsrr; *rename variables; - rename + rename ahi_a0h0 = ahi_ap0uhp3x0u ahi_a0h3 = ahi_ap0uhp3x3u ahi_a0h4 = ahi_ap0uhp3x4u