diff --git a/package.json b/package.json index d78b570..5f2777e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "study-overview", - "version": "0.4.0", + "version": "0.6.0", "description": "a high-level summary of study accrual and data cleaning metrics", "module": "src/index.js", "main": "studyOverview.js", diff --git a/test-page/single-dataset/index.js b/test-page/single-dataset/index.js index a305a13..e635619 100644 --- a/test-page/single-dataset/index.js +++ b/test-page/single-dataset/index.js @@ -1,8 +1,8 @@ const files = [ - //'https://raw.githubusercontent.com/RhoInc/data-library/master/data/clinical-trials/adam/adsl.csv', - //'https://raw.githubusercontent.com/RhoInc/data-library/master/data/clinical-trials/data-cleaning/visits.csv', - //'https://raw.githubusercontent.com/RhoInc/data-library/master/data/clinical-trials/data-cleaning/forms.csv', - //'https://raw.githubusercontent.com/RhoInc/data-library/master/data/clinical-trials/data-cleaning/queries.csv', + 'https://raw.githubusercontent.com/RhoInc/data-library/master/data/clinical-trials/adam/adsl.csv', + 'https://raw.githubusercontent.com/RhoInc/data-library/master/data/clinical-trials/data-cleaning/visits.csv', + 'https://raw.githubusercontent.com/RhoInc/data-library/master/data/clinical-trials/data-cleaning/forms.csv', + 'https://raw.githubusercontent.com/RhoInc/data-library/master/data/clinical-trials/data-cleaning/queries.csv', 'https://raw.githubusercontent.com/RhoInc/data-library/master/data/miscellaneous/iris.csv', ].map(file => { return {