Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 469 Bytes

File metadata and controls

19 lines (14 loc) · 469 Bytes

pocr

This is an R package constructed by the POC Data Portal team for internal use. To learn more, you should install the package and review the DESCRIPTION and index.

You can install pocr as follows, though you may need to install devtools first.

# if needed, install devtools 
# install.packages("devtools", depends = TRUE)

# install pocr
devtools::install_github("cssat/pocr")

The primary package owner is Gregor Thomas (gregort@uw.edu).