-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
32 lines (32 loc) · 931 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
Package: verbs
Type: Package
Title: A Grammar for Common Data Manipulations and Summaries
Version: 0.15.11
Author: Displayr <opensource@displayr.com>
Maintainer: Displayr <opensource@displayr.com>
Description: A collection of operations/actions/"verbs" providing an intuitive interface for many common operations (e.g. Sum, First, Average, Maximum, ...) on various inputs/data structures. Created to simplify common user actions in Displayr with a wide variety of inputs.
Suggests:
flipStatistics,
testthat,
abind
License: GPL-3
Imports:
flipFormat,
flipTime,
flipTransformations,
flipU (>= 1.5.5),
lubridate,
utils,
stats
BugReports: https://github.com/Displayr/verbs/issues
LazyData: TRUE
Encoding: UTF-8
Remotes:
Displayr/flipFormat,
Displayr/flipTime,
Displayr/flipTransformations,
Displayr/flipStatistics,
Displayr/flipU
RoxygenNote: 7.3.2
Depends:
R (>= 4.4.0)