Package: tidyREDCap
Title: Helper Functions for Working with 'REDCap' Data
Version: 1.1.2
Authors@R: 
    c(person(
        given = "Raymond",
        family = "Balise",
        role = c("aut", "cre"),
        email = "balise@miami.edu",
        comment = c(ORCID = "0000-0002-9856-5901")
      ),
      person(
        given = "Gabriel",
        family = "Odom",
        role = "aut",
        email = "gabriel.odom@fiu.edu",
        comment = c(ORCID = "0000-0003-1341-4555")
      ),
      person(
        given = "Anna",
        family = "Calderon",
        role = "aut",
        email = "anna_calderon@miami.edu",
        comment = c(ORCID = "0000-0002-0139-3841")
      ),
      person(
        given = "Layla",
        family = "Bouzoubaa",
        role = "aut",
        email = "lab218@miami.edu",
        comment = c(ORCID = "0000-0002-6616-0950")
      ),
      person(
        given = "Wayne",
        family = "DeFreitas",
        role = "aut",
        email = "wfd14@miami.edu",
        comment = c(ORCID = "0000-0002-2584-6278")
      ),
      person(
        given = "Lauren",
        family = "Nahodyl",
        role = "ctb",
        email = "lxn295@miami.edu",
        comment = c(ORCID = "0000-0001-6241-2615")
      ),
      person(
        given = "Kyle",
        family = "Grealis",
        role = "aut",
        email = "kxg679@miami.edu",
        comment = c(ORCID = "0000-0002-9223-8854")
      )
    )
Description: 
    Helper functions for processing 'REDCap' data in R. 'REDCap' is a 
    web-enabled application for building and managing surveys and databases 
    developed at Vanderbilt University.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 3.5.0)
Imports: cli, dplyr, janitor, labelVector, magrittr, purrr, REDCapR,
        rlang, stringr, tibble, tidyr, tidyselect, vctrs
Suggests: knitr, redcapAPI, rmarkdown, skimr, testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://raymondbalise.github.io/tidyREDCap/index.html
BugReports: https://github.com/RaymondBalise/tidyREDCap/issues
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-09-16 18:17:10 UTC; raymondbalise
Author: Raymond Balise [aut, cre] (<https://orcid.org/0000-0002-9856-5901>),
  Gabriel Odom [aut] (<https://orcid.org/0000-0003-1341-4555>),
  Anna Calderon [aut] (<https://orcid.org/0000-0002-0139-3841>),
  Layla Bouzoubaa [aut] (<https://orcid.org/0000-0002-6616-0950>),
  Wayne DeFreitas [aut] (<https://orcid.org/0000-0002-2584-6278>),
  Lauren Nahodyl [ctb] (<https://orcid.org/0000-0001-6241-2615>),
  Kyle Grealis [aut] (<https://orcid.org/0000-0002-9223-8854>)
Maintainer: Raymond Balise <balise@miami.edu>
Repository: CRAN
Date/Publication: 2024-09-16 19:00:02 UTC
Built: R 4.3.3; ; 2024-09-16 20:16:12 UTC; unix
