{
  "_id": "6a1140c1acfb0bcc41ce6712",
  "Package": "dcorVS",
  "Type": "Package",
  "Title": "Variable Selection Algorithms Using the Distance Correlation",
  "Version": "1.1",
  "Date": "2024-12-10",
  "Authors@R": "person(\"Michail\", \"Tsagris\", role = c(\"aut\", \"cre\"), email = \"mtsagris@uoc.gr\")",
  "Author": "Michail Tsagris [aut, cre]",
  "Maintainer": "Michail Tsagris <mtsagris@uoc.gr>",
  "Description": "The 'FBED' and 'mmpc' variable selection algorithms have\nbeen implemented using the distance correlation. The references\ninclude: Tsamardinos I., Aliferis C. F. and Statnikov A.\n(2003). \"Time and sample efficient discovery of Markovblankets\nand direct causal relations\". In Proceedings of the ninth ACM\nSIGKDD international Conference. <doi:10.1145/956750.956838>.\nBorboudakis G. and Tsamardinos I. (2019). \"Forward-backward\nselection with early dropping\". Journal of Machine Learning\nResearch, 20(8): 1--39. <doi:10.48550/arXiv.1705.10770>. Huo X.\nand Szekely G.J. (2016). \"Fast computing for distance\ncovariance\". Technometrics, 58(4): 435--447.\n<doi:10.1080/00401706.2015.1054435>.",
  "License": "GPL (>= 2)",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-23 05:50:20 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2024-12-10 10:30:06 UTC",
  "RemoteUrl": "https://github.com/cran/dcorVS",
  "RemoteRef": "HEAD",
  "RemoteSha": "ad3605c34735d243ec7b75563a7494e3296d0284",
  "MD5sum": "a0de3427ea096942f92573d2f2388b24",
  "_user": "cran",
  "_type": "src",
  "_file": "dcorVS_1.1.tar.gz",
  "_fileid": "53fd6d8a71f0c8972460bdb3b9234b9f1b629efb68844b6b8bdd57b4df2828c7",
  "_filesize": 113019,
  "_sha256": "53fd6d8a71f0c8972460bdb3b9234b9f1b629efb68844b6b8bdd57b4df2828c7",
  "_created": "2026-05-23T05:50:20.000Z",
  "_published": "2026-05-23T05:53:05.297Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77501102801,
      "time": 134,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7174700878"
    },
    {
      "job": 77501102798,
      "time": 131,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174700396"
    },
    {
      "job": 77500951285,
      "time": 158,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174686749"
    },
    {
      "job": 77501102802,
      "time": 110,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7174698330"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26324929671",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/dcorVS",
  "_commit": {
    "id": "ad3605c34735d243ec7b75563a7494e3296d0284",
    "author": "Michail Tsagris <mtsagris@uoc.gr>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.1\n",
    "time": 1733826606
  },
  "_maintainer": {
    "name": "Michail Tsagris",
    "email": "mtsagris@uoc.gr"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0",
      "role": "Depends"
    },
    {
      "package": "dcov",
      "role": "Imports"
    },
    {
      "package": "Rfast",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "Rfast2",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 203,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/dcorVS"
  },
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/dcorVS.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2023-10-18"
    },
    {
      "version": "1.1",
      "date": "2024-12-10"
    }
  ],
  "_exports": [
    "dcor.bs",
    "dcor.bsmmpc",
    "dcor.fbed",
    "dcor.mmpc"
  ],
  "_help": [
    {
      "page": "dcorVS-package",
      "title": "Variable Selection Algorithms Using the Distance Correlation.",
      "topics": [
        "dcorVS-package"
      ]
    },
    {
      "page": "dcor.bsmmpc",
      "title": "Backward selection algorithms using the distance correlation",
      "topics": [
        "dcor.bs",
        "dcor.bsmmpc"
      ]
    },
    {
      "page": "dcor.mmpc",
      "title": "MMPC and the FBED variable selection algorithms using the distance correlation",
      "topics": [
        "dcor.fbed",
        "dcor.mmpc"
      ]
    }
  ],
  "_rundeps": [
    "dcov",
    "Rcpp",
    "RcppArmadillo",
    "RcppParallel",
    "Rfast",
    "zigg"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "dcorvs",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1",
      "date": "2026-05-23T05:52:40.000Z",
      "distro": "noble",
      "commit": "ad3605c34735d243ec7b75563a7494e3296d0284",
      "fileid": "3714789b50e5d4ee18bf20ca35a687a43e50d3d9a86a22abc88116fd3de012b1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26324929671"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1",
      "date": "2026-05-23T05:52:38.000Z",
      "distro": "noble",
      "commit": "ad3605c34735d243ec7b75563a7494e3296d0284",
      "fileid": "e2a8dfb989768ae27dda3c1da689709dec07949a4153c7862a44a2020a40f186",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26324929671"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1",
      "date": "2026-05-23T05:52:27.000Z",
      "commit": "ad3605c34735d243ec7b75563a7494e3296d0284",
      "fileid": "83d4e4924e2e455769c590307fee64d4b36a770dcb0577c2f93902207295774a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26324929671"
    }
  ]
}