forked from kwonsang/CRE
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare branch for transfering the maintainer role
- Loading branch information
Showing
2 changed files
with
9 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
Type: Package | ||
Package: CRE | ||
Title: Interpretable Discovery and Inference of Heterogeneous Treatment Effects | ||
Version: 0.2.6.9000 | ||
Version: 0.2.7 | ||
Authors@R: c( | ||
person("Naeem", "Khoshnevis", , "[email protected]", role = c("aut", "cre"), | ||
person("Naeem", "Khoshnevis", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0003-4315-1426", AFFILIATION = "FASRC")), | ||
person("Daniela Maria", "Garcia", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0003-3226-3561")), | ||
person("Riccardo", "Cadei", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0003-2416-8943")), | ||
person("Kwonsang", "Lee", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-5823-4331")), | ||
person("Falco Joannes", "Bargagli Stoffi", , "[email protected]", role = "aut", | ||
person("Falco Joannes", "Bargagli Stoffi", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-6131-8165")) | ||
) | ||
Maintainer: Naeem Khoshnevis <nkhoshnevis@g.harvard.edu> | ||
Maintainer: Falco Joannes Bargagli Stoffi <fbargaglistoffi@hsph.harvard.edu> | ||
Description: Provides a new method for interpretable heterogeneous | ||
treatment effects characterization in terms of decision rules | ||
via an extensive exploration of heterogeneity patterns by an | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,9 @@ | ||
Resubmission (April 21, 2024): | ||
Submission (Month 00, 2024): | ||
|
||
We appreciate your efforts in reviewing the CRE 0.2.6 package. In this upgrade, we: | ||
We appreciate your efforts in reviewing the CRE 0.2.7 package. In this upgrade, we: | ||
|
||
- Fixed the issue with the arXiv paper format in the DESCRIPTION file. Specifically, we changed ":" to ".". | ||
Transfer the maintainer role from Dr. Naeem Khoshnevis to Dr. Falco Joannes Bargagli Stoffi. | ||
All tests and checks have passed successfully. | ||
|
||
Best regards, | ||
Naeem Khoshnevis | ||
|
||
Resubmission (April 21, 2024): | ||
|
||
We appreciate your efforts in reviewing the CRE 0.2.6 package. In this upgrade, we: | ||
|
||
- Fixed the issue with the arXiv paper format in the DESCRIPTION file. | ||
|
||
Best regards, | ||
Naeem Khoshnevis | ||
|
||
Submission (April 21, 2024): | ||
|
||
We appreciate your efforts in reviewing the CRE 0.2.6 package. In this upgrade, we: | ||
|
||
- Dropped the dependency on the inTrees R package, which is set to be archived on May 4. | ||
|
||
Best regards, | ||
Naeem Khoshnevis | ||
Falco Joannes Bargagli Stoffi |