From 550ec8b653324f8b04881bfccc6492de7c94a2eb Mon Sep 17 00:00:00 2001 From: salernos Date: Tue, 3 Dec 2024 13:35:16 -0500 Subject: [PATCH] Adding CRAN submission file. Fixing pkgdown site url --- .Rbuildignore | 1 + CRAN-SUBMISSION | 3 +++ DESCRIPTION | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 CRAN-SUBMISSION diff --git a/.Rbuildignore b/.Rbuildignore index 9c05a1d..9e8a335 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -10,3 +10,4 @@ ^doc$ ^Meta$ ^cran-comments\.md$ +^CRAN-SUBMISSION$ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..05e01d2 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.1.3 +Date: 2024-12-03 17:39:40 UTC +SHA: 0817a9c5ac1bf387de9bcbe246e2d818fa801d5d diff --git a/DESCRIPTION b/DESCRIPTION index e10d48b..edaa50a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,7 +23,7 @@ Maintainer: Stephen Salerno Description: Performs valid statistical inference on predicted data (IPD) using recent methods, where for a subset of the data, the outcomes have been predicted by an algorithm. Provides a wrapper function with specified defaults for the type of model and method to be used for estimation and inference. Further provides methods for tidying and summarizing results. Salerno et al., (2024) . License: MIT + file LICENSE LazyData: true -URL: https://github.com/ipd-tools/ipd, https://ipd-tools.github.io/ipd, https://ipd-tools.github.io/ipd/ +URL: https://github.com/ipd-tools/ipd, https://ipd-tools.github.io/ipd/ BugReports: https://github.com/ipd-tools/ipd/issues Depends: R (>= 3.5.0)