-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 954 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
Package: heyahmama
Type: Package
Title: Data About the Band K3
Version: 0.5
Authors@R:
person("Richèl J.C.", "Bilderbeek", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1107-7049"))
Maintainer: Richèl J.C. Bilderbeek <[email protected]>
Description: K3 is a sucessful Flemish band,
with more than 20 CDs, more than 200 songs
and has had four different formations.
This package contains data about this band
and functions to easily work with that data.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports:
readr,
snakecase,
stringr
Suggests:
dplyr,
geniusr,
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tibble,
tidyr
URL: https://github.com/richelbilderbeek/heyahmama
BugReports: https://github.com/richelbilderbeek/heyahmama/issues
Language: en-US
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)