From 80f6978475c18a250fe3225c0cce3f52e03aefbf Mon Sep 17 00:00:00 2001 From: Joshua Ulrich Date: Wed, 9 Sep 2020 06:58:41 -0500 Subject: [PATCH] Update URL to https --- man/diff.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/diff.Rd b/man/diff.Rd index 9d50a3a2..4745c481 100644 --- a/man/diff.Rd +++ b/man/diff.Rd @@ -53,7 +53,7 @@ defaults of lag.xts to k=-1 and na.pad=FALSE. \value{ An \code{xts} object reflected the desired lag and/or differencing. } -\references{ \url{http://en.wikipedia.org/wiki/Lag } } +\references{ \url{https://en.wikipedia.org/wiki/Lag } } \author{ Jeffrey A. Ryan } \examples{ x <- xts(1:10, Sys.Date()+1:10)