Skip to content

Commit 620fca0

Browse files
committed
Increment version number to 0.8.1
1 parent 1cdde4f commit 620fca0

2 files changed

Lines changed: 11 additions & 94 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: iddoverse
22
Title: Converting IDDO-SDTM Data To Analysis Datasets
3-
Version: 0.8.0
3+
Version: 0.8.1
44
Authors@R:
55
person("Rhys", "Peploe", , "rhyspeploe1998@gmail.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0009-0001-1669-3716"))

NEWS.md

Lines changed: 10 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,11 @@
1-
# iddoverse 0.8.0
2-
3-
# iddoverse 0.7.2
4-
5-
# iddoverse 0.7.1
6-
7-
# iddoverse 0.7.0
8-
* Merge pull request #28, large overhaul of functions to move to fewer, multi-domain functions
9-
* removal of single domain functions
10-
* issues #11 and #23 resolved
11-
12-
# iddoverse 0.6.2
13-
* Added EVLINT
14-
15-
# iddoverse 0.6.1
16-
* APHO and APVS functions created
17-
* Removed DISEASE parameter for some MIMBA functions
18-
* Exports and documentation changes for MIMBA functions
19-
* Renaming DATA in AP MIMBA domains
20-
21-
# iddoverse 0.6.0
22-
* Further changes to MiMBa functions
23-
* New functions for LB, DS, VS domains
24-
25-
# iddoverse 0.5.1
26-
* Changes to RP and PO MiMBa codes
27-
28-
# iddoverse 0.5.0
29-
* New functions for associated persons, and MIMBA project, which will be documented and tidied in future releases
30-
* Fixed error when DISEASE is blank in PREP_DM
31-
* SC domain included in ANALYSE_FOLLOW_UP
32-
33-
# iddoverse 0.4.2
34-
* Minor updates to README.md, information on detaching the package
35-
* Uploaded data, code, abstract and poster for the 2024 CDISC Europe Interchange, where the iddoverse was presented
36-
37-
# iddoverse 0.4.1
38-
* Documented and exported new functions from v0.4.1
39-
* Few good practice changes 'T' -> TRUE
1+
# iddoverse 0.8.1
2+
* Drafted and deployed vignette and website
3+
* Add check for required columns in some functions
4+
* Redrafted paper
5+
* Improved check_data() outputs and mechanisms
406

41-
# iddoverse 0.4.0
42-
* styler package implemented, improvements to comply with good practices.
43-
* Data, code and poster for the CDISC Europe Interchange 2024 uploaded
44-
* New functions using screening as a filter instead of DERIVE_TIMING: ANALYSE_HR0SCR_BASELINE, PREP_VS_SCR_BL, PREP_VS_SCR_TEMP_BL
45-
* New functions using hour 0 as a filter instead of DERIVE_TIMING: ANALYSE_HR0SCR_BASELINE, PREP_LB_HR0_BL, PREP_MBSPEC_HR0_BL, PREP_MB_HR0_BL, PREP_MB_HR0_BL_MAL
46-
* MBSPEC: Output variable name change, edit to names_glue in pivot_wider function. Previously there was duplicated elements in the variable name in analysis dataset, this is rectified.
47-
48-
# iddoverse 0.3.1
49-
* Data exported with package as opposed to read.csv
50-
* Data documented
51-
* Resolved uninitiated DISEASE variable in ANALYSE functions
52-
* Creation of PREP_DS_OUT_EVD (Ebola Virus Disease)
53-
54-
# iddoverse 0.3.0
55-
* Units have been including alongside all variable which having a --ORRESU or --STRESU is possible (issue #18). Units are now matched with the equivalent result so STRESU will be used if STRESC or STRESN are and likewise if MODIFY or ORRES are reported in the output, ORRESU will be the units
56-
* Error in DERIVE_ANTHRO when there is no under 5s, issue #19
57-
* Removed SPECIES from MB domains
58-
59-
# iddoverse 0.2.2
60-
* Vignette created
61-
* str_to_upper(AGEU) in DERIVE_AGE_YEARS & DERIVE_AGE_DAYS
62-
* for loop added into PREP_SA_BL to convert SAOCCUR & SAPRESP
63-
64-
# iddoverse 0.2.1
65-
* All variable names are defined relative to the corresponding dataset using the .data$ function or calling the dataframe name before the $
66-
* Removed dependence on LB domain in ANALYSE_FOLLOW_UP()
67-
* Increased use for as.character and str_to_upper for consistency
68-
69-
# iddoverse 0.2.0
70-
* Significant changes to VL outcome including function name changes, rewriting of code to match other PREP functions, removal of domain dependency and generally a clear look
71-
* Documentation updates to reflect change
72-
73-
# iddoverse 0.1.2
74-
* Enhanced ANALYSE_FOLLOW_UP by not depending on LB domain. Fixed by creating a empty dataset in the absence of LB, and removing empty rows at the end of merging
75-
* Uploaded test data STUDYID: RPTESTB
76-
* Added AGE_DAYS as a DM default for FU analysis too to track growth standards at any point
77-
78-
# iddoverse 0.1.1
79-
* Resolved coercing error in DERIVE_BMI by removing as.numeric
80-
* Added JOIN_ functions into ANALYSE_FOLLOW_UP
81-
82-
# iddoverse 0.1.0
83-
84-
* Added a `NEWS.md` file to track changes to the package.
85-
* All current functions now uploaded to iddoverse github
86-
* changed names of certain functions for standardised nomenclature:
87-
* namely:
88-
* + PREP_DS_OUT_VL <- PREP_DS_VL_OUT,
89-
* + PREP_MB_BL_MAL <- PREP_MB_MAL_BL,
90-
* + PREP_MB_BL_VL <- PREP_MB_VL_BL,
91-
* + PREP_MB_FU_MAL <- PREP_MB_MAL_FU,
92-
* + PREP_MB_FU_VL <- PREP_MB_VL_FU,
93-
* + PREP_RS_OUT_VL <- PREP_RS_VL_OUT
94-
* citation and documentation improved
7+
# iddoverse 0.8.0
8+
* prepare_domain.R: Removed '--' from TIME_SOURCE (i.e. DY instead of --DY)
9+
* Initialised files for iddoverse paper, first draft of journal paper
10+
* convert_age_to_years.R: removed floor command, output in decimals. AGEU removed.
11+
* utils.R: Global variables added

0 commit comments

Comments
 (0)