Package: mlr3cluster
Title: Cluster Extension for 'mlr3'
Version: 0.1.6
Authors@R:
    c(person(given = "Damir",
             family = "Pulatov",
             role = c("cre", "aut"),
             email = "damirpolat@protonmail.com"),
      person(given = "Michel",
             family = "Lang",
             role = "aut",
             email = "michellang@gmail.com",
             comment = c(ORCID = "0000-0001-9754-0393")))
Description: Extends the 'mlr3' package with cluster analysis.
License: LGPL-3
URL: https://mlr3cluster.mlr-org.com,
    https://github.com/mlr-org/mlr3cluster
BugReports: https://github.com/mlr-org/mlr3cluster/issues
Depends:
    R (>= 3.1.0),
    mlr3 (>= 0.14.0)
Imports:
    backports (>= 1.1.10),
    checkmate,
    clue,
    clusterCrit,
    cluster,
    data.table,
    mlr3misc (>= 0.9.4),
    paradox,
    R6,
    stats
Suggests:
    dbscan,
    e1071,
    ClusterR,
    kernlab,
    apcluster,
    LPCM,
    mclust,
    mlbench,
    RWeka,
    testthat
Encoding: UTF-8
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.2.3
Collate:
    'LearnerClust.R'
    'aaa.R'
    'LearnerClustAffinityPropagation.R'
    'LearnerClustAgnes.R'
    'LearnerClustCMeans.R'
    'LearnerClustCobweb.R'
    'LearnerClustDBSCAN.R'
    'LearnerClustDiana.R'
    'LearnerClustEM.R'
    'LearnerClustFanny.R'
    'LearnerClustFarthestFirst.R'
    'LearnerClustFeatureless.R'
    'LearnerClustHclust.R'
    'LearnerClustKKMeans.R'
    'LearnerClustKMeans.R'
    'LearnerClustMclust.R'
    'LearnerClustMeanShift.R'
    'LearnerClustMiniBatchKMeans.R'
    'LearnerClustPAM.R'
    'LearnerClustSimpleKMeans.R'
    'LearnerClustXMeans.R'
    'MeasureClust.R'
    'measures.R'
    'MeasureClustInternal.R'
    'PredictionClust.R'
    'PredictionDataClust.R'
    'TaskClust.R'
    'TaskClust_usarrest.R'
    'as_prediction_clust.R'
    'as_task_clust.R'
    'helper.R'
    'zzz.R'
