This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:CC-HIC/cleanEHR
* 'master' of github.com:CC-HIC/cleanEHR: (42 commits) Long2short (#145) ✏️ install instructions paper readme rename extractInfo adding test data r cmd check update vignette link rename rename tour vignette vignettes numerical range filters tclean reset to origin filters documentation fix #88 and more documentation more documentation for ccTable; merge spec2fun() fix the tests tidy up ccRecord generic plot episode function import evalRcpp only ...
- Loading branch information
Showing
120 changed files
with
2,107 additions
and
2,527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Package: cleanEHR | ||
Type: Package | ||
Title: The Critical Care Clinical Data Processing Tools | ||
Version: 0.1 | ||
Date: 2017-01-30 | ||
Author: Sinan Shi, David Pérez-Suárez, Steve Harris, Niall MacCallum, David | ||
Version: 0.2 | ||
Author: Sinan Shi, David Perez-Suarez, Steve Harris, Niall MacCallum, David | ||
Brealey, Mervyn Singer, James Hetherington | ||
Maintainer: Sinan Shi <[email protected]> | ||
Description: A toolset to deal with the Critical Care Health Informatics | ||
Collaborative dataset. It is created to address various data reliability and | ||
accessibility problems of electronic healthcare records (EHR). It provides a | ||
unique platform which enables data manipulation, transformation, reduction, | ||
anonymisation, cleaning and validation. | ||
Description: An electronic health care record (EHR) data cleaning and processing | ||
platform. It focus on heterogeneous high resolution longitudinal data. It works with | ||
Critical Care Health Informatics Collaborative (CCHIC) dataset. It is | ||
created to address various data reliability and accessibility problems of | ||
EHRs as such. | ||
Depends: | ||
R (>= 3.1.0) | ||
R (>= 3.1.0) | ||
BugReports: https://github.com/CC-HIC/cleanEHR/issues | ||
License: GPL-3 | ||
LinkingTo: Rcpp | ||
Suggests: | ||
|
@@ -22,34 +22,26 @@ Imports: | |
XML, | ||
yaml, | ||
Rcpp, | ||
methods, | ||
knitr, | ||
ggplot2, | ||
methods, | ||
pander, | ||
stats, | ||
utils | ||
knitr | ||
VignetteBuilder: knitr | ||
URL: https://github.com/CC-HIC/cleanEHR, http://www.hic.nihr.ac.uk | ||
RoxygenNote: 5.0.1 | ||
Collate: | ||
'RcppExports.R' | ||
'ccRecord.R' | ||
'ccTable.R' | ||
'create2dclean.R' | ||
'cchic_xml.R' | ||
'data.R' | ||
'data.quality.report.R' | ||
'deltaTime.R' | ||
'demographics.R' | ||
'filter.categorical.R' | ||
'filter.missingness.R' | ||
'filter.range.R' | ||
'imputation.R' | ||
'pipeline.R' | ||
'reallocateTime.R' | ||
'selectTable.R' | ||
'sql_demographic.R' | ||
'stdid.R' | ||
'summary.R' | ||
'unique.spell.R' | ||
'utilities.R' | ||
'xml2ccdata.R' | ||
'zzz.R' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.