From c688d166fb23c473db64049db0283270356629b1 Mon Sep 17 00:00:00 2001 From: Michael Hahsler Date: Mon, 15 Mar 2021 11:02:38 -0500 Subject: [PATCH] fixed moved URLs. --- README.md | 2 +- man/APappearance-class.Rd | 2 +- man/AScontrol-class.Rd | 2 +- man/ASparameter-class.Rd | 2 +- man/apriori.Rd | 2 +- man/eclat.Rd | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6810275..37e328e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The arules package for R provides the infrastructure for representing, manipulating and analyzing transaction data and patterns using [frequent itemsets and association rules](https://en.wikipedia.org/wiki/Association_rule_learning). Also provides a wide range of [interest measures](https://michael.hahsler.net/research/association_rules/measures.html) and mining algorithms including a interfaces and the code of -Borgelt's efficient C implementations of the association mining algorithms [Apriori](https://www.borgelt.net/apriori.html) and [Eclat](https://www.borgelt.net/eclat.html). +Borgelt's efficient C implementations of the association mining algorithms [Apriori](https://borgelt.net/apriori.html) and [Eclat](https://borgelt.net/eclat.html). ### arules core packages: diff --git a/man/APappearance-class.Rd b/man/APappearance-class.Rd index 6f2f739..c5722a5 100644 --- a/man/APappearance-class.Rd +++ b/man/APappearance-class.Rd @@ -63,7 +63,7 @@ to specify it as both).} Christian Borgelt (2004) \emph{Apriori --- Finding Association Rules/Hyperedges with the Apriori Algorithm}. - \url{https://www.borgelt.net/apriori.html} + \url{https://borgelt.net/apriori.html} M. Klemettinen, H. Mannila, P. Ronkainen, H. Toivonen and A. I. Verkamo (1994). Finding Interesting Rules from Large Sets of Discovered Association Rules. diff --git a/man/AScontrol-class.Rd b/man/AScontrol-class.Rd index b70fbe7..98bfb9b 100644 --- a/man/AScontrol-class.Rd +++ b/man/AScontrol-class.Rd @@ -88,7 +88,7 @@ Christian Borgelt (2004) \emph{Apriori --- Finding Association Rules/Hyperedges with the Apriori Algorithm}. - \url{https://www.borgelt.net/apriori.html} + \url{https://borgelt.net/apriori.html} } \seealso{ \code{\link{apriori}}, diff --git a/man/ASparameter-class.Rd b/man/ASparameter-class.Rd index e6e29d9..5e61ea2 100644 --- a/man/ASparameter-class.Rd +++ b/man/ASparameter-class.Rd @@ -117,7 +117,7 @@ Christian Borgelt (2004) \emph{Apriori --- Finding Association Rules/Hyperedges with the Apriori Algorithm}. - \url{https://www.borgelt.net/apriori.html} + \url{https://borgelt.net/apriori.html} } \seealso{ \code{\link{apriori}}, diff --git a/man/apriori.Rd b/man/apriori.Rd index 5df2f58..99ddb54 100644 --- a/man/apriori.Rd +++ b/man/apriori.Rd @@ -94,7 +94,7 @@ apriori(data, parameter = NULL, appearance = NULL, control = NULL) Eclat. \emph{Workshop of Frequent Item Set Mining Implementations} (FIMI 2003, Melbourne, FL, USA). - APRIORI Implementation: \url{https://www.borgelt.net/apriori.html} + APRIORI Implementation: \url{https://borgelt.net/apriori.html} } \author{Michael Hahsler and Bettina Gruen} \examples{ diff --git a/man/eclat.Rd b/man/eclat.Rd index 1d8cfe9..8ded54f 100644 --- a/man/eclat.Rd +++ b/man/eclat.Rd @@ -54,7 +54,7 @@ eclat(data, parameter = NULL, control = NULL) Eclat. \emph{Workshop of Frequent Item Set Mining Implementations} (FIMI 2003, Melbourne, FL, USA). - ECLAT Implementation: \url{https://www.borgelt.net/eclat.html} + ECLAT Implementation: \url{https://borgelt.net/eclat.html} } \seealso{ \code{\link{ECparameter-class}},