-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 870 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: dibble
Type: Package
Title: Dimensional Data Frames
Version: 0.3.0.9000
Authors@R:
person(
given = "Mizuki",
family = "Uchida",
email = "uchidamizuki@vivaldi.net",
role = c("aut", "cre")
)
Description: Provides a 'dibble' that implements data cubes (derived from
'dimensional tibble'), and allows broadcasting by dimensional names.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
memoise,
pillar,
purrr (>= 1.0.0),
rlang,
tibble,
tidyr,
tidyselect,
vctrs
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 4.3)
URL: https://github.com/UchidaMizuki/dibble,
https://uchidamizuki.github.io/dibble/
BugReports: https://github.com/UchidaMizuki/dibble/issues