[Returnanalytics-commits] r3515 - in pkg/PerformanceAnalytics: R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 26 04:51:23 CEST 2014


Author: rossbennett34
Date: 2014-08-26 04:51:22 +0200 (Tue, 26 Aug 2014)
New Revision: 3515

Modified:
   pkg/PerformanceAnalytics/R/Return.portfolio.R
   pkg/PerformanceAnalytics/man/Return.portfolio.Rd
Log:
fixing bad link error

Modified: pkg/PerformanceAnalytics/R/Return.portfolio.R
===================================================================
--- pkg/PerformanceAnalytics/R/Return.portfolio.R	2014-08-24 23:56:50 UTC (rev 3514)
+++ pkg/PerformanceAnalytics/R/Return.portfolio.R	2014-08-26 02:51:22 UTC (rev 3515)
@@ -35,7 +35,7 @@
 #' 
 #' Return.rebalancing will work only on daily or lower frequencies. If you are 
 #' rebalancing intraday, you should be using a trades/prices framework like 
-#' {\link{\code{blotter}}}, not a weights/returns framework.
+#' the \code{blotter} package, not a weights/returns framework.
 #' 
 #' Irregular rebalancing can be done by specifying a time series of weights.  The 
 #' function uses the date index of the weights for xts-style subsetting of rebalancing 
@@ -97,7 +97,7 @@
 #' contributed by the asset in a given period. Default FALSE
 #' @param geometric utilize geometric chaining (TRUE) or simple/arithmetic (FALSE)
 #' to aggregate returns. Default TRUE. 
-#' @param rebalance_on Default "none"; alternatively "daily" "weekly" "monthly" "annual"  to specify calendar-period rebalancing supported by \code{endpoints}.
+#' @param rebalance_on Default "none"; alternatively "daily" "weekly" "monthly" "annual"  to specify calendar-period rebalancing supported by \code{\link[xts]{endpoints}}.
 #' @param value The beginning of period total portfolio value. This is used for calculating position value.
 #' @param verbose If verbose is TRUE, return a list of intermediary calculations. 
 #' See Details below.
@@ -105,7 +105,7 @@
 #' @return returns a time series of returns weighted by the \code{weights}
 #' parameter, or a list that includes intermediate calculations
 #' @author Peter Carl, Ross Bennett, Brian Peterson
-#' @seealso \code{\link{Return.calculate}} \code{\link{xts::endpoints}} \cr
+#' @seealso \code{\link{Return.calculate}} \code{\link[xts]{endpoints}} \cr
 #' @references Bacon, C. \emph{Practical Portfolio Performance Measurement and
 #' Attribution}. Wiley. 2004. Chapter 2\cr
 #' @keywords ts multivariate distribution models

Modified: pkg/PerformanceAnalytics/man/Return.portfolio.Rd
===================================================================
--- pkg/PerformanceAnalytics/man/Return.portfolio.Rd	2014-08-24 23:56:50 UTC (rev 3514)
+++ pkg/PerformanceAnalytics/man/Return.portfolio.Rd	2014-08-26 02:51:22 UTC (rev 3515)
@@ -24,7 +24,7 @@
 \item{geometric}{utilize geometric chaining (TRUE) or simple/arithmetic (FALSE)
 to aggregate returns. Default TRUE.}
 
-\item{rebalance_on}{Default "none"; alternatively "daily" "weekly" "monthly" "annual"  to specify calendar-period rebalancing supported by \code{endpoints}.}
+\item{rebalance_on}{Default "none"; alternatively "daily" "weekly" "monthly" "annual"  to specify calendar-period rebalancing supported by \code{\link[xts]{endpoints}}.}
 
 \item{value}{The beginning of period total portfolio value. This is used for calculating position value.}
 
@@ -74,7 +74,7 @@
 
 Return.rebalancing will work only on daily or lower frequencies. If you are
 rebalancing intraday, you should be using a trades/prices framework like
-{\link{\code{blotter}}}, not a weights/returns framework.
+the \code{blotter} package, not a weights/returns framework.
 
 Irregular rebalancing can be done by specifying a time series of weights.  The
 function uses the date index of the weights for xts-style subsetting of rebalancing
@@ -145,7 +145,7 @@
 Attribution}. Wiley. 2004. Chapter 2\cr
 }
 \seealso{
-\code{\link{Return.calculate}} \code{\link{xts::endpoints}} \cr
+\code{\link{Return.calculate}} \code{\link[xts]{endpoints}} \cr
 }
 \keyword{distribution}
 \keyword{models}



More information about the Returnanalytics-commits mailing list