Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: '4.2'}
- {os: ubuntu-20.04, r: '4.2', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: windows-latest, r: '4.2'}
- {os: macOS-latest, r: '4.5'}
- {os: ubuntu-20.04, r: '4.5', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: windows-latest, r: '4.5'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v6

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

Expand All @@ -52,7 +52,7 @@ jobs:

- name: Cache R packages
if: runner.os != 'Windows'
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: CausalGPS
Type: Package
Title: Matching on Generalized Propensity Scores with Continuous Exposures
Version: 0.5.0
Version: 0.5.1
Authors@R: c(
person("Naeem", "Khoshnevis", email = "nkhoshnevis@g.harvard.edu",
role=c("aut","cre"),
role=c("aut", "cre"),
comment = c(ORCID = "0000-0003-4315-1426", AFFILIATION="Kempner")),
person("Xiao", "Wu", email = "xw2892@cumc.columbia.edu",
role= c("aut"),
Expand Down Expand Up @@ -44,7 +44,7 @@ Imports:
KernSmooth,
cowplot
Encoding: UTF-8
RoxygenNote: 7.2.3
RoxygenNote: 7.3.3
Suggests:
covr,
knitr,
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## CausalGPS 0.5.1 (2025-01-10)

### Removed
* Strict tests.

## CausalGPS 0.5.0 (2024-06-19)

### Added
Expand Down
4 changes: 1 addition & 3 deletions R/causalgps_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#' observational data in settings with continuous exposures, and introduce a new
#' framework for GPS caliper matching.
#'
#' @docType package
#' @name CausalGPS-package
#' @aliases CausalGPS
#' @author Naeem Khoshnevis
#' @author Xiao Wu
Expand All @@ -36,4 +34,4 @@
#' Journal of the Royal Statistical Society. Series B (Statistical Methodology),
#' 79(4), pp.1229-1245.
#'
NULL
"_PACKAGE"
8 changes: 5 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Submission (June 19, 2024)
Submission (January 11, 2026)

Thank you so much for taking the time and reviewing the CausalGPS 0.5.0 package. In this version upgrade we:
Thank you for taking the time to review CausalGPS version 0.5.1.

- Added formula to collect features from the user
In this update, we have addressed a strict test that was causing failures on some operating systems.

All checks and tests pass successfully on our end.

Best regards,
Naeem Khoshnevis
Expand Down
100 changes: 42 additions & 58 deletions docs/404.html

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

3 changes: 3 additions & 0 deletions docs/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Content not found. Please use links in the navbar.

# Page not found (404)
Loading
Loading