You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-22Lines changed: 43 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
This is a collections of tools used to upload data into DataSHIELD backends. It aids data mangers in the initial stages of uploading data to DataSHIELD backends.
5
5
6
6
## Usage
7
-
Please check [uploading to DataSHIELD guide](https://lifecycle-project.github.io/ds-upload
7
+
Please check [uploading to DataSHIELD guide](https://lifecycle-project.github.io/ds-upload)
8
8
9
9
For detailled function descrptions, please check: [references](https://lifecycle-project.github.io/ds-upload/reference/index.html) and above.
10
10
@@ -14,45 +14,64 @@ Please check the [troubleshooting guide](https://github.com/lifecycle-project/ds
14
14
## Adding new variables
15
15
Please check: [adding new variables](https://github.com/lifecycle-project/ds-dictionaries/blob/master/README.md)
16
16
17
+
## Armadillo 3
18
+
`dsUpload` Version 5.x.x is compatible with Armadillo 3. You should be able to install [dsUpload](https://lifecycle-project.github.io/ds-upload/articles/dsUpload.html) without specifying any additional versions. To install dsUpload, you have to install devtools first:
19
+
```r
20
+
install.packages("devtools")
21
+
```
22
+
Then you will be able to install the newest version of dsUpload:
`dsUpload` Version 4.7.x is compatible with Armadillo 2. When installing this version of dsUpload, the `install.packages` command might install the newest version (incompatible) of `MolgenisArmadillo`.
19
30
Run these commands (Rstudio) to install the correct version of MolgenisArmadillo:
0 commit comments