-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update copyright year, and minor version bump.
- Loading branch information
1 parent
c9b5d38
commit dddb448
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: blotter | ||
Type: Package | ||
Title: Tools for Transaction-Oriented Trading Systems P&L | ||
Version: 0.16.2 | ||
Date: 2022-08-01 $Date$ | ||
Version: 0.17.0 | ||
Date: 2024-12-13 $Date$ | ||
Author: Peter Carl [aut], | ||
Brian G. Peterson [aut, cre], | ||
Joshua Ulrich [ctb], | ||
|
@@ -14,7 +14,8 @@ Author: Peter Carl [aut], | |
Ben McCann [ctb], | ||
Jeff Ryan [ctb], | ||
Garrett See [ctb], | ||
Wolfgang Wu [ctb] | ||
Wolfgang Wu [ctb], | ||
Justin Shea [ctb] | ||
Maintainer: Brian G. Peterson <[email protected]> | ||
Description: Transaction infrastructure for defining | ||
instruments, transactions, portfolios and accounts for | ||
|
@@ -41,10 +42,10 @@ Imports: | |
foreach | ||
Suggests: | ||
Hmisc, | ||
RUnit, | ||
knitr, | ||
rmarkdown | ||
rmarkdown, | ||
tinytest | ||
URL: https://github.com/braverock/blotter | ||
Copyright: (c) 2008-2019 | ||
Copyright: (c) 2008-2025 | ||
ByteCompile: TRUE | ||
RoxygenNote: 7.3.1 | ||
RoxygenNote: 7.3.2 |