Skip to content

Commit

Permalink
[skip actions] Bump version to 2.0.0.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
Puzzled-Face authored and github-actions[bot] committed Sep 30, 2024
1 parent 683ae85 commit 57a0c00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre")),
person("Wai", "Yin Yeung", , "[email protected]", role = "aut"),
Expand Down Expand Up @@ -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) <doi:10.18637/jss.v089.i10>.
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),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 57a0c00

Please sign in to comment.