From cb999ba1a5219aeb189d4d1418c8d485cbbc17eb Mon Sep 17 00:00:00 2001 From: Mark Rieke Date: Mon, 7 Mar 2022 13:22:36 -0600 Subject: [PATCH] Fixes based on notes from CRAN manual review. --- .Rbuildignore | 1 + CRAN-SUBMISSION | 3 +++ DESCRIPTION | 4 ++-- LICENSE | 23 ++--------------------- LICENSE.md | 21 +++++++++++++++++++++ cran-comments.md | 7 +++++++ 6 files changed, 36 insertions(+), 23 deletions(-) create mode 100644 CRAN-SUBMISSION create mode 100644 LICENSE.md diff --git a/.Rbuildignore b/.Rbuildignore index 503b25e..532fe8d 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -8,3 +8,4 @@ ^_pkgdown\.yml$ ^\.github$ +^CRAN-SUBMISSION$ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..5bd4deb --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.1.0 +Date: 2022-03-06 19:29:01 UTC +SHA: 2328728dc9eac6581015dcb7add53f8f64a45fe3 diff --git a/DESCRIPTION b/DESCRIPTION index c88f013..80109b4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: workboots -Title: Generate Bootstrap Prediction Intervals from a 'tidymodels' Workflow! +Title: Generate Bootstrap Prediction Intervals from a 'tidymodels' Workflow Version: 0.1.0 Authors@R: person(given = "Mark", @@ -11,7 +11,7 @@ Description: Provides functions for generating bootstrap prediction is a collection of packages for modeling and machine learning using 'tidyverse' principles. This package is not affiliated with or maintained by - RStudio or the tidymodels maintainers. + 'RStudio' or the 'tidymodels' maintainers. License: MIT + file LICENSE URL: https://github.com/markjrieke/workboots BugReports: https://github.com/markjrieke/workboots/issues diff --git a/LICENSE b/LICENSE index da0a3a4..350f19d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,2 @@ -MIT License - -Copyright (c) 2022 Mark Rieke - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +YEAR: 2022 +COPYRIGHT HOLDER: Mark Rieke diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..da0a3a4 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Mark Rieke + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/cran-comments.md b/cran-comments.md index 7c49c45..6bf526e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,10 @@ +## Resubmission +This is a resubmission. In this version I have: + +* Removed exclamation mark from Title in DESCRIPTION. +* Wrapped RStudio & tidymodels in single quotes in DESCRIPTION. +* Updated LICENSE to CRAN template. + ## R CMD check results There were no ERRORs, WARNINGs, or NOTEs.