-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
29 lines (29 loc) · 853 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
Package: loopurrr
Title: Tranlate purrr iterator functions to regular for loops
Version: 0.1.1
Authors@R:
person(given = "Tim",
family = "Tiefenbach",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9443-2434"))
Description: Makes learning, teaching and debugging iterator functions from the purrr package easy
by translating them into regular for loops.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/TimTeaFan/loopurrrr
BugReports: https://github.com/TimTeaFan/loopurrr/issues
Depends: R (>= 3.2), purrr (>= 0.3.4)
Suggests:
clipr,
rstudioapi,
testthat (>= 3.0.0),
covr
Config/testthat/edition: 3
Imports:
rlang (>= 1.0.0),
dplyr,
methods