Package: lay Title: Simple but Efficient Rowwise Jobs Version: 0.1.3 Authors@R: c( person("Alexandre", "Courtiol", email = "alexandre.courtiol@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0637-2959")), person("Romain", "François", role = c("aut"), comment = c(ORCID = "0000-0002-2444-4226")) ) Description: Creating efficiently new column(s) in a data frame (including tibble) by applying a function one row at a time. License: MIT + file LICENSE URL: https://courtiol.github.io/lay/, https://github.com/courtiol/lay/ BugReports: https://github.com/courtiol/lay/issues/ Encoding: UTF-8 LazyData: true Depends: R (>= 4.1.0) Imports: rlang, purrr, vctrs, tibble Suggests: bench, covr, data.table, dplyr (>= 1.0), forcats, ggplot2, ggbeeswarm, knitr, rmarkdown, slider, testthat (>= 2.1.0), tidyr, spelling Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Language: en-US Repository: https://courtiol.r-universe.dev Date/Publication: 2023-10-31 13:00:50 UTC RemoteUrl: https://github.com/courtiol/lay RemoteRef: HEAD RemoteSha: 1e243d5dda86c090439836e6de254da9f4f49836 NeedsCompilation: no Packaged: 2026-07-03 19:29:26 UTC; root Author: Alexandre Courtiol [aut, cre] (ORCID: ), Romain François [aut] (ORCID: ) Maintainer: Alexandre Courtiol