-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.31 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: PMwR
Type: Package
Title: Portfolio Management with R
Version: 1.0-1
Date: 2024-10-19
Maintainer: Enrico Schumann <[email protected]>
Authors@R: person(given = "Enrico", family = "Schumann",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7601-6576"))
Description: Tools for the practical management of financial
portfolios: backtesting investment and trading strategies,
computing profit/loss and returns, analysing trades,
handling lists of transactions, reporting, and more. The
package provides a small set of reliable, efficient and
convenient tools for processing and analysing
trade/portfolio data. The manual provides all the details;
it is available from
<https://enricoschumann.net/R/packages/PMwR/manual/PMwR.html>.
Examples and descriptions of new features are provided at
<https://enricoschumann.net/notes/PMwR/>.
Imports: NMOF, datetimeutils, fastmatch, orgutils, parallel,
textutils, utils, zoo
Suggests: crayon, rbenchmark, tinytest
Depends: R (>= 3.5)
License: GPL-3
LazyLoad: yes
LazyData: yes
ByteCompile: yes
URL: https://enricoschumann.net/PMwR/ ,
https://git.sr.ht/~enricoschumann/PMwR ,
https://gitlab.com/enricoschumann/PMwR ,
https://github.com/enricoschumann/PMwR