Skip to content

Commit 45c1eca

Browse files
MThomas91MThomas91
authored andcommitted
prepare for CRAN release
1 parent 25b9947 commit 45c1eca

4 files changed

Lines changed: 17 additions & 16 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ DoseFinding.Rproj
77
src/*.o
88
src/*.so
99
src/*.dll
10-
1110
/doc/
1211
/Meta/
1312
inst/doc
1413
docs
14+
revdep

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: DoseFinding
22
Type: Package
33
Title: Planning and Analyzing Dose Finding Experiments
4-
Version: 1.2.1.9000
5-
Date: 2025-01-16
4+
Version: 1.3-1
5+
Date: 2025-03-07
66
Authors@R: c(
77
person("Bjoern", "Bornkamp", email = "bjoern.bornkamp@novartis.com", comment = c(ORCID = "0000-0002-6294-8185"), role = c("aut")),
88
person("Jose", "Pinheiro", role = "aut"),

NEWS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# DoseFinding (development version)
1+
# DoseFinding 1.3-1
2+
* Added maFitMod function to implement fitting of dose-response models via
3+
model averaging (#11, thanks to Björn Bornkamp)
4+
* Fixed the way ED dose estimation works with type = "discrete". Previously
5+
the maximum effect size for ED calculation was taken to be the highest effect
6+
among the doses provided as arguments, rather than across the observed dose
7+
range for the fitted model (#18)
8+
* replaced uses of ggplot2::aes_string, which is deprecated (#14)
9+
* added additional tests for several functions
210

311
# DoseFinding 1.2-1
412
* Documentation revised and updated, documentation now uses roxygen,

cran-comments.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
## Resubmission
2-
This is a resubmission. In this version I have:
3-
4-
* added dontrun for long-running example code for bMCTtest
5-
61
## R CMD check results
72

8-
0 errors | 0 warnings | 1 note
9-
10-
* Marius Thomas is taking over as maintainer from Björn Bornkamp from this version.
11-
12-
## Reverse dependency checks
3+
0 errors | 0 warnings | 0 notes
134

14-
We checked 10 reverse dependencies and noticed one new issue for the MCPModgeneral package:
5+
## revdepcheck results
156

16-
The maintainer was notified on Aug 7 and a fix was proposed. The maintainer has now updated his package but the fix has been applied incompletely in MCPModGeneral so revdepchecks still show errors. We have again notified the maintainer today (Aug 23) that the issue persists and which remaining fixes need to be made.
7+
We checked 9 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
178

9+
* We saw 0 new problems
10+
* We failed to check 0 packages

0 commit comments

Comments
 (0)