Package: tidytitanic Title: Dataframes Based on Titanic Passengers and Crew Version: 0.0.1 Authors@R: person(given = "Evangeline", family = "Reynolds", role = c("aut", "cre"), email = "evangeline.mae@gmail.com") Description: The tidytitanic package provides a version of the Titanic data tailored for people analytics demonstrations and practice. Unlike other packages such as titanic, which reproduce the Kaggle competition files with minimal preprocessing, tidytitanic combines and tidies the train and test datasets into a single unified dataset, `passengers`, facilitating exploration across the full set of individuals. It also extracts meaningful personal identifiers—such as first names, last names, and titles—from the raw Name field, enabling richer demographic analysis and grouping. The `passengers` data does not cover the crew, however. Therefore the package also provides a flat and uncounted version of the `Titanic` dataset which contains crew information for futher practice. This human-centered data package is designed to support exploratory data analysis, feature engineering, and pedagogical use cases. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Depends: R (>= 2.10) Repository: https://evamaerey.r-universe.dev Date/Publication: 2025-06-24 17:39:41 UTC RemoteUrl: https://github.com/evamaerey/tidytitanic RemoteRef: HEAD RemoteSha: 6ea49e4e9d913e47c72f1e739bed35b135b6602b NeedsCompilation: no Packaged: 2026-07-07 08:59:10 UTC; root Author: Evangeline Reynolds [aut, cre] Maintainer: Evangeline Reynolds