From c319f0233859e7a8ca2c862f938e340832b9371a Mon Sep 17 00:00:00 2001 From: Will Tirone Date: Wed, 24 Jan 2024 14:09:30 -0500 Subject: [PATCH] updating description based on CRAN feedback --- .Rbuildignore | 1 + CRAN-SUBMISSION | 3 +++ DESCRIPTION | 10 +++++----- README.md | 2 +- cran-comments.md | 3 +++ 5 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 CRAN-SUBMISSION diff --git a/.Rbuildignore b/.Rbuildignore index df4ea2f..233593c 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -7,3 +7,4 @@ logo.png ^_pkgdown\.yml$ ^docs$ ^pkgdown$ +^CRAN-SUBMISSION$ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..a69ea94 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 1.0.0 +Date: 2024-01-19 21:33:01 UTC +SHA: 8dced3f6e94453cff432c9455a692fe1e50d732b diff --git a/DESCRIPTION b/DESCRIPTION index f7a3ee8..fe48513 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,11 +3,11 @@ Title: Combine Statistical Models into a Tibble for Comparison Version: 1.0.0 Authors@R: person("Will", "Tirone", email = "will.tirone1@gmail.com", role = c("aut", "cre", "cph")) -Description: Statisticians often want to compare different models fit to the - same data set. However, this usually involves a lot of manual code to fish - items out of summary() or plain model objects. 'modelfactory' offers the - capability to pass multiple models in and get out metrics or coefficients - for quick comparison with easy-to-remember syntax. +Description: Statisticians often want to compare the fit of different models on + the same data set. However, this usually involves a lot of manual code to + fish items out of summary() or plain model objects. 'modelfactory' offers + the capability to pass multiple models in and get out metrics or + coefficients for quick comparison with easy-to-remember syntax. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) diff --git a/README.md b/README.md index a8a1f1f..cbcc8d0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ # About -Statisticians often want to compare different models fit to the same data set. However, this usually involves a lot of manual code to fish items out of summary() or plain model objects. 'modelfactory' offers the capability to pass multiple models in and get out metrics or coefficients for quick comparison with easy-to-remember syntax. +Statisticians often want to compare the fit of different models on the same data set. However, this usually involves a lot of manual code to fish items out of summary() or plain model objects. 'modelfactory' offers the capability to pass multiple models in and get out metrics or coefficients for quick comparison with easy-to-remember syntax. # Installation diff --git a/cran-comments.md b/cran-comments.md index 858617d..d357dfc 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -3,3 +3,6 @@ 0 errors | 0 warnings | 1 note * This is a new release. + +Resubmission 1/24/24: updating description to "the fit of different models" +per CRAN feedback.