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 (>= 2.10)
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
RoxygenNote: 7.2.3
Language: en-US
NeedsCompilation: no
Packaged: 2023-10-28 15:31:18 UTC; courtiol
Author: Alexandre Courtiol [aut, cre] (<https://orcid.org/0000-0003-0637-2959>),
  Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>)
Maintainer: Alexandre Courtiol <alexandre.courtiol@gmail.com>
Repository: CRAN
Date/Publication: 2023-10-30 13:00:02 UTC
Built: R 4.3.3; ; 2025-04-07 01:57:31 UTC; windows
