From 57a0c00f8f24fb8616b2a8747e046de03d34b54a Mon Sep 17 00:00:00 2001 From: Puzzled-Face Date: Mon, 30 Sep 2024 09:06:59 +0000 Subject: [PATCH] [skip actions] Bump version to 2.0.0.9000 --- DESCRIPTION | 7 ++++--- NEWS.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1657211f3..218073fdb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: crmPack Title: Object-Oriented Implementation of CRM Designs -Version: 2.0.0 +Version: 2.0.0.9000 Authors@R: c( person("Daniel", "Sabanes Bove", , "daniel.sabanes_bove@rconis.com", role = c("aut", "cre")), person("Wai", "Yin Yeung", , "winnie.yeung@roche.com", role = "aut"), @@ -32,8 +32,9 @@ Description: Implements a wide range of model-based dose escalation form in the S4 class system, making it very flexible for adaptation to new models, escalation or stopping rules. Further details are presented in Sabanes Bove et al. (2019) . -License: GPL (>= 2) -URL: https://github.com/openpharma/crmPack, https://openpharma.github.io/crmPack/ +License: GPL (>= 2) +URL: https://github.com/openpharma/crmPack, + https://openpharma.github.io/crmPack/ BugReports: https://github.com/openpharma/crmPack/issues Depends: ggplot2 (>= 2.0.0), diff --git a/NEWS.md b/NEWS.md index 194234bb2..bee6a9ca2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Version 2.0.0 +# Version 2.0.0.9000 * **Note: This release (1.0 -> 2.0) signifies a major breaking revamp of the package.** Users are advised to carefully review the release notes and documentation for detailed information on the changes and any necessary updates to their existing code. * Implemented `knit_print` methods for almost all `crmPack` classes to improve rendering in Markdown and Quarto documents. See the vignette for more details. * Provided basic support for ordinal CRM models. See the vignette for more details.