From ba41648ee8f8d927b9c6c6c73b43b1e28640529c Mon Sep 17 00:00:00 2001 From: Gerko Vink Date: Wed, 1 Nov 2023 10:37:46 +0100 Subject: [PATCH] Delete DESCRIPTION I'm doing this to prove a point --- DESCRIPTION | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 DESCRIPTION diff --git a/DESCRIPTION b/DESCRIPTION deleted file mode 100644 index 1ce588d1..00000000 --- a/DESCRIPTION +++ /dev/null @@ -1,49 +0,0 @@ -Package: ggmice -Title: Visualizations for 'mice' with 'ggplot2' -Version: 0.1.0 -Authors@R: c( - person("Hanne", "Oberman", email = "h.i.oberman@uu.nl", role = c("aut", "cre"), - comment = c(ORCID = "0000-0003-3276-2141")), - person("Utrecht University", role = "fnd"), - person("University Medical Centre Utrecht", role = "fnd"), - person("Thom", "Volker", role = "ctb", comment = c(ORCID = "0000-0002-2408-7820")), - person("Gerko", "Vink", role = "ctb", comment = c(ORCID = "0000-0001-9767-1924")), - person("Pepijn", "Vink", role = "ctb", comment = c(ORCID = "0000-0001-6960-9904")), - person("Jamie", "Wallis", role = "ctb", comment = c(ORCID = "0000-0003-2765-3813")) - ) -Description: Enhance a 'mice' imputation workflow with visualizations for - incomplete and/or imputed data. The plotting functions produce - 'ggplot' objects which may be easily manipulated or extended. Use - 'ggmice' to inspect missing data, develop imputation models, evaluate - algorithmic convergence, or compare observed versus imputed data. -License: GPL (>= 3) -URL: https://github.com/amices/ggmice, https://amices.org/, - https://amices.org/ggmice/ -BugReports: https://github.com/amices/ggmice -Imports: - cli, - dplyr, - ggplot2, - magrittr, - mice, - purrr, - rlang, - stats, - stringr, - tidyr, - tidyselect, - utils -Suggests: - covr, - knitr, - patchwork, - plotly, - rmarkdown, - testthat (>= 3.0.0) -VignetteBuilder: - knitr -Config/testthat/edition: 3 -Copyright: 'ggmice' authors -Encoding: UTF-8 -Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3