[Blotter-commits] r1665 - in pkg/quantstrat: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jan 7 14:23:01 CET 2015


Author: braverock
Date: 2015-01-07 14:23:01 +0100 (Wed, 07 Jan 2015)
New Revision: 1665

Modified:
   pkg/quantstrat/DESCRIPTION
   pkg/quantstrat/R/applyStrategy.rebalancing.R
   pkg/quantstrat/R/indicators.R
   pkg/quantstrat/R/initialize.R
   pkg/quantstrat/R/match.names.R
   pkg/quantstrat/R/orders.R
   pkg/quantstrat/R/osFUNs.R
   pkg/quantstrat/R/parameters.R
   pkg/quantstrat/R/paramsets.R
   pkg/quantstrat/R/rebalance.rules.R
   pkg/quantstrat/R/ruleOrderProc.R
   pkg/quantstrat/R/ruleRevoke.R
   pkg/quantstrat/R/ruleSignal.R
   pkg/quantstrat/R/rules.R
   pkg/quantstrat/R/signals.R
   pkg/quantstrat/R/strategy.R
   pkg/quantstrat/R/tradeGraphs.R
   pkg/quantstrat/R/tradeOrderStats.R
   pkg/quantstrat/R/utils.R
   pkg/quantstrat/R/walk.forward.R
   pkg/quantstrat/R/wrapup.R
Log:
- update Copyright to 2015


Modified: pkg/quantstrat/DESCRIPTION
===================================================================
--- pkg/quantstrat/DESCRIPTION	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/DESCRIPTION	2015-01-07 13:23:01 UTC (rev 1665)
@@ -1,7 +1,7 @@
 Package: quantstrat
 Type: Package
 Title: Quantitative Strategy Model Framework
-Version: 0.9.1664
+Version: 0.9.1665
 Date: $Date$
 Author: Peter Carl, Brian G. Peterson, Joshua Ulrich, Jan Humme
 Depends:
@@ -26,4 +26,5 @@
     Michael Guan, Jeffrey A. Ryan, Garrett See
 LazyLoad: yes
 License: GPL-3
+Copyright: (c) 2009-2015
 ByteCompile: TRUE

Modified: pkg/quantstrat/R/applyStrategy.rebalancing.R
===================================================================
--- pkg/quantstrat/R/applyStrategy.rebalancing.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/applyStrategy.rebalancing.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -198,7 +198,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, Jeffrey Ryan, and Joshua Ulrich 
 #
 # This library is distributed under the terms of the GNU Public License (GPL)

Modified: pkg/quantstrat/R/indicators.R
===================================================================
--- pkg/quantstrat/R/indicators.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/indicators.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -213,7 +213,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, Jeffrey Ryan, and Joshua Ulrich 
 #
 # This library is distributed under the terms of the GNU Public License (GPL)

Modified: pkg/quantstrat/R/initialize.R
===================================================================
--- pkg/quantstrat/R/initialize.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/initialize.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -217,12 +217,12 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, Jeffrey Ryan, and Joshua Ulrich 
 #
 # This library is distributed under the terms of the GNU Public License (GPL)
 # for full details see the file COPYING
 #
-# $Id: initialize.R 1561 2013-11-01 15:51:45Z bodanker $
+# $Id$
 #
 ###############################################################################

Modified: pkg/quantstrat/R/match.names.R
===================================================================
--- pkg/quantstrat/R/match.names.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/match.names.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -41,7 +41,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, Jeffrey Ryan, and Joshua Ulrich 
 #
 # This library is distributed under the terms of the GNU Public License (GPL)

Modified: pkg/quantstrat/R/orders.R
===================================================================
--- pkg/quantstrat/R/orders.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/orders.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -527,7 +527,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, 
 # Jeffrey Ryan, Joshua Ulrich, and Garrett See 
 #

Modified: pkg/quantstrat/R/osFUNs.R
===================================================================
--- pkg/quantstrat/R/osFUNs.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/osFUNs.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -238,7 +238,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson,
 # Jeffrey Ryan, Joshua Ulrich, and Garrett See
 #

Modified: pkg/quantstrat/R/parameters.R
===================================================================
--- pkg/quantstrat/R/parameters.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/parameters.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -1,7 +1,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, Jeffrey Ryan, and Joshua Ulrich 
 #
 # This library is distributed under the terms of the GNU Public License (GPL)

Modified: pkg/quantstrat/R/paramsets.R
===================================================================
--- pkg/quantstrat/R/paramsets.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/paramsets.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -1,7 +1,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, Jeffrey Ryan, and Joshua Ulrich 
 #
 # This library is distributed under the terms of the GNU Public License (GPL)

Modified: pkg/quantstrat/R/rebalance.rules.R
===================================================================
--- pkg/quantstrat/R/rebalance.rules.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/rebalance.rules.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -108,7 +108,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, Jeffrey Ryan, and Joshua Ulrich 
 #
 # This library is distributed under the terms of the GNU Public License (GPL)

Modified: pkg/quantstrat/R/ruleOrderProc.R
===================================================================
--- pkg/quantstrat/R/ruleOrderProc.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/ruleOrderProc.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -456,7 +456,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, 
 # Jeffrey Ryan, Joshua Ulrich, and Garrett See 
 #

Modified: pkg/quantstrat/R/ruleRevoke.R
===================================================================
--- pkg/quantstrat/R/ruleRevoke.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/ruleRevoke.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -43,7 +43,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2012
+# Copyright (c) 2009-2015
 # Niklas Kolster, Jan Humme
 #
 # This library is distributed under the terms of the GNU Public License (GPL)

Modified: pkg/quantstrat/R/ruleSignal.R
===================================================================
--- pkg/quantstrat/R/ruleSignal.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/ruleSignal.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -251,7 +251,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson,
 # Jeffrey Ryan, Joshua Ulrich, and Garrett See
 #

Modified: pkg/quantstrat/R/rules.R
===================================================================
--- pkg/quantstrat/R/rules.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/rules.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -699,7 +699,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, 
 # Jeffrey Ryan, Joshua Ulrich, and Garrett See 
 #

Modified: pkg/quantstrat/R/signals.R
===================================================================
--- pkg/quantstrat/R/signals.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/signals.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -946,7 +946,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, Jeffrey Ryan, and Joshua Ulrich 
 #
 # This library is distributed under the terms of the GNU Public License (GPL)

Modified: pkg/quantstrat/R/strategy.R
===================================================================
--- pkg/quantstrat/R/strategy.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/strategy.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -300,12 +300,12 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, Jeffrey Ryan, and Joshua Ulrich 
 #
 # This library is distributed under the terms of the GNU Public License (GPL)
 # for full details see the file COPYING
 #
-# $Id: strategy.R 1594 2014-03-29 20:39:45Z braverock $
+# $Id$
 #
 ###############################################################################

Modified: pkg/quantstrat/R/tradeGraphs.R
===================================================================
--- pkg/quantstrat/R/tradeGraphs.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/tradeGraphs.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -69,7 +69,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, Jeffrey Ryan, Garrett See, and Joshua Ulrich 
 #
 # This library is distributed under the terms of the GNU Public License (GPL)

Modified: pkg/quantstrat/R/tradeOrderStats.R
===================================================================
--- pkg/quantstrat/R/tradeOrderStats.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/tradeOrderStats.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -54,7 +54,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, 
 # Jeffrey Ryan, Joshua Ulrich, and Garrett See 
 #

Modified: pkg/quantstrat/R/utils.R
===================================================================
--- pkg/quantstrat/R/utils.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/utils.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -93,7 +93,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, 
 # Jeffrey Ryan, Joshua Ulrich, and Garrett See 
 #

Modified: pkg/quantstrat/R/walk.forward.R
===================================================================
--- pkg/quantstrat/R/walk.forward.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/walk.forward.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -1,7 +1,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, Jeffrey Ryan, and Joshua Ulrich 
 #
 # This library is distributed under the terms of the GNU Public License (GPL)

Modified: pkg/quantstrat/R/wrapup.R
===================================================================
--- pkg/quantstrat/R/wrapup.R	2014-12-31 14:38:01 UTC (rev 1664)
+++ pkg/quantstrat/R/wrapup.R	2015-01-07 13:23:01 UTC (rev 1665)
@@ -148,7 +148,7 @@
 ###############################################################################
 # R (http://r-project.org/) Quantitative Strategy Model Framework
 #
-# Copyright (c) 2009-2012
+# Copyright (c) 2009-2015
 # Peter Carl, Dirk Eddelbuettel, Brian G. Peterson, Jeffrey Ryan, Garrett See, and Joshua Ulrich 
 #
 # This library is distributed under the terms of the GNU Public License (GPL)



More information about the Blotter-commits mailing list