Skip to content

Commit e79c28d

Browse files
bump version (#185)
* bump version * updated NEWS.md to acknowledge v0.0.1 * DESCRIPTION to v0.0.2 * add .0 back to versions * update NEWS.md for gha * fix for lintr and version check * README version bump Co-authored-by: Matt Secrest <secrest.matthew@gene.com> Co-authored-by: Matt Secrest <secrestm@gene.com>
1 parent feab441 commit e79c28d

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,9 @@ repos:
8181
rev: v0.32.2
8282
hooks:
8383
- id: markdownlint
84-
args: ["--ignore=tests/testthat/_snaps/*", "--disable=MD033"]
84+
args:
85+
[
86+
"--ignore=tests/testthat/_snaps/*",
87+
"--disable=MD033",
88+
"--disable=MD025",
89+
]

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: psborrow2
22
Title: Bayesian Dynamic Borrowing Simulation Study and Analysis
3-
Version: 0.0.0.9000
3+
Version: 0.0.2.0
44
Authors@R: c(
55
person(
66
given = "Matt",

NEWS.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# psborrow2 0.0.2.0
2+
3+
- First public demonstration of `psborrow2`
4+
- Propensity score weighting (or any other weighting)
5+
- Fixed power priors
6+
7+
# psborrow2 0.0.1.0
8+
9+
- First private functional application of `psborrow2`
10+
- Logistic, exponential survival and Weibull proportional
11+
hazards survival outcome models
12+
- Dynamic borrowing with commensurate priors
13+
- Full borrowing and no borrowing
14+
- Covariate adjustment
15+
- Prior specification for treatment effect, baseline hazard and
16+
covariate coefficients
17+
- Uses CmdStan for MCMC
18+
119
# psborrow2 0.0.0.9000
220

3-
* Start of `psborrow2`
21+
- Start of `psborrow2`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- badges: start -->
44

5-
[![Version](https://img.shields.io/static/v1.svg?label=github.com/genentech&message=v.0.0.1&color=DC0073)](https://github.com/Genentech/psborrow2)
5+
[![Version](https://img.shields.io/static/v1.svg?label=github.com/genentech&message=v.0.0.2.0&color=DC0073)](https://github.com/Genentech/psborrow2)
66
[![Lifecycle:
77
maturing](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
88

inst/WORDLIST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ binarization
3838
binarizing
3939
biopharmaceutical
4040
cauchy
41+
CMD
42+
CmdStan
4143
cmdstanr
4244
commensurability
4345
comparator

0 commit comments

Comments
 (0)