Package: opusminer
Type: Package
Title: OPUS Miner Algorithm for Filtered Top-k Association Discovery
Version: 0.1-1
Authors@R: c(
  person("Geoffrey I", "Webb", role = c("aut", "cph"), comment = "OPUS Miner algorithm and C++ implementation, http://i.giwebb.com/index.php/research/association-discovery/"),
  person("Christoph", "Bergmeir", email = "christoph.bergmeir@monash.edu", role = c("ctb", "cre")),
  person("Angus", "Dempster", role = c("ctb", "cph"), comment = "R interface"))
Description: Provides a simple R interface to the OPUS Miner algorithm (implemented in C++) for finding the top-k productive, non-redundant itemsets from transaction data.  The OPUS Miner algorithm uses the OPUS search algorithm to efficiently discover the key associations in transaction data, in the form of self-sufficient itemsets, using either leverage or lift.  See <http://i.giwebb.com/index.php/research/association-discovery/> for more information in relation to the OPUS Miner algorithm.
License: GPL-3
Copyright: OPUS Miner algorithm and C++ implementation Copyright (C)
        2012-2017 Geoffrey I Webb, R interface Copyright (C) 2017 Angus
        Dempster.
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 0.12.9), arules (>= 1.5-0), Matrix (>= 1.2-7),
        methods
LinkingTo: Rcpp
RoxygenNote: 6.0.0
NeedsCompilation: yes
Packaged: 2020-02-03 22:16:35 UTC; bergmeir
Author: Geoffrey I Webb [aut, cph] (OPUS Miner algorithm and C++
    implementation,
    http://i.giwebb.com/index.php/research/association-discovery/),
  Christoph Bergmeir [ctb, cre],
  Angus Dempster [ctb, cph] (R interface)
Maintainer: Christoph Bergmeir <christoph.bergmeir@monash.edu>
Repository: CRAN
Date/Publication: 2020-02-03 23:10:02 UTC
Built: R 4.6.0; aarch64-apple-darwin20; 2025-07-18 05:39:45 UTC; unix
Archs: opusminer.so.dSYM
