Skip to content

Commit d011cf1

Browse files
authored
Merge pull request #30 from remlapmot/fixes-2
Attempt at a fix
2 parents f163872 + baf99a2 commit d011cf1

17 files changed

+853
-1054
lines changed

DESCRIPTION

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: alspac
22
Title: Data dictionary for ALSPAC
3-
Version: 0.48.6
3+
Version: 0.48.7
44
Authors@R: c(
55
person("Gibran", "Hemani", , "[email protected]", role = c("aut", "cre")),
66
person("Matthew", "Suderman", , "[email protected]", role = "aut")
@@ -20,6 +20,4 @@ Imports:
2020
stringr,
2121
tibble
2222
Encoding: UTF-8
23-
LazyData: true
24-
RoxygenNote: 7.3.2
25-
23+
RoxygenNote: 7.3.3

NAMESPACE

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Generated by roxygen2: do not edit by hand
2-
3-
export(checkDictionaries)
4-
export(createDictionary)
5-
export(dictionaryGood)
6-
export(extractDataset)
7-
export(extractVars)
8-
export(extractWebOutput)
9-
export(filterVars)
10-
export(findVars)
11-
export(getDefaultDataDir)
12-
export(readExclusions)
13-
export(removeExclusions)
14-
export(setDataDir)
15-
export(updateDictionaries)
16-
importFrom(magrittr,"%>%")
1+
# Generated by roxygen2: do not edit by hand
2+
3+
export(checkDictionaries)
4+
export(createDictionary)
5+
export(dictionaryGood)
6+
export(extractDataset)
7+
export(extractVars)
8+
export(extractWebOutput)
9+
export(filterVars)
10+
export(findVars)
11+
export(getDefaultDataDir)
12+
export(readExclusions)
13+
export(removeExclusions)
14+
export(setDataDir)
15+
export(updateDictionaries)
16+
importFrom(magrittr,"%>%")

NEWS.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# 29/05/2025
1+
# alspac 29/05/2025
22

33
1. First version release of G1 Focus@30 clinic data
44

55
- F30_G1 data filename: F30_G1_1a in R:\Data\Current\clinic\G1
66
- F30_G1 data documentation: D1199_MB in R:\Data\documentation\built pdf\clinic\G1
77

8-
# 08/04/2025
8+
# alspac 08/04/2025
99

1010
1. First release of G2 based data - cohort profiles and both mother and child based questionnaires
1111

@@ -21,7 +21,7 @@
2121

2222
Other minor changes made to several release files - details will follow shortly
2323

24-
# 29/10/2024
24+
# alspac package 29/10/2024
2525

2626
1. First version release of G1 (YPM) file (Life @31 Questionnaire 2023)
2727

@@ -35,14 +35,14 @@ Other minor changes made to several release files - details will follow shortly
3535
- FPF data filename: FPF_1a in R:\Data\Current\Quest\Partner
3636
- FPF data documentation: D1202_FPF in R:\Data\documentation\built_pdf\Quest\Partner
3737

38-
# 05/01/2024
38+
# alspac 05/01/2024
3939

4040
1. First version release of G1 (YPL) files (Life@30 Winter 2022 Questionnaire)
4141

4242
- YPL data filename: YPL_1a in R:\Data\Current\Quest\Child Completed
4343
- YPL data documentation: D1498_YPL in R:\Data\documentation\built_pdf\Quest\Child Completed
4444

45-
# 15/12/2023
45+
# alspac 15/12/2023
4646

4747
1. First version release of G0 Mothers (MA) and Partners (FPE) files (Parents Summer 2022 Questionnaire)
4848

@@ -51,7 +51,7 @@ Other minor changes made to several release files - details will follow shortly
5151
- FPE data filename: FPE_1a in R:\Data\Current\Quest\Partner
5252
- FPE data documentation: D1295_FPE in R:\Data\documentation\built_pdf\Quest\Partner
5353

54-
# 16/11/2023
54+
# alspac 16/11/2023
5555

5656
1. Updated version release of G0 Mothers (Z) - Parents Questionnaire 2022
5757

@@ -60,14 +60,14 @@ Changes - correction to mult-mum cases included and cohort case selection criter
6060
- Z data filename: Z_1b in R:\Data\Current\Quest\Mother
6161
- Z data documentation: D1196_Z.pdf in R:\Data\documentation\built_pdf\Quest\Mother
6262

63-
# 06/09/2023
63+
# alspac package 06/09/2023
6464

6565
1. G0 Partners (FD) files (Parents 2022 Questionnaire)
6666

6767
- FD data filename: FD_1a in R:\Data\Current\Quest\Partner
6868
- FD data documentation: D1297_FD in R:\Data\documentation\built_pdf\Quest\Partner
6969

70-
# 01/09/2023
70+
# alspac 01/09/2023
7171

7272
1. First version release of G0 Mothers (Z) and Partners (FD) files (Parents 2022 Questionnaire)
7373

@@ -87,7 +87,7 @@ Contents page updated with explanation of legacy issue regarding error in format
8787
- KL data documentation: D1310_KL in R:\Data\documentation\built_pdf\Quest\Child Based
8888

8989

90-
# 12/07/2023
90+
# alspac 12/07/2023
9191

9292
1. First version release of G1 YPK file (Summer 2022 Questionnaire)
9393

@@ -116,7 +116,7 @@ Fm1a011 erroneously included (from FOM1 clinic) in FOM2 data file. Text in docum
116116
- FOM2 data filename: FOM2_5b in R:\Data\Current\Clinic\Adult
117117
- FOM2 data documentation: D2202_FOM2 in R:\Data\documentation\built_pdf\Clinic\Mother
118118

119-
# 04/04/2023
119+
# alspac 04/04/2023
120120

121121
We are pleased to announce that the following new data is now available on general release:
122122

@@ -142,7 +142,7 @@ Mental health treatment derived data: antidepessant/antipsychotic/anxiolytic med
142142
The mult_mum variable is used to detect those mothers who have had multiple G1 pregnancies. This variable is now located within the mothers cohort profile file (MZ).
143143

144144

145-
# 22/08/2022
145+
# alspac 22/08/2022
146146

147147
MRI_YP
148148

@@ -164,19 +164,19 @@ COVID5_YP_2a, COVID5_Mum_2a and COVID5_G0Partner_2a
164164

165165
* Updates to Yes/No labels and lower cutpoints added for EPDS and SMF scores for men.
166166

167-
# 03/08/2022
167+
# alspac 03/08/2022
168168

169169
COVID6
170170

171171
* This is the latest set of questions relating to COVID for G0 and G1 participants collected during 29th April-12th May 2022. This questionnaire was available in online format only. It was one part of a triple data collection along with a second round of antibody testing and CAMCOG cognitive testing – results for both will be announced separately.
172172

173-
# 21/07/2022
173+
# alspac 21/07/2022
174174

175175
COVID5
176176

177177
* This is the latest set of questions relating to COVID for G0 and G1 participants collected during July-December 2021.
178178

179-
# 12/11/2021
179+
# alspac 12/11/2021
180180

181181
Child-based Deprivation Indices & urban/rural status
182182

@@ -186,7 +186,7 @@ Serology 2 dataset
186186

187187
* This is the results of the second serology test sent out between 9-11th April 2021. Data note with further details is available here: https://wellcomeopenresearch.org/articles/6-283
188188

189-
# 10/06/2020
189+
# alspac 10/06/2020
190190

191191
COVID questionnaire data now available
192192

@@ -195,7 +195,7 @@ COVID questionnaire data now available
195195
* COVID1_YP_1a - D1472_COVID1_YP - The G1 YP's COVID1 questionnaire data (459 variables).
196196
* COVID1_YPpartner_1a - D1473_COVID1_YPP - The G1 YP's partner's COVID1 questionnaire data (459 variables). Note that this dataset is not openly available due to low n, but researchers can request it - Please contact ALSPAC if you are interested in using this data.
197197

198-
# 07/08/2018
198+
# alspac 07/08/2018
199199

200200
Updates have been made to the following variable collections
201201

@@ -216,7 +216,7 @@ Updates have been made to the following variable collections
216216
* Father_metabolomics_1a
217217
* mum_metabolomics_2a
218218

219-
# 25/04/2018
219+
# alspac 25/04/2018
220220

221221
Updates have been made to the following variable collections
222222

@@ -226,7 +226,7 @@ Updates have been made to the following variable collections
226226
* Focus 10
227227
* Focus 11
228228

229-
# 29/12/2017
229+
# alpsac 29/12/2017
230230

231231
Welcome
232232

R/.Rhistory

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)