Package: suddengains
Title: Identify Sudden Gains in Longitudinal Data
Date: 2019-05-01
Version: 0.1.0
Authors@R: c(
  person("Milan", "Wiedemann", email = "milan.wiedemann@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1991-282X")),
  person("Graham M", "Thew", role = "ctb", comment = c(ORCID = "0000-0003-2851-1315")),
  person("Richard", "Stott", role = "ctb", comment = c(ORCID = "0000-0003-2533-5504")),
  person("Anke", "Ehlers", role = c("ctb", "ths"), comment = c(ORCID = "0000-0002-8742-0192"))
  )
Description: Identify sudden gains based on the criteria outlined by Tang and DeRubeis (1999) <doi:10.1037/0022-006X.67.6.894>. Sudden losses, defined as the opposite of sudden gains can also be identified. It 
    applies all three criteria to a dataset while adjusting the third criteria for missing values. It handles multiple gains per person by creating two datasets, one with all sudden gains and 
    one with one selected sudden gain for each participant. It can extract and plot scores around sudden gains on multiple measures. See the GitHub repository for more information and examples.
Depends: R (>= 3.4.0)
License: GPL-3
Encoding: UTF-8
URL: https://github.com/milanwiedemann/suddengains
BugReports: https://github.com/milanwiedemann/suddengains/issues
LazyData: true
Imports: dplyr (>= 0.7.4), tibble (>= 1.4.2), magrittr (>= 1.5), rlang
        (>= 0.1.6), stringr (>= 1.4.0), ggplot2 (>= 2.2.1), psych (>=
        1.7.8), reshape2 (>= 1.4.3), readr (>= 1.1.0), tidyr (>= 0.8.2)
Suggests: haven (>= 2.1.0), writexl (>= 1.1.0), knitr (>= 1.21), DT (>=
        0.5), rmarkdown (>= 1.11), spelling (>= 2.1)
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2019-05-01 23:00:09 UTC; milanwiedemann
Author: Milan Wiedemann [aut, cre] (<https://orcid.org/0000-0003-1991-282X>),
  Graham M Thew [ctb] (<https://orcid.org/0000-0003-2851-1315>),
  Richard Stott [ctb] (<https://orcid.org/0000-0003-2533-5504>),
  Anke Ehlers [ctb, ths] (<https://orcid.org/0000-0002-8742-0192>)
Maintainer: Milan Wiedemann <milan.wiedemann@gmail.com>
Repository: CRAN
Date/Publication: 2019-05-03 12:40:04 UTC
