Skip to content

Commit

Permalink
Version bump to 0.1.0.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueschman committed Apr 8, 2020
1 parent 23e5d71 commit 4beac22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0.beta2
0.1.0.rc
6 changes: 3 additions & 3 deletions scripts/prepare-numom2b-for-nsrr.sas
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4beac22

Please sign in to comment.