From e990199142b1d43f5fcd979791fc8764ca78efcf Mon Sep 17 00:00:00 2001 From: AnthonyEbert Date: Fri, 9 Apr 2021 13:57:53 +0200 Subject: [PATCH] Add description of changes to queuecomputer. --- DESCRIPTION | 2 +- NEWS.md | 7 +++++++ cran-comments.md | 5 ----- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bb745fb..3081408 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,7 +11,7 @@ Description: Implementation of a computationally efficient method for Please see Ebert, Wu, Mengersen & Ruggeri (2020, ) for further details. Depends: - R (>= 4.0) + R (>= 3.6) License: GPL-2 | file LICENSE Encoding: UTF-8 Imports: diff --git a/NEWS.md b/NEWS.md index d3aab04..cc81824 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# queuecomputer 1.1.0 + +* Fix bug with integer inputs #34, particularly if server input is of class integer. + +# queuecomputer 1.0.0 + +* Added citation to our published paper. # queuecomputer 0.8.3 diff --git a/cran-comments.md b/cran-comments.md index eee6a81..573feb3 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,3 @@ - -# Version 1.0.1 - -Fixed bug: if the servers input to `queue_step` is of class integer then utilization was not calculated. Thanks @MarkHanly - # Version 1.0.0 The DOI in the CITATION is for a new JSS publication that will be registered after publication on CRAN.