21 lines
938 B
Plaintext
21 lines
938 B
Plaintext
Package: wickra
|
|
Type: Package
|
|
Title: Streaming-First Technical Indicators
|
|
Version: 0.7.9
|
|
Authors@R: person("Wickra contributors", 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
|
|
evaluation use the exact same implementation.
|
|
License: MIT + file LICENSE | Apache License 2.0
|
|
URL: https://github.com/wickra-lib/wickra, https://docs.wickra.org
|
|
BugReports: https://github.com/wickra-lib/wickra/issues
|
|
Encoding: UTF-8
|
|
NeedsCompilation: yes
|
|
SystemRequirements: the Wickra C ABI library (libwickra); set WICKRA_INCLUDE_DIR
|
|
and WICKRA_LIB_DIR when installing from source.
|
|
Roxygen: list(markdown = TRUE)
|
|
Suggests: testthat (>= 3.0.0)
|
|
Config/testthat/edition: 3
|
|
Config/roxygen2/version: 8.0.0
|