-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
27 lines (27 loc) · 917 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
Package: messy
Title: Create Messy Data from Clean Data Frames
Version: 0.1.0.9000
Authors@R: c(
person(given = "Nicola", family = "Rennie", role = c("aut", "cre", "cph"),
email = "[email protected]", comment = c(ORCID = "0000-0003-4797-557X")))
Description: For the purposes of teaching, it is often desirable to show
examples of working with messy data and how to clean it. This R package
creates messy data from clean, tidy data frames so that students have a
clean example to work towards.
Depends:
R (>= 4.1)
Imports:
dplyr,
rlang,
stringr
License: CC BY 4.0
Suggests:
lubridate,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/Needs/website: nrennie/nrenniepkgdown
URL: https://nrennie.rbind.io/messy/, https://github.com/nrennie/messy
BugReports: https://github.com/nrennie/messy/issues