Skip to content

Commit 65cdce7

Browse files
committed
check spelling
1 parent de0747c commit 65cdce7

5 files changed

+8
-7
lines changed

DESCRIPTION

+1-1
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.2
3+
Version: 0.2.3
44
Authors@R: c(
55
person("Naeem", "Khoshnevis", email = "nkhoshnevis@g.harvard.edu",
66
role=c("aut","cre"),

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GPCERF (developing)
1+
# GPCERF 0.2.3 (2024-03-02)
22

33
## Changed
44

R/compute_deriv_weights_gp.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#' (e_gps_pred).
1515
#' - Column 3: Standard deviation of e_gps (e_gps_std)
1616
#' used_params:
17-
#' - dnorm_log: TRUE or FLASE
17+
#' - dnorm_log: TRUE or FALSE
1818
#' @param hyperparam A vector of hyper-parameters in the GP model.
1919
#' @param kernel_fn The covariance function.
2020
#' @param kernel_deriv_fn The partial derivative of the covariance function.

cran-comments.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
Submission (February 16, 2024):
1+
Submission (March 2, 2024):
22

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

5-
- Fixed a note raised in some of CRAN checks.
5+
- Modified the method by which the user specifies the covariate columns.
6+
- Resolved an issue involving data that contains a single covariate.
67

78
All tests and checks have passed successfully.
89

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![R build status](https://github.com/NSAPH-Software/GPCERF/workflows/R-CMD-check/badge.svg)](https://github.com/NSAPH-Software/GPCERF/actions)
66
[![codecov](https://codecov.io/gh/NSAPH-Software/GPCERF/branch/develop/graph/badge.svg?token=066ISL822N)](https://app.codecov.io/gh/NSAPH-Software/GPCERF)
77
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/GPCERF)](http://www.r-pkg.org/pkg/gpcerf)
8-
[![Github issues](https://img.shields.io/github/issues/nsaph-software/GPCERF)](https://github.com/NSAPH-Software/GPCERF/issues)
8+
[![GitHub issues](https://img.shields.io/github/issues/nsaph-software/GPCERF)](https://github.com/NSAPH-Software/GPCERF/issues)
99
<!-- badges: end -->
1010

1111

0 commit comments

Comments
 (0)