-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
38 lines (38 loc) · 947 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
38
Package: nseval
Type: Package
Title: Tools for Lazy and Non-Standard Evaluation
Version: 0.5.2
Date: 2024-07-01
Author: Peter Meilstrup <[email protected]>
Maintainer: Peter Meilstrup <[email protected]>
Description: Functions to capture, inspect, manipulate, and create
lazy values (promises), "..." lists, and active calls.
License: GPL (>= 2.0)
URL: https://crowding.github.io/nseval/, https://github.com/crowding/nseval
BugReports: https://github.com/crowding/nseval/issues
Encoding: UTF-8
Imports:
methods
Suggests:
testthat (>= 3.0.0),
compiler (>= 3.4),
roxygen2 (>= 2.2.2),
knitr (>= 1.2),
plyr (>= 1.8.1),
lazyeval (>= 0.2.0),
stringr (>= 1.2.0),
rlang,
covr
Collate:
'arg.R'
'caller.R'
'quo.R'
'dots.R'
'getpromise.R'
'conversions.R'
'format.R'
'force.R'
'shortcut.R'
'missing.R'
RoxygenNote: 7.3.2
Roxygen: list(markdown=TRUE)