Package: libr
Type: Package
Title: Libraries, Data Dictionaries, and a Data Step for R
Version: 1.3.9
Maintainer: David Bosak <dbosak01@gmail.com>
Authors@R: c( 
    person("David", "Bosak", email = "dbosak01@gmail.com", role = c("aut", "cre")),
    person("Brian", "Varney", email = "brian.varney@experis.com", role = "ctb"),
    person("Archytas Clinical Solutions", role = "cph")
    )
Description: Contains a set of functions to create data libraries,
    generate data dictionaries, and simulate a data step.
    The libname() function will load a directory of data into 
    a library in one line of code.  The dictionary() function
    will generate data dictionaries for individual
    data frames or an entire library.  And the datestep() function
    will perform row-by-row data processing.
License: CC0
Encoding: UTF-8
URL: https://libr.r-sassy.org, https://github.com/dbosak01/libr
BugReports: https://github.com/dbosak01/libr/issues
Depends: R (>= 3.6.0), common (>= 1.1.0)
Suggests: testthat, knitr, rmarkdown, foreign, magrittr, utils, logr,
        covr, fmtr, nanoparquet
Imports: readr, readxl, haven, openxlsx, crayon, dplyr, tibble, tools,
        Rcpp, data.table
RoxygenNote: 7.3.2
VignetteBuilder: knitr
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2025-01-12 20:18:49 UTC; dbosa
Author: David Bosak [aut, cre],
  Brian Varney [ctb],
  Archytas Clinical Solutions [cph]
Repository: CRAN
Date/Publication: 2025-01-12 20:50:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-21 15:02:41 UTC; windows
Archs: x64
