-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 979 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: lay
Title: Simple but Efficient Rowwise Jobs
Version: 0.1.3
Authors@R: c(
person("Alexandre", "Courtiol", email = "[email protected]", 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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Language: en-US