Skip to content

Commit 2231264

Browse files
committed
2 parents 96e1338 + eb00ed4 commit 2231264

2 files changed

Lines changed: 17 additions & 26 deletions

File tree

README.md

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,49 +9,40 @@
99

1010
<!-- badges: end -->
1111

12-
The `iddoverse` contains R functions to convert IDDO-curated SDTM
13-
domains into analysis ready datasets ('analysis datasets'). These reusable
12+
## Purpose
13+
14+
To create analysis ready datasets ('analysis datasets') for researchers
15+
using data stored in the Infectious Diseases Data Observatory (IDDO) respoitory.
16+
17+
These reusable
1418
functions aim to provide a toolbox for researchers to modify the
1519
analysis dataset to their study-specific needs, speeding up the time it
1620
takes to create analysable data.
1721

18-
This package takes inspiration from the `pharmaverse`, specifically the
19-
[`admiral`](https://github.com/pharmaverse/admiral) R package, however,
20-
IDDO-SDTM formats are not strictly compliant with standards required by
21-
pharmacutical companies and the target audience of the `iddoverse` are
22-
researchers who do not have a working knowledge of SDTM, unlike the `pharmaverse`.
23-
24-
IDDO - Infectious Disease Data Observatory
25-
SDTM - Study Data Tabulation Model, an internation data storage model from CDISC which is used by IDDO.
26-
2722
## Installation
2823

2924
You can install the development version of `iddoverse` from
30-
[GitHub](https://github.com/) with:
25+
[GitHub](https://github.com/) with the following code in the R console:
3126

3227
``` r
33-
# install.packages("devtools") #if you have not previously installed 'devtools' on your machine
28+
# if you have not previously installed 'devtools' on your machine
29+
# install.packages("devtools")
3430
devtools::install_github("Infectious-Diseases-Data-Observatory/iddoverse")
3531
library(iddoverse)
3632
```
3733

38-
We recommend updating the install regularly as the package is developing
34+
We recommend re-installing regularly as the package is developing
3935
constantly. Versions starting with ‘0.’
4036
should be expected to change without notification.
4137

42-
It is best to remove the package and reinstall the current version:
43-
44-
``` r
45-
detach("package:iddoverse", unload = TRUE)
46-
47-
devtools::install_github("Infectious-Diseases-Data-Observatory/iddoverse")
48-
library(iddoverse)
49-
```
50-
5138
## Why is this useful?
5239

53-
The package will assist researchers manpiulate their datasets transferred from IDDO,
54-
minimising the time spent on data transformation before analysis can begin.
40+
The package assists researchers to transform their datasets (transferred from IDDO),
41+
minimising the time spent on data transformation before analysis can begin. These functions specifically work on
42+
SDTM (Study Data Tabulation Model) data stored by IDDO.
43+
44+
Functions are documented and provide examples. A [vignette](https://infectious-diseases-data-observatory.github.io/iddoverse/articles/iddoverse.html)
45+
provides a demostration/tutorial of the functions and data in the package.
5546

5647
## Citation
5748

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ citEntry(
77
institution = "Infectious Disease Data Observatory (IDDO), University of Oxford, Oxford, UK",
88
year = "2023",
99
url = "https://github.com/Infectious-Diseases-Data-Observatory/iddoverse",
10-
note = "Package Version 0.8.0",
10+
note = "Package Version 0.8.1",
1111
textVersion = paste(
1212
"R. Peploe (2023), 'Welcome to the iddoverse: An R package for converting IDDO-SDTM data to analyse datasets', Infectious Disease Data Observatory, University of Oxford. Available: https://github.com/Infectious-Diseases-Data-Observatory/iddoverse"
1313
)

0 commit comments

Comments
 (0)