Skip to content

Commit

Permalink
oanda broken link, archive versions of info pages
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Aug 21, 2024
1 parent b34e980 commit 5cf885c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion man/createName-methods.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ vectorized such that multiple names can be created in one method call.

\references{
What are named regions/ranges?\cr
\url{https://www.officearticles.com/excel/named_ranges_in_microsoft_excel.htm}\cr
\url{https://web.archive.org/web/20240821110221/https://www.officearticles.com/excel/named_ranges_in_microsoft_excel.htm}\cr
How to create named regions/ranges?\cr
\url{https://www.youtube.com/watch?v=iAE9a0uRtpM}
}
Expand Down
4 changes: 2 additions & 2 deletions man/readNamedRegion-methods.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ the worksheet scope in which the name was found is set as attribute \code{worksh
}
\references{
What are named regions/ranges?\cr
\url{https://www.officearticles.com/excel/named_ranges_in_microsoft_excel.htm}\cr
\url{https://web.archive.org/web/20240821110221/https://www.officearticles.com/excel/named_ranges_in_microsoft_excel.htm}\cr
How to create named regions/ranges?\cr
\url{https://www.youtube.com/watch?v=iAE9a0uRtpM}
}
Expand Down Expand Up @@ -131,7 +131,7 @@ Any other string will return \code{FALSE}.
\item Forcing conversion from Numeric to DateTime: since Excel understands
Dates/Times as Numerics with some additional formatting, a conversion from
a Numeric to a DateTime is actually possible. Numerics in this case represent
the number of days since 1900-01-00 (yes, day 00! - see \url{http://www.cpearson.com/excel/datetime.htm}).
the number of days since 1900-01-00 (yes, day 00! - see \url{https://web.archive.org/web/20240821110422/http://www.cpearson.com/excel/datetime.htm}).
Note that in R 0 is represented as 1899-12-31 since there is no 1900-01-00.
Fractional days represent hours, minutes, and seconds.
}
Expand Down
2 changes: 1 addition & 1 deletion man/readWorksheet-methods.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Any other string will return \code{FALSE}.
\item Forcing conversion from Numeric to DateTime: since Excel understands
Dates/Times as Numerics with some additional formatting, a conversion from
a Numeric to a DateTime is actually possible. Numerics in this case represent
the number of days since 1900-01-00 (yes, day 00! - see \url{http://www.cpearson.com/excel/datetime.htm}).
the number of days since 1900-01-00 (yes, day 00! - see \url{https://web.archive.org/web/20240821110422/http://www.cpearson.com/excel/datetime.htm}).
Note that in R 0 is represented as 1899-12-31 since there is no 1900-01-00.
Fractional days represent hours, minutes, and seconds.
}
Expand Down
2 changes: 1 addition & 1 deletion man/swissfranc.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
}
\usage{swissfranc}
\format{A data.frame with daily exchange rates in the mentioned time frame.}
\source{\url{https://www.oanda.com/currency/historical-rates/}}
\source{retrieved via \url{https://oanda.com/} - the retrieved time range is no longer available.}
\keyword{datasets}
2 changes: 1 addition & 1 deletion man/writeNamedRegion-methods.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ of data objects (\code{data.frame}'s).
}
\references{
What are named regions/ranges?\cr
\url{https://www.officearticles.com/excel/named_ranges_in_microsoft_excel.htm}\cr
\url{https://web.archive.org/web/20240821110221/https://www.officearticles.com/excel/named_ranges_in_microsoft_excel.htm}\cr
How to create named regions/ranges?\cr
\url{https://www.youtube.com/watch?v=iAE9a0uRtpM}
}
Expand Down
6 changes: 3 additions & 3 deletions vignettes/XLConnect.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ require(XLConnect)
\end{tikzpicture}

% Excel icon on top right of the title page
% Source: https://www.iconarchive.com/show/softdimension-icons-by-benjigarner/Excel-icon.html
% Source: https://web.archive.org/web/20240821110005/https://www.iconarchive.com/show/softdimension-icons-by-benjigarner/Excel-icon.html

\begin{tikzpicture}[remember picture,overlay,>=stealth]

Expand Down Expand Up @@ -930,10 +930,10 @@ We will do our best to reply to your enquires as quickly as possible!
\item \pkg{XLConnect} on r-universe:
\\\urlwofont{https://miraisolutions.r-universe.dev/XLConnect}
\item \pkg{XLConnect} in the R Programming section on Wikibooks:
\\\urlwofont{https://en.wikibooks.org/wiki/R_Programming/Importing_and_exporting_data}
\\\urlwofont{https://web.archive.org/web/20240821111632/https://en.wikibooks.org/wiki/R_Programming/Importing_and_exporting_data}
\item R and Excel: Making Your Data Dumps Pretty with XLConnect:
\\\urlwofont{https://www.youtube.com/watch?v=G3mOUbZr4HI}
\\\urlwofont{https://amunategui.github.io/excel-data-dumps/}
\\\urlwofont{https://web.archive.org/web/20240821105927/https://amunategui.github.io/excel-data-dumps/}
\end{enumerate}

\end{document}

0 comments on commit 5cf885c

Please sign in to comment.