Package: logrx
Title: A Logging Utility Focus on Clinical Trial Programming Workflows
Version: 0.1.1
Authors@R: 
    c(
    person(given = "Nathan",
           family = "Kosiba",
           email = "Nathan.Kosiba@atorusresearch.com",
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-5359-4234")),
    person(given = "Thomas",
           family = "Bermudez",
           email = "thomas.a.bermudez@gsk.com",
           role = "aut"),
    person(given = "Ben", 
           family = "Straub",
           email = "ben.x.straub@gsk.com", 
           role = "aut"),
    person(given = "Michael",
           family = "Rimler",
           email = "michael.s.rimler@gsk.com",
           role = "aut"),
    person(given = "Nicholas",
           family = "Masel",
           email = "nmasel@its.jnj.com",
           role = "aut"),
    person(given = "GSK/Atorus JPT",
           role = c("cph", "fnd"))
    )
Description: A utility to facilitate the logging and review of R programs in clinical trial programming workflows.
License: MIT + file LICENSE
URL: https://github.com/atorus-research/logrx
BugReports: https://github.com/atorus-research/logrx/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports: dplyr, magrittr, purrr, rlang, stats, tidyr, stringr, miniUI,
        rstudioapi, shiny, sessioninfo (>= 1.2), stringi, waiter,
        tibble
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, withr, covr, pkgdown,
        Tplyr, haven, here
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends: R (>= 3.5.0)
NeedsCompilation: no
Packaged: 2022-08-24 15:56:52 UTC; nathan.kosiba
Author: Nathan Kosiba [aut, cre] (<https://orcid.org/0000-0001-5359-4234>),
  Thomas Bermudez [aut],
  Ben Straub [aut],
  Michael Rimler [aut],
  Nicholas Masel [aut],
  GSK/Atorus JPT [cph, fnd]
Maintainer: Nathan Kosiba <Nathan.Kosiba@atorusresearch.com>
Repository: CRAN
Date/Publication: 2022-09-12 13:20:02 UTC
