Package: basecamb
Type: Package
Title: Utilities for Streamlined Data Import, Imputation and Modelling
Version: 1.1.2
Authors@R: 
  c(person(given = "J. Peter",
           family = "Marquardt",
           role = c("aut", "cre"),
           email = "peter@kmarquardt.de",
           comment = c(ORCID = "0000-0002-5596-1357")),
    person(given = "Till D.",
           family = "Best",
           role = c("aut"),
           email = "till-best@gmx.de",
           comment = c(ORCID = "0000-0001-7323-827X")))
Description: Provides functions streamlining the data analysis workflow: 
  Outsourcing data import, renaming and type casting to a *.csv.
  Manipulating imputed datasets and fitting models on them. Summarizing models.
Depends: R (>= 4.0.0)
Imports: assertive.types, assertthat, dplyr, mice, Hmisc, survival,
        stats, purrr
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: testthat (>= 3.0.0), rms
Config/testthat/edition: 3
URL: https://CRAN.R-project.org/package=basecamb,
        https://github.com/codeblue-team/basecamb
BugReports: https://github.com/codeblue-team/basecamb/issues
NeedsCompilation: no
Packaged: 2023-03-11 16:00:56 UTC; petem
Author: J. Peter Marquardt [aut, cre] (<https://orcid.org/0000-0002-5596-1357>),
  Till D. Best [aut] (<https://orcid.org/0000-0001-7323-827X>)
Maintainer: J. Peter Marquardt <peter@kmarquardt.de>
Repository: CRAN
Date/Publication: 2023-03-11 16:50:02 UTC
Built: R 4.1.2; ; 2023-03-13 12:05:51 UTC; unix
