DataSHIELD client side base R library.
Branch | dsBase status | dsBase tests | dsBaseClient status | dsBaseClient tests |
---|---|---|---|---|
Master | Tests | |||
6.0 | Tests | |||
6.0.1 | Tests | |||
6.1 | Tests | Tests | ||
6.1.1 | Tests | Tests | ||
v6.2-dev | Tests | Tests |
DataSHIELD is a software package which allows you to do non-disclosive federated analysis on sensitive data. Our website (https://www.datashield.ac.uk) has in depth descriptions of what it is, how it works and how to install it. A key point to highlight is that DataSHIELD has a client-server infrastructure, so the dsBase package (https://github.com/datashield/dsBase) needs to be used in conjuction with the dsBaseClient package (https://github.com/datashield/dsBaseClient) - trying to use one without the other makes no sense.
Detailed instructions on how to install DataSHIELD are at https://www.datashield.ac.uk/wiki. The code here is organised as:
Location | What is it? |
---|---|
obiba CRAN | Where you probably should install DataSHIELD from. |
releases | Stable releases. |
master branch | Mostly in sync with the latest release, changes rarely. |
v6.2-dev branch (or similar) | Bleeding edge development. We make no claims that this branch is fully functional at any given time. |