-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.23 KB
/
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: wrapr
Type: Package
Title: Wrap R Tools for Debugging and Parametric Programming
Version: 2.1.0
Date: 2023-08-19
Authors@R: c(
person("John", "Mount", email = "jmount@win-vector.com", role = c("aut", "cre")),
person("Nina", "Zumel", email = "nzumel@win-vector.com", role = c("aut")),
person(family = "Win-Vector LLC", role = c("cph"))
)
URL: https://github.com/WinVector/wrapr, https://winvector.github.io/wrapr/
Maintainer: John Mount <jmount@win-vector.com>
BugReports: https://github.com/WinVector/wrapr/issues
Description: Tools for writing and debugging R code. Provides:
'%.>%' dot-pipe (an 'S3' configurable pipe), unpack/to (R style multiple assignment/return),
'build_frame()'/'draw_frame()' ('data.frame' example tools),
'qc()' (quoting concatenate),
':=' (named map builder), 'let()' (converts non-standard evaluation interfaces to parametric standard
evaluation interfaces, inspired by 'gtools::strmacro()' and 'base::bquote()'), and more.
License: GPL-2 | GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends:
R (>= 3.3.0)
Imports:
utils,
methods,
stats
Suggests:
parallel,
knitr,
graphics,
rmarkdown,
R.rsp,
tinytest
VignetteBuilder: knitr, R.rsp
ByteCompile: true