Package: PortfolioTesteR
Type: Package
Title: Test Investment Strategies with English-Like Code
Version: 0.1.2
Authors@R: 
    person("Alberto", "Pallotta",
           email = "pallottaalberto@gmail.com",
           role = c("aut", "cre"))
Description: Design, backtest, and analyze portfolio strategies using simple,
    English-like function chains. Includes technical indicators, flexible stock
    selection, portfolio construction methods (equal weighting, signal weighting,
    inverse volatility, hierarchical risk parity), and a compact backtesting
    engine for portfolio returns, drawdowns, and summary metrics.
License: MIT + file LICENSE
URL: https://github.com/alb3rtazzo/PortfolioTesteR
BugReports: https://github.com/alb3rtazzo/PortfolioTesteR/issues
Depends: R (>= 3.5.0)
Imports: data.table, graphics, stats, TTR, utils, zoo
Suggests: quantmod, RSQLite, rvest, knitr, rmarkdown, testthat (>=
        3.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3
ByteCompile: true
NeedsCompilation: no
Packaged: 2025-09-29 23:23:37 UTC; alber
Author: Alberto Pallotta [aut, cre]
Maintainer: Alberto Pallotta <pallottaalberto@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-29 23:40:15 UTC
Built: R 4.6.0; ; 2025-09-30 17:14:37 UTC; unix
