[Blotter-commits] r1684 - in pkg/quantstrat: R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Apr 9 20:39:29 CEST 2015


Author: bodanker
Date: 2015-04-09 20:39:29 +0200 (Thu, 09 Apr 2015)
New Revision: 1684

Modified:
   pkg/quantstrat/R/signals.R
   pkg/quantstrat/man/distributional.boxplot.Rd
Log:
Parens to curly brace in distributional.boxplot.Rd

Fixes #6069. Thanks to Claymore Marshall for the report.


Modified: pkg/quantstrat/R/signals.R
===================================================================
--- pkg/quantstrat/R/signals.R	2015-04-08 17:55:18 UTC (rev 1683)
+++ pkg/quantstrat/R/signals.R	2015-04-09 18:39:29 UTC (rev 1684)
@@ -856,7 +856,7 @@
 
 #' Visualization of Single Signal 
 #' 
-#' This function employs \code(plotSimpleGamlss) in package \code(gamlss.util).
+#' This function employs \code{plotSimpleGamlss} in package \code{gamlss.util}.
 #'                          
 #' @param signal list of paramset forward looking price changes by asset
 #' @param x.val he values of the explanatory variable where we want to see the distribution

Modified: pkg/quantstrat/man/distributional.boxplot.Rd
===================================================================
--- pkg/quantstrat/man/distributional.boxplot.Rd	2015-04-08 17:55:18 UTC (rev 1683)
+++ pkg/quantstrat/man/distributional.boxplot.Rd	2015-04-09 18:39:29 UTC (rev 1684)
@@ -25,7 +25,7 @@
 plot
 }
 \description{
-This function employs \code(plotSimpleGamlss) in package \code(gamlss.util).
+This function employs \code{plotSimpleGamlss} in package \code{gamlss.util}.
 }
 \author{
 Michael Guan



More information about the Blotter-commits mailing list