diff --git a/DESCRIPTION b/DESCRIPTION index d8637f1..d83adbd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: pROC Type: Package Title: Display and Analyze ROC Curves -Version: 1.18.4.9999 -Date: 2023-07-04 +Version: 1.18.5 +Date: 2023-11-01 Encoding: UTF-8 Depends: R (>= 2.14) Imports: methods, plyr, Rcpp (>= 0.11.1) diff --git a/NEWS b/NEWS index 22d5104..541c631 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -1.18.5 (later): +1.18.5 (2023-11-01): * Fixed formula input when given as variable and combined with `with` (issue #111) * Fixed formula containing variables with spaces (issue #120) * Fixed broken grouping when `colour` argument was given in `ggroc` (issue #121)