Skip to content

Commit e38b5a0

Browse files
authored
Merge pull request #98 from NSAPH-Software/release_v0.2.4
Transfer the maintainer role
2 parents 8e4f78c + 017524b commit e38b5a0

File tree

5 files changed

+39
-13
lines changed

5 files changed

+39
-13
lines changed

DESCRIPTION

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Package: GPCERF
22
Title: Gaussian Processes for Estimating Causal Exposure Response Curves
3-
Version: 0.2.3
3+
Version: 0.2.4
44
Authors@R: c(
55
person("Naeem", "Khoshnevis", email = "nkhoshnevis@g.harvard.edu",
6-
role=c("aut","cre"),
6+
role=c("aut"),
77
comment = c(ORCID = "0000-0003-4315-1426", AFFILIATION="HUIT")),
8-
person("Boyu", "Ren", email = "bren@partners.org",
9-
role= c("aut"),
8+
person("Boyu", "Ren", email = "bren@mgb.org",
9+
role= c("aut","cre"),
1010
comment = c(ORCID = "0000-0002-5300-1184", AFFILIATION="McLean Hospital")),
1111
person("Tanujit", "Dey", email = "tdey@bwh.harvard.edu",
1212
role= c("ctb"),
1313
comment = c(ORCID = "0000-0001-5559-211X", AFFILIATION="HMS")),
1414
person("Danielle","Braun", email = "dbraun@hsph.harvard.edu",
1515
role=c("aut"),
1616
comment = c(ORCID = "0000-0002-5177-8598", AFFILIATION="HSPH")))
17-
Maintainer: Naeem Khoshnevis <nkhoshnevis@g.harvard.edu>
18-
Description: Provides a non-parametric Bayesian framework based on Gaussian process priors for estimating causal effects of a continuous exposure and detecting change points in the causal exposure response curves using observational data. Ren, B., Wu, X., Braun, D., Pillai, N., & Dominici, F.(2021). "Bayesian modeling for exposure response curve via gaussian processes: Causal effects of exposure to air pollution on health outcomes." arXiv preprint <arXiv:2105.03454>.
17+
Maintainer: Boyu Ren <bren@mgb.org>
18+
Description: Provides a non-parametric Bayesian framework based on Gaussian process priors for estimating causal effects of a continuous exposure and detecting change points in the causal exposure response curves using observational data. Ren, B., Wu, X., Braun, D., Pillai, N., & Dominici, F.(2021). "Bayesian modeling for exposure response curve via gaussian processes: Causal effects of exposure to air pollution on health outcomes." arXiv preprint <doi:10.48550/arXiv.2105.03454>.
1919
License: GPL (>= 3)
2020
Language: en-US
2121
URL: https://github.com/NSAPH-Software/GPCERF

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# GPCERF 0.2.4 (2024-04-09)
2+
3+
## Changed
4+
5+
- Dr. Boyu Ren is now the package maintainer.
6+
17
# GPCERF 0.2.3 (2024-03-02)
28

39
## Changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
output:
3+
html_document: default
4+
pdf_document: default
5+
---
16
<p align="center">
27
<img src="man/figures/png/gpcerf_logo.png" height="100" alt="Cover Image"/>
38
</p>
@@ -194,7 +199,7 @@ Please note that the GPCERF project is released with a [Contributor Code of Cond
194199

195200
## Contributing
196201

197-
Contributions to the package are encouraged. For detailed information on how to contribute, please refer to the [CONTRIBUTING](CONTRIBUTING.md) guidelines.
202+
Contributions to the package are encouraged. For detailed information on how to contribute, please refer to the CONTRIBUTING guidelines.
198203

199204

200205
## Reporting Issues & Seeking Support
@@ -203,4 +208,4 @@ If you encounter any issues with GPCERF, we kindly ask you to report them on our
203208

204209
## References
205210

206-
Ren, B., Wu, X., Braun, D., Pillai, N. and Dominici, F., 2021. Bayesian modeling for exposure response curve via gaussian processes: Causal effects of exposure to air pollution on health outcomes. arXiv preprint arXiv:2105.03454.
211+
Ren, B., Wu, X., Braun, D., Pillai, N. and Dominici, F., 2021. Bayesian modeling for exposure response curve via gaussian processes: Causal effects of exposure to air pollution on health outcomes. arXiv preprint <doi:10.48550/arXiv.2105.03454>.

cran-comments.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1-
Submission (March 2, 2024):
1+
Resubmission (April 11, 2024)
22

3-
We appreciate your efforts in reviewing the GPCERF 0.2.3 package. In this upgrade, we:
3+
We appreciate your efforts in reviewing the GPCERF 0.2.4 package. In this upgrade, we:
44

5-
- Modified the method by which the user specifies the covariate columns.
6-
- Resolved an issue involving data that contains a single covariate.
5+
- Referred to the arXiv e-print via its DOI directly.
6+
- Removed the URI to CONTRIBUTING.md in README.md.
7+
8+
Regarding the other two notes:
9+
10+
- Rcpp cannot be removed from LinkingTo as it will cause compilation error.
11+
12+
All tests and checks have passed successfully.
13+
14+
Best regards,
15+
Boyu Ren
16+
17+
Submission (April 9, 2024):
18+
19+
We appreciate your efforts in reviewing the GPCERF 0.2.4 package. In this upgrade, we:
20+
21+
- Transfer the maintainer role from Dr. Naeem Khoshnevis to Dr. Boyu Ren.
722

823
All tests and checks have passed successfully.
924

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Provides a non-parametric Bayesian framework based on Gaussian process priors fo
2222

2323
## References
2424

25-
Ren, B., Wu, X., Braun, D., Pillai, N. and Dominici, F., 2021. Bayesian modeling for exposure response curve via gaussian processes: Causal effects of exposure to air pollution on health outcomes. arXiv preprint arXiv:2105.03454.
25+
Ren, B., Wu, X., Braun, D., Pillai, N. and Dominici, F., 2021. Bayesian modeling for exposure response curve via gaussian processes: Causal effects of exposure to air pollution on health outcomes. arXiv preprint <doi:10.48550/arXiv.2105.03454>.

0 commit comments

Comments
 (0)