Package: libr Type: Package Title: Libraries, Data Dictionaries, and a Data Step for R Version: 1.4.1 Maintainer: David Bosak 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 (>= 4.1.0), common (>= 1.1.0) Suggests: testthat, knitr, rmarkdown, foreign, utils, logr, covr, fmtr, nanoparquet Imports: readr, readxl, haven, openxlsx, crayon, dplyr, tibble, tools, Rcpp, data.table RoxygenNote: 7.3.3 VignetteBuilder: knitr LinkingTo: Rcpp Config/pak/sysreqs: make libicu-dev libx11-dev zlib1g-dev Repository: https://dbosak01.r-universe.dev Date/Publication: 2026-04-03 17:32:57 UTC RemoteUrl: https://github.com/dbosak01/libr RemoteRef: HEAD RemoteSha: 122fa63065f423d6814e2cb125bee5ff6a30fa9e NeedsCompilation: yes Packaged: 2026-06-24 03:45:42 UTC; root Author: David Bosak [aut, cre], Brian Varney [ctb], Archytas Clinical Solutions [cph]