Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 336 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 336 Bytes

Utilities for working with EHR data

remotes::install_github('inform-health-informatics/guidEHR', upgrade=FALSE)

Notes

I had trouble getting Rcmd.exe to run on the datascience desktop form Rstudio during development. The following works for me from within Rstudio

library(devtools)
document()
build()
install()