Skip to content

Commit b66c6d0

Browse files
authored
Merge pull request #221 from NSAPH-Software/hotfix_v0.3.1
Hotfix v0.3.1
2 parents 1826b25 + 49bd10a commit b66c6d0

79 files changed

Lines changed: 154 additions & 102 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/R-CMD-check.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
config:
25-
- {os: macOS-latest, r: 'release'}
26-
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
25+
- {os: windows-latest, r: '4.2'}
26+
- {os: macOS-latest, r: '4.2'}
27+
- {os: ubuntu-20.04, r: '4.2', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
28+
# - {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest", http-user-agent: "R/4.1.0 (ubuntu-20.04) R (4.1.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
2729

2830
env:
2931
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: CausalGPS
22
Type: Package
33
Title: Matching on Generalized Propensity Scores with Continuous Exposures
4-
Version: 0.3.0
4+
Version: 0.3.1
55
Authors@R: c(
66
person("Naeem", "Khoshnevis", email = "nkhoshnevis@g.harvard.edu",
77
role=c("aut","cre"),
@@ -42,7 +42,7 @@ Imports:
4242
locpol,
4343
Ecume
4444
Encoding: UTF-8
45-
RoxygenNote: 7.2.1
45+
RoxygenNote: 7.2.3
4646
Suggests:
4747
covr,
4848
knitr,

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## CausalGPS 0.3.1 (2023-05-15)
2+
3+
### Changed
4+
5+
* Some of unit tests have less accuracy to overcome the bug with `stats::density` function.
6+
17
## CausalGPS 0.3.0 (2023-02-15)
28

39
### Changed

R/data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' A dataset containing exposure, confounders, and outcome for causal inference
77
#' studies. The dataset is hosted on Harvard dataverse \doi{10.7910/DVN/L7YF2G}.
88
#' This dataset was produced from five different resources. Please see
9-
#' \url{https://github.com/NSAPH/synthetic_data/} for the data processing
9+
#' \url{https://github.com/NSAPH-Projects/synthetic_data/} for the data processing
1010
#' pipelines. In the following
1111
#'
1212
#'

cran-comments.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,25 @@
1-
Re-submission (Feb 15, 2023)
1+
Resubmission (May 16, 2023)
22

3-
Thank you for taking the time to review the CausalGPS ver 0.3.0 package.
3+
Thank you for taking the time to review the CausalGPS ver 0.3.1 package.
4+
5+
- I fixed the issue with the url.
46

5-
I fixed the issue with the citation.
67

78
Best regards,
89

910
Naeem Khoshnevis
1011
Harvard University
11-
Information Technology
12-
13-
14-
Submission (Feb 15, 2023)
12+
Information Technology
1513

16-
Thank you for taking the time to review the CausalGPS ver 0.3.0 package.
1714

18-
In this version upgrade we:
1915

20-
- Fixed the failing unit tests that happened because of upgrading the wCorr package. The issue was brought to our attention by Prof Brian Ripley and Paul Bailey (Thanks.)
21-
- We dropped one of the processing flags, which we gave a deprecation warning in the previous release.
16+
Submission (May 15, 2023)
2217

18+
Thank you for taking the time to review the CausalGPS ver 0.3.1 package.
2319

24-
The package passes all tests and checks successfully. Here is a sample of test platforms and environments:
20+
In this version upgrade we:
2521

26-
macOS 10.13.6 High Sierra, R-release, brew
27-
Windows Server 2022, R-devel, 64 bit
28-
Oracle Solaris 10, x86, 32 bit, R-release (solaris-x86-patched)
22+
- Fixed the failing unit tests that happened because of the recent upgrade with `stats::density`.
2923

3024

3125
Best regards,

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/CausalGPS.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/Developers-Guide.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/Estimating-GPS.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/Frequently-Asked-Questions.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)