Package: messy
Title: Create Messy Data from Clean Data Frames
Version: 0.1.0
Authors@R: c(
    person(given = "Nicola", family = "Rennie", role = c("aut", "cre", "cph"),
    email = "nrennie35@gmail.com", 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
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
NeedsCompilation: no
Packaged: 2024-12-02 13:54:12 UTC; rennien2
Author: Nicola Rennie [aut, cre, cph] (<https://orcid.org/0000-0003-4797-557X>)
Maintainer: Nicola Rennie <nrennie35@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-03 18:50:02 UTC
Built: R 4.4.3; ; 2025-11-12 04:27:19 UTC; windows
