{
  "_id": "6a1f12aab401979e7341ddde",
  "Package": "DisimForMixed",
  "Type": "Package",
  "Title": "Calculate Dissimilarity Matrix for Dataset with Mixed Attributes",
  "Version": "0.2",
  "Date": "2016-03-08",
  "Author": "Hasanthi A. Pathberiya",
  "Maintainer": "Hasanthi A. Pathberiya <hasanthi@sjp.ac.lk>",
  "Description": "Implement the methods proposed by Ahmad & Dey (2007)\n<doi:10.1016/j.datak.2007.03.016> in calculating the\ndissimilarity matrix at the presence of mixed attributes. This\nPackage includes functions to discretize quantitative\nvariables, calculate conditional probability for each pair of\nattribute values, distance between every pair of attribute\nvalues, significance of attributes, calculate dissimilarity\nbetween each pair of objects.",
  "License": "GPL",
  "RoxygenNote": "5.0.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-17 07:34:04 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2016-06-06 17:56:42 UTC",
  "RemoteUrl": "https://github.com/cran/DisimForMixed",
  "RemoteRef": "HEAD",
  "RemoteSha": "228ad5d354bc6da7ac54f223b40965d558947a7d",
  "MD5sum": "8c76714486a801ae72aab388374d7b3e",
  "_user": "cran",
  "_type": "src",
  "_file": "DisimForMixed_0.2.tar.gz",
  "_fileid": "4233417d3fe3b3519c00232332e5173c6db72f268ab4b399adab14c8137967ab",
  "_filesize": 100280,
  "_sha256": "4233417d3fe3b3519c00232332e5173c6db72f268ab4b399adab14c8137967ab",
  "_created": "2026-05-17T07:34:04.000Z",
  "_published": "2026-06-02T17:28:10.370Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79131931651,
      "time": 103,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040470113"
    },
    {
      "job": 79131931580,
      "time": 109,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040470847"
    },
    {
      "job": 79131930563,
      "time": 172,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040458674"
    },
    {
      "job": 79131930465,
      "time": 95,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365097021"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25984711647",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/DisimForMixed",
  "_commit": {
    "id": "228ad5d354bc6da7ac54f223b40965d558947a7d",
    "author": "Hasanthi A. Pathberiya <hasanthi@sjp.ac.lk>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.2\n",
    "time": 1465235802
  },
  "_maintainer": {
    "name": "Hasanthi A. Pathberiya",
    "email": "hasanthi@sjp.ac.lk"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "cluster",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "hapbgyanalyst",
      "count": 1,
      "uuid": 113440199
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 179,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/DisimForMixed"
  },
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/DisimForMixed.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1",
      "date": "2016-03-14"
    },
    {
      "version": "0.2",
      "date": "2016-06-06"
    }
  ],
  "_exports": [
    "calcCondProb",
    "calcDissimMat",
    "discretizeQuant",
    "distBetPairs",
    "findMax",
    "signifOfQuantVars"
  ],
  "_help": [
    {
      "page": "calcCondProb",
      "title": "Calculate Conditional Probabilities.",
      "topics": [
        "calcCondProb"
      ]
    },
    {
      "page": "calcDissimMat",
      "title": "Calculate Dissimilarity Matrix for Mixed Attributes.",
      "topics": [
        "calcDissimMat"
      ]
    },
    {
      "page": "discretizeQuant",
      "title": "Descretize Quantitative Variables.",
      "topics": [
        "discretizeQuant"
      ]
    },
    {
      "page": "distBetPairs",
      "title": "Calculate Distance Between Attribute Values.",
      "topics": [
        "distBetPairs"
      ]
    },
    {
      "page": "findMax",
      "title": "Calculate Distance Between given Attribute Values by considering only a pair of attributes.",
      "topics": [
        "findMax"
      ]
    },
    {
      "page": "signifOfQuantVars",
      "title": "Calculate Significance of Quantitative Attributes.",
      "topics": [
        "signifOfQuantVars"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "cluster",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "R6",
    "rlang",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "disimformixed",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2",
      "date": "2026-05-17T07:35:53.000Z",
      "distro": "noble",
      "commit": "228ad5d354bc6da7ac54f223b40965d558947a7d",
      "fileid": "2b46b4834e612592b873e6477a48b8634b55e543f7eb2ad14385765c19dcc10f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25984711647"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2",
      "date": "2026-05-17T07:35:59.000Z",
      "distro": "noble",
      "commit": "228ad5d354bc6da7ac54f223b40965d558947a7d",
      "fileid": "18d17c1406b8f4011e0a33249bb535441621d6d40b41c03456b0d0c12f11e902",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25984711647"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2",
      "date": "2026-06-02T17:27:54.000Z",
      "commit": "228ad5d354bc6da7ac54f223b40965d558947a7d",
      "fileid": "c0afa2d3615b219a2afeafaab62039005c67a153c4deceb4d7ae742bfcae36c8",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25984711647"
    }
  ]
}