diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-10 16:22:46 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-10 16:22:46 -0700 |
| commit | 60cfc1ca0d2445b019f79ed92ed760377702e349 (patch) | |
| tree | 5dbfcd32fa566827ebaeef891b09054eab7b67c1 /DESCRIPTION | |
Start R package for the RSC simulation and analysis
Diffstat (limited to 'DESCRIPTION')
| -rw-r--r-- | DESCRIPTION | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
