Skip to content

Commit

Permalink
Fixed urls and prepared for CRAN submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Aug 29, 2019
1 parent 62d61be commit 2f6f846
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arules
Version: 1.6-3.1
Date: 2019-xx-xx
Version: 1.6-4
Date: 2019-08-27
Title: Mining Association Rules and Frequent Itemsets
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
email = "mhahsler@lyle.smu.edu"),
Expand All @@ -12,7 +12,8 @@ Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
Description: Provides the infrastructure for representing,
manipulating and analyzing transaction data and patterns (frequent
itemsets and association rules). Also provides
C implementations of the association mining algorithms Apriori and Eclat.
C implementations of the association mining algorithms Apriori and Eclat.
See Christian Borgelt (2012) <doi:10.1002/widm.1074>.
Classification/ACM: G.4, H.2.8, I.5.1
URL: https://github.com/mhahsler/arules
BugReports: https://github.com/mhahsler/arules/issues
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# arules 1.6-3.1 (xx/xx/2019)
# arules 1.6-4 (08/27/2019)

## Bug Fixes
* Fixed rounding bug affecting is.closed (reported by clcazer).
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bibentry(bibtype = "article",
volume = 14,
number = 15,
pages = "1--25",
url = "http://dx.doi.org/10.18637/jss.v014.i15",
doi = "10.18637/jss.v014.i15",
month = "October",
issn = "1548-7660"
)
Expand Down
2 changes: 1 addition & 1 deletion man/APappearance-class.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ to specify it as both).}
Christian Borgelt (2004)
\emph{Apriori --- Finding Association Rules/Hyperedges with the Apriori
Algorithm}.
\url{www.borgelt.net/apriori.html}
\url{http://www.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.
Expand Down
2 changes: 1 addition & 1 deletion man/AScontrol-class.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
Christian Borgelt (2004)
\emph{Apriori --- Finding Association Rules/Hyperedges with the Apriori
Algorithm}.
\url{www.borgelt.net/apriori.html}
\url{http://www.borgelt.net/apriori.html}
}
\seealso{
\code{\link{apriori}},
Expand Down
2 changes: 1 addition & 1 deletion man/ASparameter-class.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
Christian Borgelt (2004)
\emph{Apriori --- Finding Association Rules/Hyperedges with the Apriori
Algorithm}.
\url{www.borgelt.net/apriori.html}
\url{http://www.borgelt.net/apriori.html}
}
\seealso{
\code{\link{apriori}},
Expand Down
6 changes: 5 additions & 1 deletion man/apriori.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ apriori(data, parameter = NULL, appearance = NULL, control = NULL)
207--216,
Washington D.C.
Christian Borgelt (2012) Frequent Item Set Mining.
\emph{Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery}
2(6):437-456. J. Wiley & Sons, Chichester, United Kingdom 2012. \doi{10.1002/widm.1074}
Christian Borgelt and Rudolf Kruse (2002) Induction of Association Rules:
Apriori Implementation. \emph{15th Conference on Computational
Statistics} (COMPSTAT 2002, Berlin, Germany) Physica Verlag,
Expand All @@ -87,7 +91,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{www.borgelt.net/apriori.html}
APRIORI Implementation: \url{http://www.borgelt.net/apriori.html}
}
\author{Michael Hahsler and Bettina Gruen}
\examples{
Expand Down

0 comments on commit 2f6f846

Please sign in to comment.