diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index dd203c8f..42007b13 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -23,7 +23,7 @@ jobs: matrix: config: - {os: windows-latest, r: '4.2'} - - {os: macOS-latest, r: '4.2'} + # - {os: macOS-latest, r: '4.2'} - {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"} - {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" } diff --git a/DESCRIPTION b/DESCRIPTION index b1a14a56..3543662f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Package: CRE Title: Interpretable Discovery and Inference of Heterogeneous Treatment Effects Version: 0.2.6 Authors@R: c( - person("Naeem", "Khoshnevis", , "nkhoshnevis@g.harvard.edu", role = c("aut"), + person("Naeem", "Khoshnevis", , "nkhoshnevis@g.harvard.edu", role = "aut", comment = c(ORCID = "0000-0003-4315-1426", AFFILIATION = "FASRC")), person("Daniela Maria", "Garcia", , "danielagarcia@college.harvard.edu", role = "aut", comment = c(ORCID = "0000-0003-3226-3561")), diff --git a/README.md b/README.md index a86b5ade..9fbcc5fd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,32 @@ -| Resource | GitHub Actions | Code Coverage | -| ---------- | -------------------- | --------------- | -| Platforms | Windows, macOS, Linux| codecov | -| R CMD check | [![R-CMD-check](https://github.com/nsaph-software/CRE/workflows/R-CMD-check/badge.svg)](https://github.com/nsaph-software/CRE/actions) | [![codecov](https://codecov.io/gh/NSAPH-Software/CRE/branch/develop/graph/badge.svg?token=UMSVOYRKGA)](https://app.codecov.io/gh/NSAPH-Software/CRE)| +# CRE + +

+ Cover Image +

+ + +
+ + CRAN Package Version + + + JOSS Status + + + R-CMD-check Status + + + Codecov + + + CRAN RStudio Mirror Downloads + +
+ + + -# CRE #### Interpretable Discovery and Inference of Heterogeneous Treatment Effects In health and social sciences, it is critically important to identify subgroups of the study population where a treatment has notable heterogeneity in the causal effects with respect to the average treatment effect (ATE). The bulk of heterogeneous treatment effect (HTE) literature focuses on two major tasks: (i) estimating HTEs by examining the conditional average treatment effect (CATE); (ii) discovering subgroups of a population characterized by HTE. @@ -214,12 +236,18 @@ Causal Rule Ensemble ([methodological paper](https://arxiv.org/abs/2009.09036)) CRE (software paper) ```bibtex -@article{cadei2023CRE, - title = {CRE: an R package for Interpretable Discovery and Estimation of Heterogeneous Treatment Effect}, - author = {Cadei, Riccardo and Khoshnevis, Naeem and Bargagli-Stoffi, Falco J and Lee, Kwonsang and Garcia, Daniela Maria}, +@article{Cadei2023, + doi = {10.21105/joss.05587}, + url = {https://doi.org/10.21105/joss.05587}, year = {2023}, - journal={Working paper}, - url = {}, + publisher = {The Open Journal}, + volume = {8}, + number = {92}, + pages = {5587}, + author = {Riccardo Cadei and Naeem Khoshnevis and Kwonsang Lee and Daniela Maria Garcia and Falco J. Bargagli Stoffi}, + title = {CRE: An R package for interpretable discovery and inference of heterogeneous treatment effects}, + journal = {Journal of Open Source Software}, +} } ``` diff --git a/docs/404.html b/docs/404.html index 2e0731bf..8667a4b7 100644 --- a/docs/404.html +++ b/docs/404.html @@ -24,7 +24,7 @@ CRE - 0.2.5 + 0.2.5.9000