Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

JOSS review #143

Merged
merged 42 commits into from
Nov 7, 2017
Merged
Show file tree
Hide file tree
Changes from 37 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
4fc539c
remove outdated files
sinanshi Apr 17, 2017
493e87c
adding bug report filed, removing date and non-ascii character
sinanshi Apr 23, 2017
27059d4
typo
sinanshi Jul 2, 2017
6cf9230
move ggplot and pander to suggest
sinanshi Aug 4, 2017
a422779
Merge branch 'review' of github.com:CC-HIC/cleanEHR into review
sinanshi Aug 4, 2017
27ff9d8
fixing the bug that causes the imprecise counting of total data points
sinanshi Aug 4, 2017
d06d6c2
convert sapply to vapply where applicable
sinanshi Aug 4, 2017
77f670c
cleaning
sinanshi Aug 4, 2017
c76806e
tidyup
sinanshi Aug 7, 2017
9caaa18
sql.demographic.table -> demographic.table
sinanshi Aug 7, 2017
fedfd0c
remove pipeline
sinanshi Aug 7, 2017
d0950d0
re-arrange the layout
sinanshi Aug 7, 2017
5a85748
T/F -> TRUE/FALSE
sinanshi Aug 7, 2017
719d8f7
more docs
sinanshi Aug 7, 2017
5899efc
ccTable rename .->_
sinanshi Aug 7, 2017
b92ad88
fix #138 (#142)
sinanshi Aug 7, 2017
aaf8db4
adding data overview
sinanshi Aug 20, 2017
bcdb057
Merge branch 'review' of github.com:CC-HIC/cleanEHR into review
sinanshi Aug 20, 2017
6f4c9a5
data overview
sinanshi Aug 22, 2017
8bb95cf
tidy up data overview
sinanshi Aug 22, 2017
71c867f
episode.graph -> ccd_episode_graph
sinanshi Aug 23, 2017
0b09eba
unique_spell -> ccd_unique_spell
sinanshi Aug 23, 2017
29b71f9
fix the tests
sinanshi Aug 23, 2017
9bd1b02
removing vestigial files
sinanshi Aug 23, 2017
ebbdbec
import evalRcpp only
sinanshi Aug 23, 2017
16d13ad
generic plot episode function
sinanshi Aug 23, 2017
3fae3e4
tidy up ccRecord
sinanshi Aug 24, 2017
fffeab7
fix the tests
sinanshi Aug 24, 2017
d642991
more documentation for ccTable; merge spec2fun()
sinanshi Aug 24, 2017
9b3977d
fix #88 and more documentation
sinanshi Aug 24, 2017
59164e4
filters documentation
sinanshi Aug 24, 2017
4195800
tclean reset to origin
sinanshi Aug 25, 2017
debabd5
vignettes numerical range filters
sinanshi Aug 25, 2017
e7585aa
vignette
sinanshi Aug 25, 2017
97d2f03
rename tour
sinanshi Aug 25, 2017
d2f9e60
rename
sinanshi Aug 25, 2017
ba538e6
update vignette link
sinanshi Aug 25, 2017
4a2f6bb
r cmd check
sinanshi Aug 26, 2017
db4f2a6
adding test data
sinanshi Aug 26, 2017
59517ba
rename extractInfo
sinanshi Aug 26, 2017
022aa20
readme
sinanshi Aug 26, 2017
a04eefa
paper
sinanshi Aug 27, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 7 additions & 15 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ 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
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
Expand All @@ -13,43 +12,36 @@ Description: A toolset to deal with the Critical Care Health Informatics
anonymisation, cleaning and validation.
Depends:
R (>= 3.1.0)
BugReports: http://github.com/cleanEHR/issues
License: GPL-3
LinkingTo: Rcpp
Suggests:
testthat
testthat,
Imports:
data.table,
XML,
yaml,
Rcpp,
methods,
knitr,
ggplot2,
pander,
stats,
utils
utils,
pander
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'
19 changes: 7 additions & 12 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,21 @@
export(StdId)
export(as.number)
export(ccRecord)
export(ccRecord_subset_files)
export(ccd_demographic_spell)
export(ccd_demographic_table)
export(ccd_unique_spell)
export(code2stname)
export(create.cctable)
export(create2dclean)
export(create_cctable)
export(data.quality.report)
export(data.quality.report.brc)
export(deltaTime)
export(demg.distribution)
export(demographic.data.completeness)
export(demographic.patient.spell)
export(episode.graph)
export(extractInfo)
export(file.summary)
export(for_each_episode)
export(getEpisodePeriod)
export(getfilter)
export(icnarc2diagnosis)
export(is.demographic)
export(is.drugs)
Expand All @@ -28,17 +27,12 @@ export(lenstay)
export(lookup.items)
export(new.episode)
export(physio.distribution)
export(reallocateTimeRecord)
export(samplerate2d)
export(selectTable)
export(site.info)
export(sql.demographic.table)
export(stname2code)
export(stname2longname)
export(table1)
export(total.data.point)
export(unique_spell)
export(update_database)
export(which.classification)
export(xml.file.duration.plot)
export(xml.site.duration.plot)
Expand All @@ -47,16 +41,17 @@ export(xmlTime2POSIX)
exportClasses(ccEpisode)
exportClasses(ccRecord)
exportClasses(ccTable)
exportMethods("+")
exportMethods("[")
exportMethods("[[")
import(Rcpp)
exportMethods(plot)
exportMethods(subset)
import(XML)
import(data.table)
import(ggplot2)
import(knitr)
import(methods)
import(pander)
import(parallel)
import(yaml)
importFrom(Rcpp,evalCpp)
useDynLib(cleanEHR)
2 changes: 1 addition & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

reallocateTime_ <- function(d, t_discharge, frequency) {
.Call('cleanEHR_reallocateTime_', PACKAGE = 'cleanEHR', d, t_discharge, frequency)
.Call('_cleanEHR_reallocateTime_', PACKAGE = 'cleanEHR', d, t_discharge, frequency)
}

Loading