-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS.Rmd
55 lines (34 loc) · 1.75 KB
/
NEWS.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
output: github_document
---
# mlstrOpalr 1.0.3 (release : 2024-05-01)
## Bug fixes and improvements
* Some improvements in the documentation of the package has been made.
* Due to update in madshapR package, the name of objects used in examples has
been changed (madshapR_DEMO instead of DEMO_files)
# mlstrOpalr 1.0.2
## Creation of NEWS feed !!
Addition of `NEWS.md` for the development version use "(development version)".
## Bug fixes and improvements
* Some improvements in the documentation of the package has been made.
* New information in the taxonomy added (description of each fields)
# mlstrOpalr 1.0.0
This package is a collection of wrapper functions used in data pipelines
connected to an Opal environment. This 'Opal' client is specifically designed
to interact with 'Opal Maelstrom' distributions to perform operations on the
R server side. The user must have adequate credentials.
Please see [Obiba website](https://opaldoc.obiba.org/) for complete documentation.
This is still a work in progress, so please let us know if you used a function
before and is not working any longer.
## Helper functions
* `mlstrOpalr_help()` Call the help center for full documentation
## to connect to an Opal environment
* `opal_project_create()` Create a project in an Opal environment
* `opal_files_pull()`, `opal_files_push()` : Download/Upload files from/to an
Opal environment.
* `opal_tables_pull()`, `opal_tables_push()` : Download/Upload tables from/to an
Opal project as a dossier.
* `taxonomy_opal_get()` : Get available taxonomies in format used by Opal
* `taxonomy_opal_mlstr_get()`: Get available taxonomies in format used by
Maelstrom Research
* `data_dict_opalr_fix()` Transform a data dictionary object from 'opalr' format to Opal format