From 96ae63799d32bfcbb2b89cf58ffa9e72542271b6 Mon Sep 17 00:00:00 2001 From: kingchenc Date: Thu, 18 Jun 2026 04:49:24 +0200 Subject: [PATCH] fix(r): credit kingchenc as R package author/maintainer (#332) Every other binding (Python, Node, Rust core) credits kingchenc; the R DESCRIPTION was an outlier with "Wickra contributors" as the sole aut/cre, introduced when the binding was added (#230). Use kingchenc to match, regenerate the package .Rd, and align the LICENSE copyright holder with the root LICENSE-MIT ("kingchenc and the Wickra contributors"). --- bindings/r/DESCRIPTION | 2 +- bindings/r/LICENSE | 2 +- bindings/r/man/wickra-package.Rd | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bindings/r/DESCRIPTION b/bindings/r/DESCRIPTION index d069ce61..3fffeaaf 100644 --- a/bindings/r/DESCRIPTION +++ b/bindings/r/DESCRIPTION @@ -2,7 +2,7 @@ Package: wickra Type: Package Title: Streaming-First Technical Indicators Version: 0.9.6 -Authors@R: person("Wickra contributors", role = c("aut", "cre"), email = "support@wickra.org") +Authors@R: person("kingchenc", role = c("aut", "cre"), email = "support@wickra.org") Description: R bindings for the Wickra technical-analysis library over its C ABI hub. Exposes 514 indicators, each an O(1) streaming state machine shared with the Rust core and the other language bindings, so that live and historical diff --git a/bindings/r/LICENSE b/bindings/r/LICENSE index 58d8567b..3dfb89ce 100644 --- a/bindings/r/LICENSE +++ b/bindings/r/LICENSE @@ -1,2 +1,2 @@ YEAR: 2026 -COPYRIGHT HOLDER: Wickra contributors +COPYRIGHT HOLDER: kingchenc and the Wickra contributors diff --git a/bindings/r/man/wickra-package.Rd b/bindings/r/man/wickra-package.Rd index 4a6c94ee..6ce0c4d7 100644 --- a/bindings/r/man/wickra-package.Rd +++ b/bindings/r/man/wickra-package.Rd @@ -24,11 +24,11 @@ Useful links: } \author{ -\strong{Maintainer}: Wickra contributors \email{support@wickra.org} +\strong{Maintainer}: kingchenc \email{support@wickra.org} Authors: \itemize{ - \item Wickra contributors \email{support@wickra.org} + \item kingchenc \email{support@wickra.org} } }