Package: PMwR
Type: Package
Title: Portfolio Management with R
Version: 0.19-1
Date: 2023-06-05
Maintainer: Enrico Schumann <es@enricoschumann.net>
Authors@R: person(given = "Enrico", family = "Schumann",
                  role  = c("aut", "cre"),
                  email = "es@enricoschumann.net",
                  comment = c(ORCID = "0000-0001-7601-6576"))
Description: Functions and examples for 'Portfolio
  Management with R': backtesting investment and
  trading strategies, computing profit/loss and
  returns, analysing trades, handling lists of
  transactions, reporting, and more.
Imports: NMOF, datetimeutils, fastmatch,
         orgutils, parallel, textutils, utils, zoo
Suggests: crayon, rbenchmark, tinytest
Depends: R (>= 3.3)
License: GPL-3
LazyLoad: yes
LazyData: yes
ByteCompile: yes
URL: http://enricoschumann.net/PMwR/ ,
     https://git.sr.ht/~enricoschumann/PMwR ,
     https://gitlab.com/enricoschumann/PMwR ,
     https://github.com/enricoschumann/PMwR
