From 2516691cb759a523a2476ed0f656eb7cca3cdbd1 Mon Sep 17 00:00:00 2001 From: naeemkh Date: Mon, 29 Jul 2024 17:01:35 -0400 Subject: [PATCH] update package tag --- DESCRIPTION | 2 +- R/CRE_package.R | 3 +-- man/CRE-package.Rd | 8 ++++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 566e9f6b..ce0ffc1a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -63,4 +63,4 @@ Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.2 diff --git a/R/CRE_package.R b/R/CRE_package.R index e1fb1b80..c284ed62 100644 --- a/R/CRE_package.R +++ b/R/CRE_package.R @@ -20,7 +20,6 @@ #' a general two-stage approach for subgroup-specific conditional #' causal effects estimation, providing theoretical guarantees. #' -#' @docType package #' @name CRE-package #' @aliases CRE #' @author Naeem Khoshnevis @@ -43,4 +42,4 @@ #' Causal rule ensemble: Interpretable Discovery and Inference of #' Heterogeneous Treatment Effects,arXiv preprint arXiv:2009.09036 #' -NULL +"_PACKAGE" diff --git a/man/CRE-package.Rd b/man/CRE-package.Rd index 52c51120..d4f9c270 100644 --- a/man/CRE-package.Rd +++ b/man/CRE-package.Rd @@ -30,6 +30,14 @@ causal effects estimation, providing theoretical guarantees. Bargagli-Stoffi, F. J., Cadei, R., Lee, K. and Dominici, F. (2023). Causal rule ensemble: Interpretable Discovery and Inference of Heterogeneous Treatment Effects,arXiv preprint arXiv:2009.09036 +} +\seealso{ +Useful links: +\itemize{ + \item \url{https://github.com/NSAPH-Software/CRE} + \item Report bugs at \url{https://github.com/NSAPH-Software/CRE/issues} +} + } \author{ Naeem Khoshnevis