From 078bafb43a5a238bac54e0328b36d97e7205ef91 Mon Sep 17 00:00:00 2001 From: EmilHvitfeldt Date: Mon, 13 Jan 2020 20:12:09 -0800 Subject: [PATCH] CRAN release :tada: --- .Rbuildignore | 1 + DESCRIPTION | 9 ++++++--- cran-comments.md | 17 +++++++++++++++++ 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 2a7ef0a..102948e 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -13,3 +13,4 @@ ^pkgdown$ ^\.github/workflows/R-CMD-check\.yaml$ ^\.github/workflows/pr-commands\.yaml$ +^CRAN-RELEASE$ diff --git a/DESCRIPTION b/DESCRIPTION index bbc9181..738cb01 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,9 +10,12 @@ Authors@R: Description: A dataset with an uneven number of cases in each class is said to be unbalanced. Many models produce a subpar performance on unbalanced datasets. A dataset can be balanced by increasing the number of minority - cases using SMOTE , BorderlineSMOTE and ADASYN. Or by - decreasing the number of majority cases using NearMiss or Tomek link - removal. + cases using SMOTE 2011 , BorderlineSMOTE 2005 + and ADASYN 2008 + . Or by decreasing the number + of majority cases using NearMiss 2003 + or Tomek link + removal 1976 . License: MIT + file LICENSE Suggests: testthat (>= 2.1.0), diff --git a/cran-comments.md b/cran-comments.md index 9a51df8..2935a7f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -8,3 +8,20 @@ 0 errors | 0 warnings | 1 note * This is a new release. + +## 0.1.0 Resubmission + +> Please write references in the form +authors (year) +authors (year) f +authors (year, ISBN:...) +or if those are not available: authors (year) +with no space after 'doi:', 'arXiv:', 'https:' and angle brackets for +auto-linking. +(If you want to add the title as well, quote it. --> "title") + +All methods mentioned in the description file have been referenced now. + +> Please always explain all acronyms in the description text. + +Many of the acronyms in the description text are names of algorithms and would require a substantial amount of text to explain in the description text. All methods have been explained in their function documentation.