Skip to content

Commit 93e72f8

Browse files
authored
Merge pull request #223 from kgoldfeld/222-create-a-longitudinal-dataset-is-not-just-counting-integers-but-reflects-actual-time-points
222 create a longitudinal dataset is not just counting integers but reflects actual time points
2 parents fc26f17 + e21cb03 commit 93e72f8

File tree

6 files changed

+210
-65
lines changed

6 files changed

+210
-65
lines changed

CITATION.cff

+64-47
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -----------------------------------------------------------
2-
# CITATION file created with {cffr} R package, v0.5.0
2+
# CITATION file created with {cffr} R package, v1.0.0
33
# See also: https://docs.ropensci.org/cffr/
44
# -----------------------------------------------------------
55

@@ -8,7 +8,7 @@ message: 'To cite package "simstudy" in publications use:'
88
type: software
99
license: GPL-3.0-only
1010
title: 'simstudy: Simulation of Study Data'
11-
version: 0.7.0.9000
11+
version: 0.7.1.9000
1212
doi: 10.21105/joss.02763
1313
abstract: Simulates data sets in order to explore modeling techniques or better understand
1414
data generating processes. The user specifies a set of relationships between covariates,
@@ -49,7 +49,7 @@ preferred-citation:
4949
repository: https://CRAN.R-project.org/package=simstudy
5050
repository-code: https://github.com/kgoldfeld/simstudy
5151
url: https://kgoldfeld.github.io/simstudy/
52-
date-released: '2023-06-01'
52+
date-released: '2023-11-22'
5353
contact:
5454
- family-names: Goldfeld
5555
given-names: Keith
@@ -68,11 +68,10 @@ references:
6868
url: https://www.R-project.org/
6969
authors:
7070
- name: R Core Team
71-
location:
72-
name: Vienna, Austria
73-
year: '2023'
7471
institution:
7572
name: R Foundation for Statistical Computing
73+
address: Vienna, Austria
74+
year: '2024'
7675
version: '>= 3.3.0'
7776
- type: software
7877
title: data.table
@@ -81,13 +80,23 @@ references:
8180
url: https://r-datatable.com
8281
repository: https://CRAN.R-project.org/package=data.table
8382
authors:
83+
- family-names: Barrett
84+
given-names: Tyson
85+
email: t.barrett88@gmail.com
8486
- family-names: Dowle
8587
given-names: Matt
8688
email: mattjdowle@gmail.com
8789
- family-names: Srinivasan
8890
given-names: Arun
8991
email: asrini@pm.me
90-
year: '2023'
92+
- family-names: Gorecki
93+
given-names: Jan
94+
- family-names: Chirico
95+
given-names: Michael
96+
- family-names: Hocking
97+
given-names: Toby
98+
orcid: https://orcid.org/0000-0002-3146-0865
99+
year: '2024'
91100
- type: software
92101
title: glue
93102
abstract: 'glue: Interpreted String Literals'
@@ -100,20 +109,19 @@ references:
100109
orcid: https://orcid.org/0000-0002-2739-7082
101110
- family-names: Bryan
102111
given-names: Jennifer
103-
email: jenny@rstudio.com
112+
email: jenny@posit.co
104113
orcid: https://orcid.org/0000-0002-6983-2759
105-
year: '2023'
114+
year: '2024'
106115
- type: software
107116
title: methods
108117
abstract: 'R: A Language and Environment for Statistical Computing'
109118
notes: Imports
110119
authors:
111120
- name: R Core Team
112-
location:
113-
name: Vienna, Austria
114-
year: '2023'
115121
institution:
116122
name: R Foundation for Statistical Computing
123+
address: Vienna, Austria
124+
year: '2024'
117125
- type: software
118126
title: mvnfast
119127
abstract: 'mvnfast: Fast Multivariate Normal and Student''s t Methods'
@@ -124,7 +132,7 @@ references:
124132
- family-names: Fasiolo
125133
given-names: Matteo
126134
email: matteo.fasiolo@gmail.com
127-
year: '2023'
135+
year: '2024'
128136
- type: software
129137
title: Rcpp
130138
abstract: 'Rcpp: Seamless R and C++ Integration'
@@ -150,7 +158,7 @@ references:
150158
given-names: Douglas
151159
- family-names: Chambers
152160
given-names: John
153-
year: '2023'
161+
year: '2024'
154162
- type: software
155163
title: backports
156164
abstract: 'backports: Reimplementations of Functions Introduced Since R-3.0.0'
@@ -163,7 +171,7 @@ references:
163171
email: michellang@gmail.com
164172
orcid: https://orcid.org/0000-0001-9754-0393
165173
- name: R Core Team
166-
year: '2023'
174+
year: '2024'
167175
- type: software
168176
title: fastglm
169177
abstract: 'fastglm: Fast and Stable Fitting of Generalized Linear Models using ''RcppEigen'''
@@ -174,7 +182,7 @@ references:
174182
- family-names: Huling
175183
given-names: Jared
176184
email: jaredhuling@gmail.com
177-
year: '2023'
185+
year: '2024'
178186
- type: software
179187
title: covr
180188
abstract: 'covr: Test Coverage for Packages'
@@ -185,7 +193,7 @@ references:
185193
- family-names: Hester
186194
given-names: Jim
187195
email: james.f.hester@gmail.com
188-
year: '2023'
196+
year: '2024'
189197
- type: software
190198
title: dplyr
191199
abstract: 'dplyr: A Grammar of Data Manipulation'
@@ -209,7 +217,7 @@ references:
209217
given-names: Davis
210218
email: davis@posit.co
211219
orcid: https://orcid.org/0000-0003-4777-038X
212-
year: '2023'
220+
year: '2024'
213221
- type: software
214222
title: formatR
215223
abstract: 'formatR: Format R Code Automatically'
@@ -221,7 +229,7 @@ references:
221229
given-names: Yihui
222230
email: xie@yihui.name
223231
orcid: https://orcid.org/0000-0003-0645-5666
224-
year: '2023'
232+
year: '2024'
225233
- type: software
226234
title: gee
227235
abstract: 'gee: Generalized Estimation Equation Solver'
@@ -230,7 +238,7 @@ references:
230238
authors:
231239
- family-names: Carey
232240
given-names: Vincent J
233-
year: '2023'
241+
year: '2024'
234242
- type: software
235243
title: ggplot2
236244
abstract: 'ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics'
@@ -265,18 +273,21 @@ references:
265273
- family-names: Dunnington
266274
given-names: Dewey
267275
orcid: https://orcid.org/0000-0002-9415-4582
268-
year: '2023'
276+
- family-names: Brand
277+
given-names: Teun
278+
name-particle: van den
279+
orcid: https://orcid.org/0000-0002-9335-7468
280+
year: '2024'
269281
- type: software
270282
title: grid
271283
abstract: 'R: A Language and Environment for Statistical Computing'
272284
notes: Suggests
273285
authors:
274286
- name: R Core Team
275-
location:
276-
name: Vienna, Austria
277-
year: '2023'
278287
institution:
279288
name: R Foundation for Statistical Computing
289+
address: Vienna, Austria
290+
year: '2024'
280291
- type: software
281292
title: gridExtra
282293
abstract: 'gridExtra: Miscellaneous Functions for "Grid" Graphics'
@@ -286,7 +297,7 @@ references:
286297
- family-names: Auguie
287298
given-names: Baptiste
288299
email: baptiste.auguie@gmail.com
289-
year: '2023'
300+
year: '2024'
290301
- type: software
291302
title: hedgehog
292303
abstract: 'hedgehog: Property-Based Testing'
@@ -297,7 +308,7 @@ references:
297308
- family-names: Campbell
298309
given-names: Huw
299310
email: huw.campbell@gmail.com
300-
year: '2023'
311+
year: '2024'
301312
- type: software
302313
title: knitr
303314
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R'
@@ -309,7 +320,7 @@ references:
309320
given-names: Yihui
310321
email: xie@yihui.name
311322
orcid: https://orcid.org/0000-0003-0645-5666
312-
year: '2023'
323+
year: '2024'
313324
- type: software
314325
title: magrittr
315326
abstract: 'magrittr: A Forward-Pipe Operator for R'
@@ -323,7 +334,7 @@ references:
323334
- family-names: Wickham
324335
given-names: Hadley
325336
email: hadley@rstudio.com
326-
year: '2023'
337+
year: '2024'
327338
- type: software
328339
title: Matrix
329340
abstract: 'Matrix: Sparse and Dense Matrix Classes and Methods'
@@ -333,14 +344,15 @@ references:
333344
authors:
334345
- family-names: Bates
335346
given-names: Douglas
347+
orcid: https://orcid.org/0000-0001-8316-9503
336348
- family-names: Maechler
337349
given-names: Martin
338350
email: mmaechler+Matrix@gmail.com
339351
orcid: https://orcid.org/0000-0002-8685-9910
340352
- family-names: Jagan
341353
given-names: Mikael
342354
orcid: https://orcid.org/0000-0002-3542-2938
343-
year: '2023'
355+
year: '2024'
344356
- type: software
345357
title: mgcv
346358
abstract: 'mgcv: Mixed GAM Computation Vehicle with Automatic Smoothness Estimation'
@@ -350,7 +362,7 @@ references:
350362
- family-names: Wood
351363
given-names: Simon
352364
email: simon.wood@r-project.org
353-
year: '2023'
365+
year: '2024'
354366
- type: software
355367
title: ordinal
356368
abstract: 'ordinal: Regression Models for Ordinal Data'
@@ -361,7 +373,7 @@ references:
361373
- family-names: Christensen
362374
given-names: Rune Haubo Bojesen
363375
email: rune.haubo@gmail.com
364-
year: '2023'
376+
year: '2024'
365377
- type: software
366378
title: pracma
367379
abstract: 'pracma: Practical Numerical Math Functions'
@@ -371,7 +383,7 @@ references:
371383
- family-names: Borchers
372384
given-names: Hans W.
373385
email: hwborchers@googlemail.com
374-
year: '2023'
386+
year: '2024'
375387
- type: software
376388
title: rmarkdown
377389
abstract: 'rmarkdown: Dynamic Documents for R'
@@ -414,7 +426,7 @@ references:
414426
given-names: Richard
415427
email: rich@posit.co
416428
orcid: https://orcid.org/0000-0003-3925-190X
417-
year: '2023'
429+
year: '2024'
418430
- type: software
419431
title: scales
420432
abstract: 'scales: Scale Functions for Visualization'
@@ -424,21 +436,24 @@ references:
424436
authors:
425437
- family-names: Wickham
426438
given-names: Hadley
427-
email: hadley@rstudio.com
439+
email: hadley@posit.co
440+
- family-names: Pedersen
441+
given-names: Thomas Lin
442+
email: thomas.pedersen@posit.co
443+
orcid: https://orcid.org/0000-0002-5147-4711
428444
- family-names: Seidel
429445
given-names: Dana
430-
year: '2023'
446+
year: '2024'
431447
- type: software
432448
title: splines
433449
abstract: 'R: A Language and Environment for Statistical Computing'
434450
notes: Suggests
435451
authors:
436452
- name: R Core Team
437-
location:
438-
name: Vienna, Austria
439-
year: '2023'
440453
institution:
441454
name: R Foundation for Statistical Computing
455+
address: Vienna, Austria
456+
year: '2024'
442457
- type: software
443458
title: survival
444459
abstract: 'survival: Survival Analysis'
@@ -449,7 +464,7 @@ references:
449464
- family-names: Therneau
450465
given-names: Terry M
451466
email: therneau.terry@mayo.edu
452-
year: '2023'
467+
year: '2024'
453468
- type: software
454469
title: testthat
455470
abstract: 'testthat: Unit Testing for R'
@@ -460,7 +475,7 @@ references:
460475
- family-names: Wickham
461476
given-names: Hadley
462477
email: hadley@posit.co
463-
year: '2023'
478+
year: '2024'
464479
- type: software
465480
title: gtsummary
466481
abstract: 'gtsummary: Presentation-Ready Data Summary and Analytic Result Tables'
@@ -487,7 +502,7 @@ references:
487502
- family-names: Zabor
488503
given-names: Emily C.
489504
orcid: https://orcid.org/0000-0002-1402-4498
490-
year: '2023'
505+
year: '2024'
491506
- type: software
492507
title: survminer
493508
abstract: 'survminer: Drawing Survival Curves using ''ggplot2'''
@@ -500,10 +515,11 @@ references:
500515
email: alboukadel.kassambara@gmail.com
501516
- family-names: Kosinski
502517
given-names: Marcin
518+
email: m.p.kosinski@@gmail.com
503519
- family-names: Biecek
504520
given-names: Przemyslaw
505521
email: przemyslaw.biecek@gmail.com
506-
year: '2023'
522+
year: '2024'
507523
- type: software
508524
title: katex
509525
abstract: 'katex: Rendering Math to HTML, ''MathML'', or R-Documentation Format'
@@ -515,7 +531,7 @@ references:
515531
given-names: Jeroen
516532
email: jeroen@berkeley.edu
517533
orcid: https://orcid.org/0000-0002-4035-0289
518-
year: '2023'
534+
year: '2024'
519535
- type: software
520536
title: dirmult
521537
abstract: 'dirmult: Estimation in Dirichlet-Multinomial Distribution'
@@ -525,7 +541,7 @@ references:
525541
- family-names: Tvedebrink
526542
given-names: Torben
527543
email: tvede@math.aau.dk
528-
year: '2023'
544+
year: '2024'
529545
- type: software
530546
title: rms
531547
abstract: 'rms: Regression Modeling Strategies'
@@ -536,17 +552,18 @@ references:
536552
- family-names: Harrell Jr
537553
given-names: Frank E
538554
email: fh@fharrell.com
539-
year: '2023'
555+
year: '2024'
540556
- type: software
541557
title: pbv
542558
abstract: 'pbv: Probabilities for Bivariate Normal Distribution'
543559
notes: LinkingTo
544-
url: https://sites.google.com/site/alexanderrobitzsch2/software
560+
url: https://sites.google.com/view/alexander-robitzsch/software
545561
repository: https://CRAN.R-project.org/package=pbv
546562
authors:
547563
- family-names: Robitzsch
548564
given-names: Alexander
549-
year: '2023'
565+
orcid: https://orcid.org/0000-0002-8226-3132
566+
year: '2024'
550567
version: '>= 0.4-22'
551568
identifiers:
552569
- type: url

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ LinkingTo:
6868
VignetteBuilder:
6969
knitr
7070
Encoding: UTF-8
71-
RoxygenNote: 7.2.3
71+
RoxygenNote: 7.3.1

0 commit comments

Comments
 (0)