File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11Package: dsBaseClient
22Title: DataSHIELD Client Functions
3- Version: 6.0.0
3+ Version: 6.0.1
44Author: DataSHIELD Developers <datashield@newcastle.ac.uk>
55Maintainer: DataSHIELD Developers <datashield@newcastle.ac.uk>
66Description: DataSHIELD client functions for the client side.
77License: GPL-3
8- Depends: R (>= 3.5.0),
9- DSI
8+ Depends:
9+ R (>= 3.5.0),
10+ DSI (>= 1.1.0)
1011Imports:
1112 fields,
1213 metafor
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ DataSHIELD client side base R library.
99| Branch | dsBase status | dsBaseClient status | dsBaseClient tests |
1010| -------- | ------------ | ------------------- | ------------------ |
1111| Master | [ ![ Build Status] ( https://dev.azure.com/datashield-testing/datashield/_apis/build/status/datashield.dsBase?branchName=master )] ( https://dev.azure.com/datashield-testing/datashield/_build/latest?definitionId=1&branchName=master ) | [ ![ Build Status] ( https://dev.azure.com/datashield-testing/datashield/_apis/build/status/datashield.dsBaseClient?branchName=master )] ( https://dev.azure.com/datashield-testing/datashield/_build/latest?definitionId=1&branchName=master ) | [ Tests] ( https://datashield.github.io/testStatus/dsBaseClient/master/latest/ ) |
12- | v6.0-dev | [ ![ Build Status] ( https://dev.azure.com/datashield-testing/datashield/_apis/build/status/datashield.dsBase?branchName=v6.0-dev )] ( https://dev.azure.com/datashield-testing/datashield/_build/latest?definitionId=1&branchName=v6.0-dev ) | [ ![ Build Status] ( https://dev.azure.com/datashield-testing/datashield/_apis/build/status/datashield.dsBaseClient?branchName=v6.0-dev )] ( https://dev.azure.com/datashield-testing/datashield/_build/latest?definitionId=1&branchName=v6.0-dev ) | [ Tests] ( https://datashield.github.io/testStatus/dsBaseClient/v6.0-dev/latest/ ) |
13- | v6.0.1-dev | [ ![ Build Status] ( https://dev.azure.com/datashield-testing/datashield/_apis/build/status/datashield.dsBase?branchName=v6.0.1-dev )] ( https://dev.azure.com/datashield-testing/datashield/_build/latest?definitionId=1&branchName=v6.0.1-dev ) | [ ![ Build Status] ( https://dev.azure.com/datashield-testing/datashield/_apis/build/status/datashield.dsBaseClient?branchName=v6.0.1-dev )] ( https://dev.azure.com/datashield-testing/datashield/_build/latest?definitionId=1&branchName=v6.0.1-dev ) | [ Tests] ( https://datashield.github.io/testStatus/dsBaseClient/v6.0.1-dev/latest/ ) |
12+ | v6.0.2-dev | [ ![ Build Status] ( https://dev.azure.com/datashield-testing/datashield/_apis/build/status/datashield.dsBase?branchName=v6.0.2-dev )] ( https://dev.azure.com/datashield-testing/datashield/_build/latest?definitionId=1&branchName=v6.0.2-dev ) | [ ![ Build Status] ( https://dev.azure.com/datashield-testing/datashield/_apis/build/status/datashield.dsBaseClient?branchName=v6.0.2-dev )] ( https://dev.azure.com/datashield-testing/datashield/_build/latest?definitionId=1&branchName=v6.0.2-dev ) | [ Tests] ( https://datashield.github.io/testStatus/dsBaseClient/v6.0.2-dev/latest/ ) |
1413| v6.1-dev | [ ![ Build Status] ( https://dev.azure.com/datashield-testing/datashield/_apis/build/status/datashield.dsBase?branchName=v6.1-dev )] ( https://dev.azure.com/datashield-testing/datashield/_build/latest?definitionId=1&branchName=v6.1-dev ) | [ ![ Build Status] ( https://dev.azure.com/datashield-testing/datashield/_apis/build/status/datashield.dsBaseClient?branchName=v6.1-dev )] ( https://dev.azure.com/datashield-testing/datashield/_build/latest?definitionId=1&branchName=v6.1-dev ) | [ Tests] ( https://datashield.github.io/testStatus/dsBaseClient/v6.1-dev/latest/ ) |
1514
1615
@@ -32,4 +31,4 @@ Detailed instructions on how to install DataSHIELD are at https://www.datashield
3231| obiba CRAN | Where you probably should install DataSHIELD from. |
3332| releases | Stable releases. |
3433| master branch | Mostly in sync with the latest release, changes rarely. |
35- | v6.0 -dev branch (or similar) | Bleeding edge development. We make no claims that this branch is fully functional at any given time. |
34+ | v6.1 -dev branch (or similar) | Bleeding edge development. We make no claims that this branch is fully functional at any given time. |
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ resources:
4747 type : github
4848 endpoint : datashield-testing
4949 name : datashield/datashield-infrastructure
50- ref : refs/tags/6.0.1
50+ ref : refs/tags/6.0.2
5151
5252
5353# ########################################################################################
Original file line number Diff line number Diff line change 1616 remote_mysql => false , # There is not a remote mysql server
1717
1818 dsbase_githubusername => ' datashield' ,
19- dsbase_ref => ' v6 .0.1-dev ' ,
19+ dsbase_ref => ' 6 .0.1' ,
2020 dsstats_githubusername => ' datashield' ,
2121 dsstats_ref => ' ' ,
2222 dsgraphics_githubusername => ' datashield' ,
You can’t perform that action at this time.
0 commit comments