Skip to content

Commit

Permalink
Merge pull request #95 from NSAPH-Software/release_0.2.2
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
Naeemkh authored Feb 17, 2024
2 parents 737a88a + 17a8767 commit 324519b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: GPCERF
Title: Gaussian Processes for Estimating Causal Exposure Response Curves
Version: 0.2.1
Version: 0.2.2
Authors@R: c(
person("Naeem", "Khoshnevis", email = "[email protected]",
role=c("aut","cre"),
Expand Down Expand Up @@ -38,7 +38,7 @@ Imports:
wCorr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)
Suggests:
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# GPCERF 0.2.2 (2024-02-16)

## Changed
- `n_thread` -> `nthread` in `estimate_noise_nn` documentation.


# GPCERF 0.2.1 (2023-01-15)

## Changed
Expand Down
2 changes: 1 addition & 1 deletion R/estimate_noise_nn.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' levels.
#' @param y_obs A vector of observed outcomes.
#' @param n_neighbor A number of nearest neighbors on one side.
#' @param n_thread A number of cores used in the estimation.
#' @param nthread A number of cores used in the estimation.
#' @param kernel_fn The covariance function of the GP.
#'
#' @return
Expand Down
11 changes: 11 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Submission (February 16, 2024):

We appreciate your efforts in reviewing the GPCERF 0.2.2 package. In this upgrade, we:

- Fixed a note raised in some of CRAN checks.

All tests and checks have passed successfully.

Best regards,
Naeem Khoshnevis
RCD - HUIT Harvard University
4 changes: 2 additions & 2 deletions man/estimate_noise_nn.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 324519b

Please sign in to comment.