Skip to content

Commit 796c756

Browse files
committed
Merge branch 'develop' into JOSS
2 parents d9afd94 + 7456a22 commit 796c756

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: GPCERF
22
Title: Gaussian Processes for Estimating Causal Exposure Response Curves
3-
Version: 0.2.1.9000
3+
Version: 0.2.2
44
Authors@R: c(
55
person("Naeem", "Khoshnevis", email = "nkhoshnevis@g.harvard.edu",
66
role=c("aut","cre"),

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
- `estimate_cerf_nngp` takes `outcome_col`, `treatment_col`, and `covariates_col` names as inputs.
66
- `estimate_cerf_gp` takes `outcome_col`, `treatment_col`, and `covariates_col` names as inputs.
77

8+
9+
# GPCERF 0.2.2 (2024-02-16)
10+
11+
## Changed
12+
- `n_thread` -> `nthread` in `estimate_noise_nn` documentation.
13+
14+
815
# GPCERF 0.2.1 (2023-01-15)
916

1017
## Changed

R/estimate_noise_nn.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#' levels.
1212
#' @param y_obs A vector of observed outcomes.
1313
#' @param n_neighbor A number of nearest neighbors on one side.
14-
#' @param n_thread A number of cores used in the estimation.
14+
#' @param nthread A number of cores used in the estimation.
1515
#' @param kernel_fn The covariance function of the GP.
1616
#'
1717
#' @return

cran-comments.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Submission (February 16, 2024):
2+
3+
We appreciate your efforts in reviewing the GPCERF 0.2.2 package. In this upgrade, we:
4+
5+
- Fixed a note raised in some of CRAN checks.
6+
7+
All tests and checks have passed successfully.
8+
9+
Best regards,
10+
Naeem Khoshnevis
11+
RCD - HUIT Harvard University

man/estimate_noise_nn.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)