Package: lightweightchartR Type: Package Title: Pipe-First TradingView Lightweight Charts for Quantmod Workflows Version: 0.1.2 Authors@R: c( person( "Alex", "Kraieski", email = "arkraieski@gmail.com", role = c("aut", "cre") ) ) Description: Wraps TradingView's lightweight-charts library as an htmlwidgets package with a pipe-first API designed around quantmod, xts, and common trading workflows. License: GPL-3 URL: https://arkraieski.github.io/lightweightchartR/, https://github.com/arkraieski/lightweightchartR, https://kraieski.dev BugReports: https://github.com/arkraieski/lightweightchartR/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: htmlwidgets, quantmod, TTR, xts, zoo Suggests: htmltools, jsonlite, knitr, pkgdown, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libuv1-dev libssl-dev Repository: https://arkraieski.r-universe.dev Date/Publication: 2026-06-13 15:12:37 UTC RemoteUrl: https://github.com/arkraieski/lightweightchartR RemoteRef: HEAD RemoteSha: 600414c1be7ac17b7a33ee5a3a5384db3c28baf0 NeedsCompilation: no Packaged: 2026-07-13 09:35:12 UTC; root Author: Alex Kraieski [aut, cre] Maintainer: Alex Kraieski