{
  "_id": "6a114215acfb0bcc41ce6af9",
  "Package": "readMLData",
  "Type": "Package",
  "Title": "Reading Machine Learning Benchmark Data Sets in Different\nFormats",
  "Version": "0.9-7",
  "Date": "2015-01-13",
  "Author": "Petr Savicky",
  "Maintainer": "Petr Savicky <savicky@cs.cas.cz>",
  "Description": "Functions for reading data sets in different formats for\ntesting machine learning tools are provided. This allows to run\na loop over several data sets in their original form, for\nexample if they are downloaded from UCI Machine Learning\nRepository. The data are not part of the package and have to be\ndownloaded separately.",
  "License": "GPL-3",
  "URL": "http://www.cs.cas.cz/~savicky/readMLData",
  "Packaged": {
    "Date": "2026-05-23 05:56:11 UTC",
    "User": "root"
  },
  "NeedsCompilation": "no",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2015-01-13 00:00:00 UTC",
  "RemoteUrl": "https://github.com/cran/readMLData",
  "RemoteRef": "HEAD",
  "RemoteSha": "7d90aa32730c1c6554309c844e2dcb56645d8029",
  "MD5sum": "c2a324032e5b954e589fd1060e175dbd",
  "_user": "cran",
  "_type": "src",
  "_file": "readMLData_0.9-7.tar.gz",
  "_fileid": "ecbb04f621162f0955a19e9d8a00e8b820259706a312e13a840f20241039633a",
  "_filesize": 147853,
  "_sha256": "ecbb04f621162f0955a19e9d8a00e8b820259706a312e13a840f20241039633a",
  "_created": "2026-05-23T05:56:11.000Z",
  "_published": "2026-05-23T05:58:45.243Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77501409531,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7174736267"
    },
    {
      "job": 77501409529,
      "time": 101,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174733910"
    },
    {
      "job": 77501290667,
      "time": 134,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174722601"
    },
    {
      "job": 77501409523,
      "time": 91,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174732801"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26325033010",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/readMLData",
  "_commit": {
    "id": "7d90aa32730c1c6554309c844e2dcb56645d8029",
    "author": "Petr Savicky <savicky@cs.cas.cz>",
    "committer": "Gabor Csardi <csardi.gabor@gmail.com>",
    "message": "version 0.9-7\n",
    "time": 1421107200
  },
  "_maintainer": {
    "name": "Petr Savicky",
    "email": "savicky@cs.cas.cz"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "XML",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 186,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/readMLData"
  },
  "_searchresults": 17,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readMLData.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.9-4",
      "date": "2012-01-31"
    },
    {
      "version": "0.9-5",
      "date": "2012-02-03"
    },
    {
      "version": "0.9-6",
      "date": "2012-02-08"
    },
    {
      "version": "0.9-7",
      "date": "2015-01-13"
    }
  ],
  "_exports": [
    "analyzeData",
    "checkConsistency",
    "checkType",
    "dsDownload",
    "dsRead",
    "dsSearch",
    "dsSort",
    "getAvailable",
    "getFields",
    "getPath",
    "getType",
    "prepareDSList",
    "readDSListFromXML",
    "saveDSListAsXML"
  ],
  "_help": [
    {
      "page": "readMLData-package",
      "title": "Reading data from different sources in their original format.",
      "topics": [
        "readMLData-package",
        "readMLData"
      ]
    },
    {
      "page": "analyzaData",
      "title": "Determine the type of values in each column of a data frame.",
      "topics": [
        "analyzeData"
      ]
    },
    {
      "page": "checkConsistency",
      "title": "Checks consistency of the data frame 'dsList'.",
      "topics": [
        "checkConsistency"
      ]
    },
    {
      "page": "checkType",
      "title": "Compares the type of columns stored in 'dsList' and in a data set itself.",
      "topics": [
        "checkType"
      ]
    },
    {
      "page": "dsDownload",
      "title": "Run an external tool to download a data set.",
      "topics": [
        "dsDownload"
      ]
    },
    {
      "page": "dsRead",
      "title": "Loading machine learning data from a directory tree using a unified interface.",
      "topics": [
        "dsRead"
      ]
    },
    {
      "page": "dsSearch",
      "title": "Search a dataset by string matching against the names stored in 'dsList'.",
      "topics": [
        "dsSearch"
      ]
    },
    {
      "page": "dsSort",
      "title": "Sort the rows of a data frame.",
      "topics": [
        "dsSort"
      ]
    },
    {
      "page": "getAvailable",
      "title": "Checks consistency of the data frame 'dsList'.",
      "topics": [
        "getAvailable"
      ]
    },
    {
      "page": "getFields",
      "title": "Prints the information on the fields in the data frame 'dsList' describing the data sets.",
      "topics": [
        "getFields"
      ]
    },
    {
      "page": "getPath",
      "title": "Determine the path to package example directories.",
      "topics": [
        "getPath"
      ]
    },
    {
      "page": "getType",
      "title": "Determines the type vector for an input data set.",
      "topics": [
        "getType"
      ]
    },
    {
      "page": "prepareDSList",
      "title": "Prepares a data frame 'dsList', which describes the data contained in a local data description directory.",
      "topics": [
        "prepareDSList"
      ]
    },
    {
      "page": "xml",
      "title": "Handling XML files.",
      "topics": [
        "readDSListFromXML",
        "saveDSListAsXML"
      ]
    }
  ],
  "_rundeps": [
    "XML"
  ],
  "_score": 1.2304489213782739,
  "_indexed": true,
  "_nocasepkg": "readmldata",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.9-7",
      "date": "2026-05-23T05:58:19.000Z",
      "distro": "noble",
      "commit": "7d90aa32730c1c6554309c844e2dcb56645d8029",
      "fileid": "7334eb4215e4c38789e2a862d12981e7b8c961667d264902cc3f2f03e5c864f5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26325033010"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.9-7",
      "date": "2026-05-23T05:57:55.000Z",
      "distro": "noble",
      "commit": "7d90aa32730c1c6554309c844e2dcb56645d8029",
      "fileid": "64c9f28ec9cd7e76a6961bbccd0091d8ab237ff855da0080edb1a1315f5282db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26325033010"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.9-7",
      "date": "2026-05-23T05:57:58.000Z",
      "commit": "7d90aa32730c1c6554309c844e2dcb56645d8029",
      "fileid": "9e2faa86b8afecdf239f62130f23fa3c515b859994aed52dc3741e40a71e9663",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26325033010"
    }
  ]
}