-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 742 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 742 Bytes
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
Package: dance
Title: Tibble Dancing
Version: 0.0.0.9000
Authors@R: c(
person("Romain", "François", email = "romain@purrple.cat", role = c("aut", "cre")),
person("Alix", "François", role = "art")
)
Description: Tibble dancing.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
vctrs (>= 0.1.0),
rlang (>= 0.3.1),
magrittr (>= 1.5),
dplyr (>= 0.8.0.1),
purrr (>= 0.3.1),
assertthat (>= 0.2.0),
tidyselect (>= 0.2.5),
glue (>= 1.3.0),
tibble (>= 2.0.1),
zeallot (>= 0.1.0),
utils,
crayon,
Rcpp
RoxygenNote: 6.1.1
Suggests:
testthat,
broom
Roxygen: list(markdown = TRUE)
SystemRequirements: C++11
LinkingTo:
Rcpp