From 60cfc1ca0d2445b019f79ed92ed760377702e349 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Fri, 10 Jul 2026 16:22:46 -0700 Subject: Start R package for the RSC simulation and analysis --- DESCRIPTION | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 DESCRIPTION (limited to 'DESCRIPTION') diff --git a/DESCRIPTION b/DESCRIPTION new file mode 100644 index 0000000..34d6b7b --- /dev/null +++ b/DESCRIPTION @@ -0,0 +1,10 @@ +Package: RSC.analysis +Title: Analysis of RSC Estimator +Version: 0.0.0.9000 +Authors@R: + person("Chris", "Sobczak", email = "chris@sobczak.family", role = c("aut", "cre"), comment = c(ORCID = "0009-0003-3398-2792")) +Description: This package is a collection of functions to evaluate the performance of the RSC estimator and extensions. +License: GPL (>= 3) +Encoding: UTF-8 +Roxygen: list(markdown = TRUE) +RoxygenNote: 8.0.0 -- cgit v1.2.3