Skip to content

Commit 964c151

Browse files
add files related to submission
1 parent 22e39fb commit 964c151

File tree

6 files changed

+29
-16
lines changed

6 files changed

+29
-16
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
^scratch$
1313
^[.]?air[.]toml$
1414
^\.vscode$
15+
^cran-comments\.md$

DESCRIPTION

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
Package: propensity
22
Title: A Toolkit for Calculating and Working with Propensity Scores
33
Version: 0.0.0.9000
4-
Authors@R:
5-
person("Malcolm", "Barrett", , "malcolmbarrett@gmail.com", role = c("aut", "cre"),
4+
Authors@R:
5+
person("Malcolm", "Barrett", , "malcolmbarrett@gmail.com", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0003-0299-5825"))
7-
Description: What the package does (one paragraph).
7+
Description: A comprehensive toolkit for propensity score analysis in
8+
causal inference. Supports calculating propensity score weights for
9+
multiple causal estimands across binary, continuous, and categorical
10+
exposures. Provides methods for handling extreme propensity scores
11+
through trimming, truncation, and calibration. Includes inverse
12+
probability weighted estimators that correctly accounts for propensity
13+
score estimation uncertainty.
814
License: MIT + file LICENSE
9-
URL: https://github.com/malcolmbarrett/propensity, https://r-causal.github.io/propensity/, https://github.com/r-causal/propensity
15+
URL: https://r-causal.github.io/propensity/,
16+
https://github.com/r-causal/propensity
1017
BugReports: https://github.com/r-causal/propensity/issues
11-
Depends:
18+
Depends:
1219
R (>= 4.2.0)
13-
Imports:
20+
Imports:
1421
cli,
1522
lifecycle,
1623
rlang,
1724
stats,
1825
tidyselect,
1926
vctrs (>= 0.6.5)
20-
Suggests:
27+
Suggests:
2128
dplyr,
2229
ggplot2,
2330
mgcv,
@@ -35,4 +42,4 @@ Config/testthat/edition: 3
3542
Encoding: UTF-8
3643
Language: en-US
3744
Roxygen: list(markdown = TRUE)
38-
RoxygenNote: 7.3.2
45+
RoxygenNote: 7.3.3

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ set.seed(1234)
1717
# propensity <img src="man/figures/logo.png" align="right" height="138" />
1818

1919
<!-- badges: start -->
20-
[![R-CMD-check](https://github.com/malcolmbarrett/propensity/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/malcolmbarrett/propensity/actions/workflows/R-CMD-check.yaml)
21-
[![Codecov test coverage](https://codecov.io/gh/malcolmbarrett/propensity/graph/badge.svg)](https://app.codecov.io/gh/malcolmbarrett/propensity)
20+
[![R-CMD-check](https://github.com/r-causal/propensity/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-causal/propensity/actions/workflows/R-CMD-check.yaml)
21+
[![Codecov test coverage](https://codecov.io/gh/r-causal/propensity/graph/badge.svg)](https://app.codecov.io/gh/r-causal/propensity)
2222
<!-- badges: end -->
2323

2424
propensity provides a comprehensive toolkit for propensity score analysis in causal inference. The package supports multiple estimands, handles extreme weights, and provides statistically valid inference through inverse probability weighting.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
<!-- badges: start -->
77

8-
[![R-CMD-check](https://github.com/malcolmbarrett/propensity/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/malcolmbarrett/propensity/actions/workflows/R-CMD-check.yaml)
8+
[![R-CMD-check](https://github.com/r-causal/propensity/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-causal/propensity/actions/workflows/R-CMD-check.yaml)
99
[![Codecov test
10-
coverage](https://codecov.io/gh/malcolmbarrett/propensity/graph/badge.svg)](https://app.codecov.io/gh/malcolmbarrett/propensity)
10+
coverage](https://codecov.io/gh/r-causal/propensity/graph/badge.svg)](https://app.codecov.io/gh/r-causal/propensity)
1111
<!-- badges: end -->
1212

1313
propensity provides a comprehensive toolkit for propensity score

cran-comments.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## R CMD check results
2+
3+
0 errors | 0 warnings | 1 note
4+
5+
* This is a new release.

man/propensity-package.Rd

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

0 commit comments

Comments
 (0)