Package: dat Type: Package Title: Tools for Data Manipulation Version: 0.7.0 Authors@R: person("Sebastian", "Warnholz", role = c("aut", "cre"), email = "wahani@gmail.com") BugReports: https://github.com/wahani/dat/issues Description: An implementation of common higher order functions with syntactic sugar for anonymous function. Provides also a link to 'dplyr' and 'data.table' for common transformations on data frames to work around non standard evaluation by default. License: MIT + file LICENSE Depends: methods Imports: data.table, Formula, magrittr, progress, aoos Suggests: dplyr, knitr, rbenchmark, nycflights13, rlang, rmarkdown, testthat, tibble, tidyselect VignetteBuilder: knitr Encoding: UTF-8 ByteCompile: TRUE RoxygenNote: 7.1.0 Collate: 'NAMESPACE.R' 'FormulaList.R' 'helper.R' 'DataFrame.R' 'as.function.R' 'bindRows.R' 'dataTableBackend.R' 'deparse.R' 'extract.R' 'map.R' 'mutar.R' 'pipeExport.R' 'replace.R' 'useDplyr.R' 'verboseApply.R' Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev Repository: https://wahani.r-universe.dev Date/Publication: 2026-01-30 10:38:16 UTC RemoteUrl: https://github.com/wahani/dat RemoteRef: HEAD RemoteSha: 668f327ab53b0bdaa2f921348c72e70d1fd8438e NeedsCompilation: no Packaged: 2026-07-05 06:21:53 UTC; root Author: Sebastian Warnholz [aut, cre] Maintainer: Sebastian Warnholz